[jQuery] Re: Date range Picker jquery

2009-06-27 Thread Prashant Khanal
you mean to say the problem is that you are not allowed to select the same day as the end date. That can be changed. If you check the source code provided and play a little with that code. On Sun, Jun 28, 2009 at 11:25 AM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > The plugin is fi

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread bharani kumar
The plugin is fine , but u see ,some time my customer the journey may be one day,but its not possible in that plugin thanks On Sun, Jun 28, 2009 at 9:01 AM, Prashant Khanal wrote: > check this out > this might help you > > http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePicke

[jQuery] Passing a jquery object as a function parameter

2009-06-27 Thread ferdjuan
I had a script that was acting unexpectedly because of a function parameter. I was trying to pass a jquery object through a function to attach some events. I was wondering if someone could tell me why this didn't fly: function doStuff(theform) { theform.show(); } doStuff($('myForm')); The f

[jQuery] Re: jquery .noconflict

2009-06-27 Thread Sparky12
hey guys - i am getting this same error on my blog (error below)? Any one have any ideas what would be causing it ? I am using .noconflict 100% ? Thanks [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIDOMXPathEvaluator.evaluate]" nsresult: "0x8007

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread Prashant Khanal
check this out this might help you http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerStartEnd.html On Sat, Jun 27, 2009 at 8:17 PM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > > > Hi > > Tell the name of the plugin for > datePickers with start and end dates > Thanks

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread Karl Swedberg
http://jqueryui.com/demos/datepicker/#min-max --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 27, 2009, at 9:59 PM, bharani kumar wrote: hi all am looking picker somthing like http://www.basicdatepicker.com/samples/item4.aspx in jquery-ui Thanks On

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread bharani kumar
hi all am looking picker somthing like http://www.basicdatepicker.com/samples/item4.aspx in jquery-ui Thanks On Sun, Jun 28, 2009 at 6:50 AM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > Please refer the plugin names , > Thanks > >

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread bharani kumar
Please refer the plugin names , Thanks On Sun, Jun 28, 2009 at 3:49 AM, Charlie wrote: > *jquery UI* > > > > bharani kumar wrote: > > > > Hi > > Tell the name of the plugin for > datePickers with start and end dates > > * > * > > > Thanks > > B.S.Bharanikumar > > > -- Regards B.S.Bharanikuma

[jQuery] Re: extract data from this JSON encode using jQuery

2009-06-27 Thread Ricardo
For adding a handful of options in a select performance is almost irrelevant, it's more than fast enough. You can improve code readability and performance (a bit) using the Option constructor: $.post('/path/to/json.php', {params: 'xxx'}, function(data){ var $select = $('#mySelectBox'); $.

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread Charlie
jquery UI bharani kumar wrote: Hi Tell the name of the plugin for datePickers with start and end dates Thanks B.S.Bharanikumar

[jQuery] Re: jquery(this) and has:ul selector.

2009-06-27 Thread Karl Swedberg
Try this: if ( $('ul', this).length ) { // do something if this li has a descendant ul } --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 27, 2009, at 8:31 AM, zayatzz wrote: Hello I have function like this: $("ul.lavaLamp li:has ul").hoverIntent

[jQuery] Re: PDF + Jquery + thickbox is not suppoting to Mozilla

2009-06-27 Thread Ricardo
Simply not trying to put the PDF in an iframe? That's an UI nightmare. On Jun 26, 2:05 am, bharathbhooshan ambati wrote: > Is there any other options? > > > > On Wed, Jun 24, 2009 at 1:15 AM, Chippo wrote: > > > Hi > > > this will do what your after I think > >http://www.adobe.com/products/flas

[jQuery] Re: ajax load

2009-06-27 Thread Tom Worster
On 6/27/09 11:15 AM, "Peter Marino" wrote: > when I use the $(".main_view").load( "my.php" ); > all my danish letters are rendered wrong. > is there something I need to do in the my.php to make sure it > shows the danish characters correctly? > > anyone? perhaps my.php is returning the text en

[jQuery] Re: Autosuggest based dropdown selection plugin

2009-06-27 Thread Tom Worster
On 6/27/09 5:11 AM, "bharani kumar" wrote: > Hi all , > I used the auto suggest / complete in my lot of projects , > > > But this is some what different , > > I need the auto suggest plugin , that auto suggest > must work based on the dropdown selection , > > Assume if select the airport

[jQuery] Re: jquery(this) and has:ul selector.

2009-06-27 Thread zayatzz
Thanks... but i actually chose somewhat different approach : and it works too: function movehere(el){ /* This bit is for moving the background of first ul - the lavalamp */ var w = $(el).width(); var pos = $(el).position(); var lleft = pos.

[jQuery] Date range Picker jquery

2009-06-27 Thread bharani kumar
Hi Tell the name of the plugin for datePickers with start and end dates Thanks B.S.Bharanikumar

[jQuery] ajax load

2009-06-27 Thread Peter Marino
hi, when I use the $(".main_view").load( "my.php" ); all my danish letters are rendered wrong. is there something I need to do in the my.php to make sure it shows the danish characters correctly? anyone? Peter -- Power Tumbling - http://www.powertumbling.dk OSG-Help - http://osghelp.com

[jQuery] Problems with jquery.form and multi-file-upload plugins

2009-06-27 Thread goldy
i'm trying to submit the files to a target file that will work with them i have tried the iframe=true parameter but without success please help, what i'm missing //start scrpt var counter = 0; function prepareForm(formname) { var options = { //target:'#ou

[jQuery] Re: jquery(this) and has:ul selector.

2009-06-27 Thread zayatzz
Perhaps i should explain what im trying to achieve. What i want is menu where 1st menu has lavalamp background and some of the menu items have submenues that slide open. If i use ganesh's lavalamp and submenues together then lavalamp catches events on 1st level and prevents second level from ope

[jQuery] jquery(this) and has:ul selector.

2009-06-27 Thread zayatzz
Hello I have function like this: $("ul.lavaLamp li:has ul").hoverIntent(function(){ For various reasons i need to run other functions in this hoverintent function, some functions need to be run for all lavalamp ul li's not only those that have ul's. Therefore i have to run hoverintent like

[jQuery] Re: Same code used in all pages but error on one page??

2009-06-27 Thread Karl Swedberg
I've never used flowplayer before, but that seems to be the problem: uncaught exception: Flowplayer cannot access element: player On the homepage, you have an element id="player"> ... That same element is not on the contact us page. That's where the problem is occurring. I'd wrap the flowplaye

[jQuery] Re: IE Superfish/jQuery Frustration

2009-06-27 Thread Charlie
looking closer in IE looks like there's a css problem going on with #default. Click a link, there's a very narrow flash of content on right side of #content. The footer also gets pushed down briefly. CSS for content has overflow: hidden so only see a small sliver of this flash. After the flash

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-27 Thread Erik R. Peterson
Auuugh! This is so frustrating.. I can't get this to work. Erik On Jun 26, 2009, at 9:16 PM, Charlie wrote: take a look at this demo http://malsup.com/jquery/cycle/goto2.html would this work better for you? Change the inputs to a ul and insert your images? Add functions to change clas

[jQuery] Re: Internet Explorer Issue with Hover State

2009-06-27 Thread DFischer
I found a temporary hack to make this work. Wow this is such a horrible hack => http://www.screencast.com/users/dfischer/folders/Jing/media/a080ccc3-1cc5-47ab-9b9f-3f168695121a On Jun 27, 4:37 am, BigFisch wrote: > I'm having an extremely frustrating issue with Internet Explorer 7 and > the Hov

[jQuery] Internet Explorer Issue with Hover State

2009-06-27 Thread BigFisch
I'm having an extremely frustrating issue with Internet Explorer 7 and the Hover State of this div (highlighted in red). http://www.screencast.com/users/dfischer/folders/Jing/media/0277db31-2f2e-403d-b7f3-97d4ffe71c88 To view an example of what's going on. If I try simply using jquery's mouseov

[jQuery] Autosuggest based dropdown selection plugin

2009-06-27 Thread bharani kumar
Hi all , I used the auto suggest / complete in my lot of projects , But this is some what different , I need the auto suggest plugin , that auto suggest must work based on the dropdown selection , Assume if select the airport , the airports data only populate or show in the suggest , not an

[jQuery] Weird jumping happening with hover-over

2009-06-27 Thread osu
Hi, Could someone take a look at this website I developed and let me know what's going on with the footer logos please? It seems to happen on all browsers on my computer at work (Mac and PC) that the logos jump about when you hover over them: http://www.water4lifeconference.co.uk/ It's not happ

[jQuery] Re: (validate) Won't validate when input element inside jQuery UI Dialog

2009-06-27 Thread pbindagorge
Yep, verified the form ID and that there are no dupe IDs. Like I wrote, it works as expected if I just move the input field out of the dialog div. Thanks for your reply. As our validation needs for this dialog weren't huge, and our dev pace is too rapid right now, I decided just to manually valid