Seems perfectly fine to me. IE version 7
On Dec 10, 5:32 pm, Joe <[EMAIL PROTECTED]> wrote:
> Any leads on this?
>
> On Dec 6, 2:01 pm, Joe <[EMAIL PROTECTED]> wrote:
>
>
>
> > Go here:
>
> >http://www.theshedbbq.com/gulfport/photos/
>
> > Click one of the photo gallery links. In IE7, it does not return
> > false and immediately jumps back to the top of the page. Within the
> > clickhandler, I'm grabbing some data from the anchor tags' attributes,
> > then callinggetScript(). Do I need to add a callback togetScript()
> > to return false?
>
> > $('#gallerySelect ul li a').click(function(){
>
> > // Grab id value
> > var obj = $(this);
> > var id = obj.attr('id');
> > var rel = obj.attr('rel');
>
> > // CallgetScriptwith id passed.
> > $.getScript("/gulfport/photos/"+rel+"/"+id+"/"+id+".js" );
> > return false;
> > });- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery (English)" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-en?hl=en
-~----------~----~----~----~------~----~------~--~---