My query is that when I inspect the element, I need to add CSS to the ID that is dynamically generated. Can we overwrite dynamically generated IDs? (Or) How can we add css to an ID that is dynamically generated Can someone help me?
Thanks in advance.
Try this with CSS:
Input [id = "JqxWidget"] {background: red; } Input [id =" jqxWidget "] {background: red;}
& lt; Script src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js" & gt; & Lt; / Script & gt; & Lt; Input autocomplete = "off" type = "textarea" id = "jqxWidget09677819" class = "jqx-widget jqx-input jqx-rc-all jqx-widget-content" style = "width: 115.4px; height: 21px; margin: 4px; "& gt;
No comments:
Post a Comment