Hi there, I am trying to get the class names dynamically for the script below.

I am using the Pagination plugin. I have different class names that are created through PHP so need to get them using jQuery dynamically.

As you can see below, there are two '#hiddenresult div.result'. 'result' is the static class name that needs to change since the class name will be populated with PHP.

so, i want jquery to get the...