I would suggest to change the "Add"- Button to a simple img/div/whatever without an anchor wrapped around to opress displeasing behaviour on click, or, bind a function with return false on it.
I would suggest to change the "Add"- Button to a simple img/div/whatever without an anchor wrapped around to opress displeasing behaviour on click, or, bind a function with return false on it.
Comments
Comment #1
eugenmayer commentedWell if there would not be IE6 i would just give it a go, but as far as i remember this cure browser is not able to show "cursors" on non / .
I added the return false the click event, was missing there. Thanks!
Comment #2
eugenmayer commented