Search found 2 matches

Go to advanced search

by Christian7378311
Thu Feb 12, 2015 2:20 pm
Forum: Issues
Topic: Looping list item using jquery or javascript
Replies: 7
Views: 1471
 
Jump to post

Looping list item using jquery or javascript

No worries. I figured it out with help from another answer from this forum. For future reference (for other developers), here's how I made it work for me: This JS runs as Success Event from a DB service: if (data === null || data.length === 0) { alert("No data received"); } else { $.each(t...
by Christian7378311
Thu Feb 12, 2015 12:26 pm
Forum: Issues
Topic: Looping list item using jquery or javascript
Replies: 7
Views: 1471
 
Jump to post

Looping list item using jquery or javascript

Hi guys

This seems good, but how would you write the JS to loop through each item and ex. get each item "name" property from the individual list items?

Or let's say I wanted to change the "visible" property on all list items, which has class=allowed ?

Thanks!

Go to advanced search