Hi,
How can I detect if color of bottom change because css or javascript event when i put mouse on button?
My solution that not good enough:
- create function that will listen to javascript events
- check with firebug if element have css 'hover' rule
Problems in my solution:
Can't detect which event happen before css or javascript
Not Auto check
Please give better solution if you have. (I working with JQUERY)
Thanks, Yosef