Hi Stan,
You can probably get clueTip to work this way, but it would take some clever use of the onActivate option. I think a much better solution would be the validation plugin. Have you looked into that one?
http://bassistance.de/jquery-plugins/jquery-plugin-validation/ --Karl ____________ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 5, 2008, at 1:02 PM, StanW wrote:
Hi All I have been successfully using ClueTip, but cannot figure out how to implement a "if one or more of these are not filled in then display this single notice" kind of action. For example, I have a number of Likert scale items (radio buttons) on a student survey. Rather that a tedious series of notices saying "respond to item 1," and "respond to item 2," etc. I would just like to display one notice. So I need something such as "If item 1 is empty OR if item 2 is empty OR if item 3 is empty THEN display "ALL OF THESE MUST BE FILLED IN'" Is it possible to do this using jQuery and Cluetip? Thank you.