I have a function, this function receive a string in argument. The content of this variable is HTML code. I'd like know number of HTML element with the class .myClass
function MyTest(myData){
//get how many element with .myClass are in myData
}
Thanks,