I am using this fancy little JavaScript to highlight a field as the user hovers over it. Could you please tell me if there is a way of adding an onclick functio
onclick
Not completely sure I understand the question, but do you mean something like this?
$('#something').click(function() { document.location = 'http://somewhere.com/'; } );