I am new to JQuery.
If I have the following tag. What is the best JQuery method to extract the value for \"page\" from the href.
if ($('a').on('Clicked').text().search('1') == -1) { //Page == 1 } else { //Page != 1 }