Problem with JQM adding CSS to dynamically generated elements
I'm having an issue with adding a select tag dynamically with the appendTo() but the CSS is not being applied.
Can I add it to an element on the page using something like this method?
Copy code
- .appendTo('#page_1 #select_option_groups.div[data-role="content"]');