I need to change the position of an element i\'m loading with ajax. I want to use .css() to change it but jQuery can\'t find the element cause it\'
ajax
.css()
If you have to markup in a js variable then you can do it as below.
$(markup).find("requiredElement").css({ set the properties here });