Is there a way to get a class name of element from another html file? Or can you do it like this?
$(page.html).ready(function(){}
The script is rendered in another page.
Is there a way to get a class name of element from another html file? Or can you do it like this?
$(page.html).ready(function(){}
The script is rendered in another page.