Hi guys needing a bit of help.
I am creating a one page personal site.
Each section has a menu in it to jump to another section, however i want to have a ...
I'm using $(this).attr("href"); to select the href attribute value of the clicked element, but I need to select only the part after the last '=' symbol.
Example:
href="index.php?con=123&id=123&sel=heyhey"
I only need the last part ...
This does not seem to be in the docs of jQuery API, so it probably does not exist, but just wanted to get confirmation from fellow experts.
Is there an equivalent to ...