Making a List item invisible?
Posted: Sun Jul 12, 2015 4:41 am
$(this).parent().hide();
seems to work!
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
$(this).parent().hide();
seems to work!
Hello Avery,
Thank you for the update, glad it works!
How do I close this single list item by clicking a pop up button? .parent() does not apply. Help
I basically want to hide the previously clicked list element.
Please show us code that you use. How exactly do you call it?