search for: initie6

Displaying 2 results from an estimated 2 matches for "initie6".

Did you mean: initial
2009 Sep 03
2
[nut-commits] svn commit r1953 - branches/AsciiDoc/docs/website/scripts
...================================================== > --- branches/AsciiDoc/docs/website/scripts/nut_jquery.js Thu Sep 3 11:58:30 2009 (r1952) > +++ branches/AsciiDoc/docs/website/scripts/nut_jquery.js Thu Sep 3 12:31:10 2009 (r1953) > @@ -89,21 +89,8 @@ > initIE6: function() > { > this.filterPNG(); > - this.addIE6Warning(); > }, > - > - /** > - * Displays a message inviting the user to upgrade > - */ > - addIE6Warning: function() > - { > - $("#header").after( > - "<!--[if lte IE...
2009 Feb 26
7
javascript using jQuery.js and prototype.js doesnt work 2get
Hi........ M hving javascript "scripts.js" which uses jQuery.js in rails application. bt when it is used along with prototype.js, one of the javascripts which hs been included first in my application.rhtml fails... Do some1 hv any solution how to make both the scripts work 2gether... I tried using <script> jQuery.noConflict(); </script> bt of no use. problem