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]
Attention in classroom
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]
Houdini is a simply designed app to let you take full advantage of Mac OS X’s “hidden folder” and “hidden file” ability. It allows you to create, access, move, reveal or delete hidden folders and files. Features:
[ad code=1]
One of the most useful screens in the OpenX ad server is the zone probability page. There’s an incredible amount of information that you can get from this screen about what’s happening with regards to banner delivery in your zones, if you know how to understand the information presented.
What’s linked and active?
The most immediately obvious information on the zone probability screen is the list of all banners that are linked and active1 in the zone. The fact that the zone probability screen only shows active banners can be useful, as it allows you to easily see the difference between banners that are active in the zone, and any banners that are merely linked to the zone, as shown on the linked banners screen.
[ad code=4]
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:
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).