[jquery-ui] Re: datepicker('dialog') option not working when onSelect is defined

2009-05-04 Thread intrader
By the way, I prefer to return false from the event handler or follow the call to the event handler with 'return false;' On May 3, 10:26 am, Fontzter wrote: > Glad you've gotten it resolved Paul. > > On May 1, 8:35 pm, "Paul T." wrote: > > > Dave, > > > Just spent some time trying to recreate t

[jquery-ui] Re: datepicker('dialog') option not working when onSelect is defined

2009-05-04 Thread intrader
Return false from the event handler or follow the event handler call with ';return false;' Enjoy On May 1, 5:35 pm, "Paul T." wrote: > Dave, > > Just spent some time trying to recreate the problem at my home > computer with no success... I apologize for wasting your time... I > have a feeling t

[jquery-ui] Re: datepicker('dialog') option not working when onSelect is defined

2009-05-04 Thread intrader
Return false from event handler or follow the event handler call with ';return false;' On May 1, 5:35 pm, "Paul T." wrote: > Dave, > > Just spent some time trying to recreate the problem at my home > computer with no success... I apologize for wasting your time... I > have a feeling that it migh

[jquery-ui] Re: datepicker('dialog') option not working when onSelect is defined

2009-05-03 Thread Fontzter
Glad you've gotten it resolved Paul. On May 1, 8:35 pm, "Paul T." wrote: > Dave, > > Just spent some time trying to recreate the problem at my home > computer with no success... I apologize for wasting your time... I > have a feeling that it might have been my browser... perhaps I had > firefox

[jquery-ui] Re: datepicker('dialog') option not working when onSelect is defined

2009-05-01 Thread Paul T.
Dave, Just spent some time trying to recreate the problem at my home computer with no success... I apologize for wasting your time... I have a feeling that it might have been my browser... perhaps I had firefox/firebug open too long with too many breakpoints set... I have to also thank you for i

[jquery-ui] Re: datepicker('dialog') option not working when onSelect is defined

2009-05-01 Thread Fontzter
Paul, Could you toss up a quick example on http://jsbin.com It would be easier to debug that way. Thanks, Dave On May 1, 4:18 pm, "Paul T." wrote: > Dave, > Thanks for the reply... I already have that in my element and > still does not work (thus why it is so puzziling to me)... Here is > w

[jquery-ui] Re: datepicker('dialog') option not working when onSelect is defined

2009-05-01 Thread Paul T.
Dave, Thanks for the reply... I already have that in my element and still does not work (thus why it is so puzziling to me)... Here is what my element looks like: Thanks. Paul On May 1, 4:02 pm, Fontzter wrote: > Try setting the href on your ele to return void: > > href="javascript:void(

[jquery-ui] Re: datepicker('dialog') option not working when onSelect is defined

2009-05-01 Thread Fontzter
Try setting the href on your ele to return void: href="javascript:void(0);" Hth, Dave On May 1, 3:12 pm, "Paul T." wrote: > Problem: when a date is selected (via mouse) the page is redirected to > '#'. > > Code is: > > $(ele).datepicker( >                 "dialog", >                 '', >    

[jquery-ui] Re: datepicker('dialog') option not working when onSelect is defined

2009-05-01 Thread Paul T.
A little more research and still no explanation as to why this is happening... however, I did find that this seems to happen because my method (getEvents) is making ajax calls and may trigger other events in the DOM/browser, which may be flushing out the href from the calendar... My current work-a