Response title
This is preview!
I use jQueryUI tooltip for validation.
I just want exactly do this: when Textbox focusout or sumbit button click empty textbox tooltip appear. I write this script but this script have this problem:
on click or Mouseover or Mouseout ... in Textbox the tooltip does not appear.just on focusout or sumbit button tootltip mus appear.how can i do that? after tooltip shows on mouse over tooltip disappear. how can i prevent that???
tooltip not disappear just disappear when user click in Textbox .how can i do that?
Can you please clarify what you mean here?multiple tooltips does not appear
Probably due toon click or Mouseover or Mouseout ... in Textbox the tooltip does not appear.just on focusout or sumbit button
$(document).tooltip().off("mouseover mouseout ");
Yes, use a class selector and to select your tooltips, and set your options.is there any way to define default option for all tooltips ?
Not clear what you mean by this.tooltip not disappear just disappear when user click in it.
I would change lot's of things with your approach. First step is figuring out exactly what you're trying to do, and make that work. There are errors too -if Code Optimization need
Uncaught ReferenceError: ISValidFname is not defined
.© 2013 jQuery Foundation
Sponsored by and others.