I currently have this function that works perfectly:
$("[EMAIL PROTECTED]'history']").click(function()
But I want to add areas to this click event like this:
$('[EMAIL PROTECTED]').click(function()

What's the syntax for this?

Here's pseudo code for what I want to do if the above question is not
clear:

$("[EMAIL PROTECTED]'history']" OR '[EMAIL PROTECTED]').click(function()

Reply via email to