Creating new list item using javascript
Posted: Mon Mar 24, 2014 1:26 am
by Homan Mohammadi
Hi,
I have a list on my page and am trying to create a new list item every time a certain set of services is completed (I then plan to fill the new list item with information grabbed from elsewhere). How would I go about adding a new list item using javascript?
Thanks,
Homan
Creating new list item using javascript
Posted: Mon Mar 24, 2014 5:19 am
by Igor
Hi .
Please use the following code to add listitem in the list.
pre
Appery("mobilelist_35").append(jQuery("123"))
/pre
Note: inside tag you should place content of list-list(button for example).
Also please read this document:
http://docs.appery.io/tutorials/manip...
Creating new list item using javascript
Posted: Mon Mar 24, 2014 8:37 pm
by Homan Mohammadi