Jump to content

JavaScript Highlight Row


Err

Recommended Posts

I'm highlighting any rows where a user checks the checkbox. It works fine on all browsers but IE. I check the checkbox and the row doesn't highlight until I click on something else. Is there any way around this?In my CSS, I am using :hover for these same rows. Think that might be part of my IE's problem?I just tried it without the :hover and it still does the same thing.

Link to comment
Share on other sites

Oh right. Sorry. I'm using onchange.

<input value="" type="checkbox" onchange="togHighlight(this.value,1);" />

Link to comment
Share on other sites

That's it. I guess I'll stick with onclick.Thanks for you help justsomeguy.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...