Skip to content

Instantly share code, notes, and snippets.

@amcdnl
Created October 17, 2012 16:18
Show Gist options
  • Save amcdnl/3906472 to your computer and use it in GitHub Desktop.
Save amcdnl/3906472 to your computer and use it in GitHub Desktop.
The jQuery for Next Generation of the Web

The jQuery for Next Generation of the Web

Soon jQuery will simply be a facade layer. With browser iterations becoming faster and faster, the web will soon loose the need for a jQuery.

The problem we face now is a similar problem we faced 5 years ago. Browser feature compatibility.

My idea is to take jQuery's syntax and paradigm and apply it to HTML5 and the next generation of web development.

Examples

  • BlobBuilder
  • Canvas
  • CSS browser pre-fixes

Code Example

Take a look at what I did with: https://gist.github.com/3833571

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment