I am using jQuery\'s toggle() to show/hide table rows. It works fine in FireFox but does not work in IE 8.
.show()/.hide() work fine though
.show()
.hide()
Remove the period from your row. The syntax for jQuery class selecting is to prepend it with a period, but you don't need it in your HTML code.
row