Skip to content

jiggzson/eqInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery eqInput

A simple equation input with bracket completion and highlighting.

Uses jquery. And needs styling.

Does not work for IE < 9

Usage: Load jquey.eqInput.js and jquery.eqInput.css

<div id="eq-input"></div>

To add a place holder use data-placeholder attribute

<div id="eq-input" data-placeholder="Insert formula"></div>
$('#eq-input').eqInput();

To change the highlight color and styling edit css or supply custom class

$('#eq-input').eqInput({highlightClass: 'some-custom-class'})

Use text method to get input contents

About

A simple equation input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors