HTML5 is the latest revision of the HTML standard, including many new syntactical features and several APIs that support drawing, video, audio, etc.

learn more… | top users | synonyms

3
votes
0answers
76 views

jQuery Plugin - HTML5 History State

I've built this small jQuery plugin to work with HTML5 History State functions. It's my first jQuery plugin, so I'm not sure if it's up to the best practices, or what could be done better. Keeping it ...
1
vote
0answers
55 views

Need to check the check box automatically when enter anything in the textarea of html editor

i need the code when i type anything the text area of the HTML editor then the other check box automatically checked. can you help me here the sample extjs code. ...