hide ewTooltip from a class

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Barry
User
Posts: 7

hide ewTooltip from a class

Post by Barry »

I have problem with ewTooltip. I want to hide it from a specific class. What I mean by a specific class is just one class in General. I just want to hide the ewTooltip form one class so that it wil not show when you go over it with the mouse.

I used this code: #ewTooltip.hide (); but this only hides it for all class.

So my question is what is the code for hiding the ewTooltip from a class. Already i tried this code: .xxx.hide (#ewTooltip);

Kind regards
Barry


Webmaster
User
Posts: 9427

Post by Webmaster »

What "class" are you referring to exactly? Are you talking about CSS class? Can you give an example?


Barry
User
Posts: 7

Post by Barry »

it's not a CSS class, It's a span class on our website.

kind regards,

barry


Webmaster
User
Posts: 9427

Post by Webmaster »

Still vague. What is "span class"?

Webmaster wrote:
Can you give an example?


Post Reply