This is how we add that functionality to our websites using jQuery: $(‘textarea’).keypress(function(e){ if (e.ctrlKey && e.keyCode == 13) { $(this).closest(‘form’).submit(); } }); [ad code=4]
Tag Archives: ajax
JQUERY – superfish menu / submenu
Superfish is an enhanced Suckerfish-style menu jQuery plugin that takes an existing pure CSS drop-down menu (so it degrades gracefully without JavaScript) and adds the following much-sought-after enhancements: Suckerfish-style hover support for IE6. The class added is “sfHover” by default but can be changed via the options object, Timed delay on mouseout to be more …
Jquery tree – jsTree
What is jsTree? jsTree is a javascript based, cross browser tree component. It is packaged as a jQuery plugin. jsTree is absolutely free (licensed same as jQuery – under the terms of either the MIT License or the GNU General Public License (GPL) Version 2).
jquery tablesorter
http://tablesorter.com/docs/#Demo [ad code=1]
markItUp! universal markup jQuery editor
markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any textarea into a markup editor. Html, Textile, Wiki Syntax, Markdown, BBcode or even your own Markup system can be easily implemented.
php, jquery pagination
PHP Jqery pagination scripts http://bakery.cakephp.org/articles/daphonz/2008/05/03/easy-ajax-pagination-using-jquery http://www.9lessons.info/2009/09/pagination-with-jquery-mysql-and-php.html (demo) http://www.phpjquery.com/jquery-tutorial/pagination-with-jquery-and-php/ http://beski.wordpress.com/2009/04/20/ajax-pagination-with-jqueryphpmysql/ http://www.99points.info/2010/05/ajax-pagination-create-ajax-pagination-using-php-jquery-and-ajax/ [ad code=1 align=center]