Hi,
Please tell me, Can I rely completely upon jquery html() method that it'll perform like innerHTML? is there any difference between innerHTML and jquery html() method? and if these both do the same work can I used jquery html() method in place of innerHTML?
My problem is: I am working on already designed pages, the pages contains tables and in javascript the innerHTML property is being used to populate them dynamically, application is working fine on ff but IE fires error "unknown runtime exception". I used jquery html() method and IE error has stopped. but I'm not sure it will work for all browsers and I'm not sure to replace all innerHTML properties to jquery html() method. pls suggest
Thanks a lot