Carpintonto
04-11-2015, 08:06 PM
AnyLink CSS Menu v2.3
http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm
The script works great - I'd just like to get more out of it.
I have AnyLink CSS set up to navigate the page it is on (http://roselakeelkranch.net/distributors.html).
What I would like to do is apply style to the target of the menu item; so when I click on a menu item,
the target will stand out from the rest of the page.
The closest I've managed to get to even finding where I might be able to grab the target URL
is from a console.log(menu); instance below line #259 in anylinkcssmenu.js
// CLICK event for anchor, dropmenu
I then found it at six places in the console results
ownerDocument: documentURL: "http://rler.net/div-stributors.html#NE"
It's there, I just don't know how to get it
http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm
The script works great - I'd just like to get more out of it.
I have AnyLink CSS set up to navigate the page it is on (http://roselakeelkranch.net/distributors.html).
What I would like to do is apply style to the target of the menu item; so when I click on a menu item,
the target will stand out from the rest of the page.
The closest I've managed to get to even finding where I might be able to grab the target URL
is from a console.log(menu); instance below line #259 in anylinkcssmenu.js
// CLICK event for anchor, dropmenu
I then found it at six places in the console results
ownerDocument: documentURL: "http://rler.net/div-stributors.html#NE"
It's there, I just don't know how to get it