[jQuery] Re: jQuery not working after loading content via Ajax .load

2008-05-11 Thread jkab
as an actual html page? > > You can use $.localScroll() with the same settings to make a global > call, then you can bash any element safely. > > Cheers > > -- > Ariel Flesler > http://flesler.blogspot.com > > On 11 mayo, 08:29, jkab <[EMAIL PROTECTED]>

[jQuery] Re: jQuery not working after loading content via Ajax .load

2008-05-11 Thread jkab
; Check the AJAX demo, it's certainly dynamic. > > http://flesler.webs.com/jQuery.LocalScroll/ajax/ > > Cheers > > -- > Ariel Flesler > http://flesler.blogspot.com > > On 10 mayo, 14:27, jkab <[EMAIL PROTECTED]> wrote: >> I've been browsing around

[jQuery] jQuery not working after loading content via Ajax .load

2008-05-10 Thread jkab
I've been browsing around the internet and have seen some talk about it but still haven't really figured it out. I'm loading an external page with just a 'div' of content into my current page. However, I want the jQuery localscroll plugin to affect the newly loaded page and this just isn't happen

[jQuery] New to jQuery.. Seeking help with early ideas

2008-05-04 Thread jkab
I'm currently loading an external .html file on click. The code is: $("a#interactive").click(function () { $("#subNav").load("work_interactive.html"); }); However, I'm having difficulty trying to learn how to add effects on the content's load in. Maybe a fade in, or a drop down of the div,