T
ton
Hi
What I want is to get a specific tooltip for some fields of my fill in
forms. To do so
I'll use an onmouseover event.
I do not want to connect to the server directly since users can move their
mouse just to get to a field, and I'll will avoid unwanted data traffic. So
this is what I had in mind:
- click on a field will call an ajax function to get the special instruction
tooltip which will be displayed as a tool tip.
- on mouse over I will wait at least 3 seconds before I will call the server
to get the data
Is this possible ?
thanks
ton
What I want is to get a specific tooltip for some fields of my fill in
forms. To do so
I'll use an onmouseover event.
I do not want to connect to the server directly since users can move their
mouse just to get to a field, and I'll will avoid unwanted data traffic. So
this is what I had in mind:
- click on a field will call an ajax function to get the special instruction
tooltip which will be displayed as a tool tip.
- on mouse over I will wait at least 3 seconds before I will call the server
to get the data
Is this possible ?
thanks
ton