Homan Mohammadi
Posts: 0
Joined: Mon Feb 17, 2014 10:30 pm

Creating new list item using javascript

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

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Creating new list item using javascript

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...

Homan Mohammadi
Posts: 0
Joined: Mon Feb 17, 2014 10:30 pm

Creating new list item using javascript

Thank you Igor!

Return to “Issues”