Skip to main content

Bug Tracker

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 ajpiano comment:1

resolution: → invalid
status: newclosed

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.

Changed April 10, 2011 07:15PM UTC by anonymous 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 rwaldron comment:3

component: unfiledweb

Changed January 24, 2013 05:57PM UTC by anonymous comment:4

import 'jquery';

$(document).ready(function() {

alert('OK');

});