Side navigation
#7479 closed enhancement (invalid)
Opened November 12, 2010 06:12AM UTC
Closed November 12, 2010 02:41PM UTC
Last modified January 24, 2013 05:57PM UTC
native jquery support in browsers
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | web | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I was thinking of building native jQuery support in all modern browsers, just you need to create a addons for browsers. This will helps to further faster jqury sites rendering and operation.
rajeshghaywat@gmail.com
Attachments (0)
Change History (4)
Changed November 12, 2010 02:41PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed April 10, 2011 07:15PM UTC by comment:2
Google chrome's V8 JS engine already translate javascript into pure x86 optimized machine code. I believe that's the closest you could get without doing much.
Changed April 10, 2011 07:20PM UTC by comment:3
component: | unfiled → web |
---|
Changed January 24, 2013 05:57PM UTC by comment:4
import 'jquery';
$(document).ready(function() {
alert('OK');
});
A project of this nature is outside of the scope of development on jQuery core library. Feel free to explore it on your own. Thanks.