jquery-translate - Dynamic translation
This plugin integrates the Google Ajax Language API to jQuery. You can just call e.g. $('body').translate('en') but provides callbacks for each translated element too. Or you can pass an array to $.translate to get back a translated array. Currently you can only send a limited amount of characters with the raw API per request but this plugin calls them consecutively. It also reduces the number of requests by concatenating elements and doesn't send unnecessary html markup still providing access to each element as they've got translated.
http://code.google.com/p/jquery-translate/
comments powered by Disqus
Related Products
Jqplugins - A collection of jQuery plugins
This project is to host a JAR of the most useful jQuery plugins. Currently, these are the plugins available in the package: JQuery Core, jQuery Form, jQuery Metadata, jQuery UI , jQuery Validation, jQuery Field and jQuery Masked Input.
Jquery4j - jQuery for Java
jQuery4j stands for jQuery for Java. It gives developers the power to control jQuery widgets using Java or a markup language. The project revolves around the wrapping of jQuery widgets making them fully fledged ZK widgets. The project combines two famous frameworks, ZK and jQuery giving developers the power of the client at the server. jQuery4j is compatible with ZK 5.
Js-autocomplete - JavaScript jQuery Autocomplete Plugin
This jQuery plugin is used to generate the function of drop-down boxes on text boxes that are similar to Windows "Autocomplete". This requires jQuery and jQuery Hotkeys Plugin. You simply have to assign the class "auto-complete" on text boxes and create the UL list with class="auto_complete_dropdown" under that.
Pootle - Web Based Translation Tool
Pootle is a user-friendly web portal that makes the translation process so much simpler. It allows online translation, work assignment, gives statistics and allows easy volunteer contribution. It provides Computer Aided Translation (CAT) tool, Translate Toolkit: QA, format conversion and support for PO, Java .properties, OpenOffice, Mozilla, XLIFF, TMX, TBX, CSV, Qt .ts.
Jquery Comparewyw - A jQuery plugin which allows you to compare image
CompareWYW is a jQuery plugin which allows you to compare, for example, before and after images. Plugin is cross-browser compatible, it's working on all browsers that support jQuery. If the user's browser has disabled JavaScript, they will still see both images.
Jquery-jdownload - A jQuery plugin to assist file download
jDownload is a jQuery plugin to assist file download.For more information, instructions and examples check out the jDownload website - http://jdownloadplugin.com
Jquery Screenr - Fullscreen slideshow jQuery plugin
Easy full screen slideshow plugin for jQuery. Provide an array of images and slideshow interval, rest of them will be taken care by this plugin.
gMap - Google Maps Plugin for jQuery
gMap is a lightweight jQuery plugin that helps you embed Google Maps into your website. With only 2 KB in size it is very flexible and highly customizable.
jQuery Sparklines - Generates Sparkline Charts
This jQuery plugin generates sparklines (small inline charts) directly in the browser using data supplied either inline in the HTML, or via javascript. It is intended to be small enough to fit alongside a line of text, to give a quick impression of a trend or pattern and thus don't have the paraphernalia of full sized charts. As of version 2.0 you can mouse over the sparklines to see the underlying data.
jQuery-ui Scrollable tabs plugin
Using jQuery-ui tabs we should know the number of tabs so that we can adjust the width of the tabs wrapper so all the tabs can adjust itself. But what if we want to add the tabs dynamically with JavaScript? Scrollable tabs will solve the problem. It provides support to add new tab, close existing, control animation speed and lot more.