On 10/12/07, Simon Cockayne <[EMAIL PROTECTED]> wrote: > Hi, > > Anyone using jQuery (http://jquery.com/) or Yahoo UI > (http://developer.yahoo.com/yui/) ? > > Do they, help to, build nice "Standards based" apps? > > Am I going to see green lights* in Firefox for standards compliance, > error-free CSS and Javascript...oh...and will the HTML and CSS validate?
If you want to absolutely follow standards, make sure you don't use any methods that wrap "innerHTML." jQuery has one but it also has a bunch of methods that use the proper DOM methods (appendElement, removeElement, etc) so stick to the proper DOM methods and you will be fine. -- -- Christian Montoya christianmontoya.net ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************