scottdarby / Stylish-Select

*No longer maintained* A cross-browser, accessible alternative to the standard form select element which can be fully customised with CSS
122 stars 50 forks source link

Must preventDefault in $newLi.click to support IE6. #7

Closed petestuart closed 13 years ago

petestuart commented 14 years ago

Line 204 add event.preventDefault();

Since you added the anchor tag inside the li, I think this is required.