Currently, I have an application (jQuery mobile 1.4.3) that contains a List View where I'm dynamically populating the list using AJAX. The challenge I am facing is that I want to adjust the CSS so that certain elements like buttons and left side space are hidden or modified when clicking/loading button 2222.
To see a demonstration of the issue, you can visit this jsfiddle link: JSFIDDLE (CLICK the button 2222 to show list)
Below is a snippet of the code in question:
function func1111() {
// Code for dynamically creating list items with buttons
}
I apologize if my explanation was unclear. Thank you for any help in advance.