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
});
>
> > function process(json) {
> > blah blah blah irrelevant
> > }
>
> > bindButtons();
>
> > });
> > });
>
> > 3. Add this code to your
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
3 matches
Mail list logo