A selection of scripts and techniques to make your front end development easier
Stopping client side validation and postbacks
A couple of ways to stop client side validation firing, especially when using non asp.net controls: Set the onclick event of the image/button etc to be onclick=”return false;” then instead of using the onclick event to fire a method, use…
Detecting the Safari Browser to load scripts
I needed to detect if Safari was being used as there were some issues with styling on a website I was working upon, only on Mac Safari though!!!