onMouseEvent event Trigger
Hi guys,
Im having some problem with onMouseDown event.
So like when you go to Google and click on a search result… something like this gets prefixed to the landing page:
Code (text):
http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDcQFjAB&url
My script:
Code (text):
$(document).ready(function () {
var count = 0;
var matchavailable = 0;
var protectedlinks = "google.com,yahoo.com";
$("a").mousedown(function () {
var linkArray = protectedlinks.split(‘,’);
for…
onMouseEvent event Trigger
See original post by ruthless321
Leave a Reply
You must be logged in to post a comment.