Is it possible for me to generate the selector statement for an html class I want to manipulate in javascript. I see that the class is present however when I try top.$find(‘.specific_class’); it returns null which makes me believe I am using the incorrect select statement.
Share
Your JQuery selector is not formatted correctly.
Try the following: