is it possible to develop a plugin that retrieves the totoal number of html elements in a page, and also the type of element( example, scr, div, tables and so on?)
thnks for your attention
Develop games in your browser. Powerful, performant & highly capable.
jcberrincha
I thought this requirement could divide into 2 steps -
1. get html source
2. using xml plugin to parse html source
Step 1 might be done by ajax plugin if there has no cross-domain issue.