suppose i have div which has a class called "suf-text", and there could be other class names like "suf-gang", "suf-hub" .. so on..
i want to trigger an onclick even on these divs.
i actually don't know how to do it..
would following do?
$('body').find()
but does find() need an regular expression ? i'm lost please help!