[jQuery] Re: JQuery on 'load'ed html

2007-06-29 Thread Karl Swedberg
Hi there. Is there a place where we can see the complete code? Maybe an example page or something? I'm looking for DOM insertion or .load () method in the code below, but I don't see it. Maybe I'm losing my mind. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.

[jQuery] Re: JQuery on 'load'ed html

2007-06-28 Thread DXCJames
I lied.. ahah, I cant get either way to work.. this is the function i am trying to get to re-bind.. which technique would you suggest? $("dl").find("dt.sidewidget-top, dt.widget- top").find("ul").click(function(){ var itemSelected = ""; if($(this)

[jQuery] Re: JQuery on 'load'ed html

2007-06-28 Thread DXCJames
Awesome, this should work prefectly! thankS!!! On Jun 22, 7:19 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi there, > > Sure, you can re-bind the event handler after the new elements are > inserted into the DOM. > > Here is a tutorial that describes a couple solutions. > >http://docs.

[jQuery] Re: JQuery on 'load'ed html

2007-06-22 Thread Karl Swedberg
Hi there, Sure, you can re-bind the event handler after the new elements are inserted into the DOM. Here is a tutorial that describes a couple solutions. http://docs.jquery.com/Tutorials:AJAX_and_Events Let me know if it helps! --Karl _ Karl Swedberg www.englishrul