9 projects tagged "jQuery"
univis2typo3 is a tool to import data from UnivIS into a TYPO3 Web site. This lets you create a Web site for a university department with a few clicks. It automaticaly imports information about people, lectures, projects, publications, and other department information. It has a user-friendly interface to create and edit personal and course Web pages. It can automatically backup and update the data. The Web site will remain available even if the UnivIS server becomes unavailable.
WP-GoogleTranslate-Box is a WordPress plugin that displays a box in the "Add New Post" page that allows you to quickly translate any text from and to different languages. Its purpose is to assist you when you are writing in a language other than your mother tongue and you need to use a translation service as quickly as possible.
Zebra_Dialog is a small, compact, and highly configurable dialog box plugin for jQuery, meant to replace JavaScript's "alert" and "confirmation" dialog boxes. It is contained in one JavaScript file that is 4KB minified, with no dependencies other than jQuery 1.5.2 or later. It can also be used as a notification widget for updates or errors, without distracting users from their browser experience by displaying obtrusive alerts. It features five types of available dialog boxes: confirmation, information, warning, error, and question. Its appearance is easily customizable by changing the CSS file. Modal or non-modal dialog boxes can be created. Custom buttons can be easily added. The dialog box can be positioned wherever you want, not just in the middle of the screen. Callback functions can be used to handle the user's choices. It works in all major browsers, including Firefox, Opera, Safari, Chrome, and Internet Explorer 6+.
Zebra_TransForm is a tiny (3KB minified) jQuery plugin for styling the appearance of checkboxes, radio buttons, and select boxes without sacrificing functionality and accessibility: the elements preserve their tabindex order, give visual feedback when having the focus, can be accessed by using the keyboard, and look and behave in the same way in all major browsers. It degrades gracefully in IE6.
Zebra_Accordion is a tiny (2KB minified) accordion plugin for jQuery. It transforms a basic definition list, without requiring any other specific markup, into a small-footprint, easily configurable, fully customizable, cross-browser accordion widget, useful for better organizing larger groups of content. It is easily customizable through CSS, can be configured to work so that only a single can be expanded at a time or so that all tabs may be expanded/collapsed, and can be configured to work so tabs expand on mouse-over. When, after expanding a tab, part of its content is outside the viewport, it automatically scrolls the browser’s window so that the tab’s content is visible. Callback functions can be used for further customizations. Zebra_Accordion works in all major browsers.
Zebra_Cookie is an extremely small (~500 bytes minified) jQuery plugin for writing, reading, and deleting cookies. Handling cookies can be a daunting task using plain JavaScript, and because jQuery doesn’t natively include functions for handling cookies and one must rely on plug-ins.