Default TAB behavior in Web forms is to shift focus from one field to the next.Tab Override changes this behavior and actually indents the cursor position, just like in any regular desktop-based text editor.The library additionally allows indentation of...

ngRatings

ngRatings 1.0

ngRatings is a classic star rating system that can be added to your Web projects.Developers have the ability to control the number of stars in each rating box, initial ratings passed at page load, and if to block user access to the rating system, using...

opentype.js

opentype.js 0.6.2 updated

opentype.js is an open source JavaScript library that can parse font information from the source, meaning the font files themselves. The library supports OpenType and TrueType fonts, allowing developers to read data like: - font glyph paths - font glyph...

Plumin.js

Plumin.js 1.0.6 updated

Plumin.js is a tool that can parse font files and make them available via a simple API to JavaScript developers.They can then manipulate each character in part, editing their details and altering the result displayed on the page.There's no need for any...

FitText

FitText 1.2

If the user resizes the browser, or accesses the website from a mobile device, the text automatically is resized to fit the width of its parent container. Its main usage is for responsive adaptive web templates.FitText works with CSS3 properties and...

JaxEdit

JaxEdit 0.30

JaxEdit allows users to write LaTeX formatted text and preview it via their browser.They can also download or share their code via the provided interface, and even present it as a slideshow if needed.Installation:1. Download and unzip package.2....

Caret

Caret 1.0

If you're not familiar with the "caret" term, then don't worry, you already know it. It's the blinking cursor that appears when you write a text with your keyboard in both Web and desktop-based applications.This small jQuery plugin allows Web developers...