[jQuery] Long List, no particular order of IDs

2009-02-03 Thread drewtown
I have a long list of items for example + item 1 -- sub item 1 -- sub item 23 + item 45 -- sub item 142 +item 995 -- sub item 198 -- sub item 244 As you can see the ids are in no particular order. I'm looking for the most efficient way of expanding the top level ones. Also I would like all t

[jQuery] Re: Can't append html to textare after jquery.form ajax submit

2009-01-23 Thread drewtown
      }); > > >                 function process(json) { > >                         blah blah blah irrelevant > >                 } > > >                bindButtons(); > > >                 }); > >         }); > > > 3. Add this code to your

[jQuery] Can't append html to textare after jquery.form ajax submit

2009-01-22 Thread drewtown
I am writing a user input form and I have buttons set up that add [b] [i][u] etc tags to the form like BBCode. The user can then submit it (uses the jquery.form plugin) and everything works fine. If the user then tries to type more and use the buttons again the buttons don't append to the textar