Saeed Neamati
Member since Nov 9, 2011
- Profile: /members/9218-saeed-neamati.htm
- URL: http://www.thoughtresults.com
- Comments: 2
Recent Blog Comments By Saeed Neamati
-
jQuery Comments() Plug-in To Access HTML Comments For DOM Templating
Posted on Dec 6, 2011 at 8:41 AM
I really like the idea. I came across this requirement, when I was crawling a website. The HTML was a mess (full of nested tables, with inline style, and no id, no name, etc.). The only way to extract data was to use regular expressions, and finding some specific elements, one of which was HTML comm... read more »
-
Catching Timeout Errors With jQuery Powered AJAX
Posted on Nov 9, 2011 at 5:00 AM
jQuery's timeout is useful specially in JSONP requests (made via the same $.ajax, but with data: 'jsonp' parameter). Thanks for this post.... read more »