[jQuery] Re: Toggle doesn't perform well in Safari and crashes Chrome

2008-09-13 Thread Matt Henry
toggle() takes two functions as arguments, so your $("div#menuchild_1").toggle( SHOW_FUNCTION HIDE_FUNCTION ); On Sep 12, 4:32 pm, robertaugustin <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having a problem with jquery's toggle function in Safari 3.1.2 and > Google Chrome, maybe one of you knows th

[jQuery] Re: Manipulating content generated after $(document).ready

2008-04-30 Thread Matt Henry
008, at 6:35 PM, Morgan Allen wrote: > > > Just add the .click to the .clone() chain. > > > On Tue, Apr 29, 2008 at 2:19 PM, Matt Henry <[EMAIL PROTECTED]> > > wrote: > > > I'm wondering if it's possible to use jQuery to manipulate content > >

[jQuery] Manipulating content generated after $(document).ready

2008-04-29 Thread Matt Henry
I'm wondering if it's possible to use jQuery to manipulate content that has been generated by jQuery after the page has loaded. Here's what I'm trying to accomplish: The user clicks a span in a long block of text, and that span is cloned, wrapped in list tags, and appended to a ul at the end of t