Hi Daniel,
Unfortunately that won't work. It is a SPA and I'm using a TMS. I have to attach an event listener to it once it loads and then detect the value selected. Once the virtual page changes, I will detach the listener.
Leakim,
Did you mean for the second function to be a "remove"?
Thanks,
MJ
Thank you both!
var title = found.getAttribute("title" );
Hi,
No, originally your code was duplicated? It is not there any longer.
Thanks!
Here is a shorter jQuery version
It will work as long as the select is the 4th in the page and needs to be tested to see if the value changed
$(document).on("click", function() { console.log($("div select:eq(3)").val()) })
I think this is what you are after
BLINK LINK REMOVED