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
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
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
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
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
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
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(
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",
> '',
>
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