Tuesday, January 25, 2011

jquery IE AJAX issues

The list of issues when working with jquery IE AJAX issues are so huge and painful that I plan to maintain a log here :

1. trim() javascript function is not implemented in IE.
 Solution: Use $.trim('str ') instead of javascript trim()

2. Use javascript stacktrace jquery plugin. This is a life savior for identifying IE issues..
http://eriwen.com/javascript/js-stack-trace/
Open source in git here



No comments: