javascript - Auto hide bootstrap tooltip -


I want to hide Boostrap tooltip automatically after a few seconds.

  & lt; Input type = "text" title = "" data-placement = "bottom" style = "width: 200px" data-toggle = "tooltip" auto-integer = "off" data-provided = "typeahhead" class = "form- Control Waring "name =" Medic_name "id =" medic_name "data-original-title =" Please enter valid drug name "& gt;  

is out of the bootstrap box, you can set the delay property in the options (< In Js:

  delay: {show: 500, hide: 100}  

and in HTML:

  data < / P> 

>

/ html>

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -