jquery shopping list form recipe ingredients -
If this is possible with such a jquery, then I can say that I have the interval with the check box Remove from the shopping list
1 cup of this butter salad 1/4 cup
< P> Do not know what your markup looks like, but I believe it is such a symatic:
You can write the following javascript using jQuery to add the checkbox:
$ (document) .ready (function () {$ (' # Lig ') .prepend (' & lt; input type = "checkbox" name = "content" /> gt; ');});
In front of this text, a checkbox will be added inside each LI in the list. You should ideally have items defined in such a list as I did, which makes it much easier to detect That's what each item is.
Comments
Post a Comment