In the submit handler of the form, you could trigger a click on the close link. Something like this:

$('yourform').submit(function() {
  // do your business here.
  $('#cluetip-close').trigger('click')
});

--Karl

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




On Feb 21, 2009, at 2:26 AM, abu wrote:


hi all,
i m submitting a form inside cluetips and want to close cluetips after
submitting the form
please suggest me as soon as possible

thanks,
abrar

Reply via email to