$('.contenttitle>h1>a, .item>a').click(function() { ...

heohni wrote:
Hi!

currently I have this:

$('.contenttitle>h1>a').click(function() { ...

Is there a way to say

$('.contenttitle>h1>a'). or $('.item>a'). click(function() { .....?

It's just that I have 2 different links to click but behind the same
action...

Thanks!

  

Reply via email to