[jQuery] slideToggle error in IE
I'am using the slideToggle function to toggle all boxes at my page. It
worked in all browser at first, but now I get an error in Internet
Explorer7 (Element is not defined).
I tried to figure out where the problem is, because no javascript
works at all in IE now.
The error is trigged at:
$(".expand").click(function() {
});
The problem only appears when this jQuery code is added so I tried to
find the click event in jQuery to debug the error, without any result.
Where does jQuery loop through all ".expand" classes?
Best regards
Per Eriksson