Browse by Tags

All Tags » Javascript reference » How To (RSS)

InnerText and TextContent by sashidhar

Just a quick tid-bit of browser specific information . InnerText in IE => textContent in Firefox Tested on Firefox 2+, and IE 7

Including JS file references in masterpages by sashidhar

  One of the issues I have faced with including site-wide JS files while developing web-applications is the simple fact that I was developing in Windows XP and IIS 5. And IIS puts in each of my websites as virtual-directories. So , I always have...
More Posts