Hide onHover in TEB (form element not Test Quest)

In this sample I have text entry boxes where numbers are entered, and hidden Questions are used for grading. This is for a software simulation.

Does anyone know how I can prevent the onHover text for the input boxes that are NOT part of a Test Question?

This project also shows: how to "change" the size of my object via show/hide in jQuery; how to move the object through manipulation of the CSS; how to fadeIn/delay/fadeOut feedback messages.

Thanks in advance for the help.

Discussion (4)

The title isn't CSS, it's an HTML attribute .attr ("title","")

undefined

The tooltip shows the title attribute of the entry field. You can use jQuery to remove the title or set it as empty "".

The title comes from the name of the element in Lectora. You could give it a more meaningful name, e.g. "Please enter the width" instead of "b_st17q_hdrWidth".

I've tried the following line of code, but it doesn't change the onHover:

$("input#entry128id").css("title", "");

Any tips?

Thanks

Thanks, that worked! I don't know why I was thinking it was CSS.

Discussions have been disabled for this post