Community Member Profile
John
Member since Apr 10, 2010
- Profile: /members/5812-John.htm
- Comments: 1
- Points: 12
Recent Blog Comments By John
-
Video Presentation: Manipulating XML With jQuery
Posted on Apr 10, 2010 at 2:26 PM
Here is a simple test I put together to get around the IE problem. if ($.browser.msie) { var xDom = new ActiveXObject("Microsoft.XMLDOM"); jData = xDom.loadXML("<data></data>"); } else { jData = $("<data></da... read more »



