Just write two separate calls:

$('a.some-class').cluetip({local: true});
$('a.another-class').cluetip();

--Karl

____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Nov 11, 2009, at 2:35 PM, JMD wrote:

What script do I use to have cluetip alternately access local (#divID)
vs. external (external.jsp#divID) content to populate the cluetip? Not
at the same time, just some links are local and some aren't.

I can't seem to create a script that doesn't conflict with one or the
other condition.

For example, this works for external, but not local:
http://www.mail-archive.com/jquery-en@googlegroups.com/msg36931.html

Thanks!

Reply via email to