Logiform

Logiform creates a MongoDB-alike query string from a sequence of complex conditions, vice versa.
Still in very early stage of development, and I'm living in GitHub.

How to use

Download logiform and add below codes into the <head> section of your HTML page.

<script src="logiform.js"></script> 
<link rel="stylesheet" href="logiform.css">

And activate it!

$("#foobar").logiform();

There are enormous options for customizing logiform, check them out here.

License

Logiform is distributed under MIT License.


Logiform by Park Hyunwoo, 2013