just quick framework, jQ framework Just Quick framework, jQ framework
Integrate and Build Great Applications
Your Ad Here
  • Product
  • Board
  • About Us
  • Consult Us

jQuery Auto Complete v0.1

Free!
Menu
  • jQac Demonstration

  • download
  • news
  • description
  • documentation
  • jQuery Auto Complete v0.1
  • 2010/02/16 jQAC v0.1 released.
  • Simple auto comlete plugin.
  • Data will be filtered according to the text your fill in.
  • Multiple data can be selected by using comma as a separator.
  • Easy to integate to your application.
  • Easy to define your own logic.
  • jQAC tested with IE6, IE7, IE8, FF3, Opera, Safari4, Google Chrome2.
  • Lightweight auto complete plugin - The source file is just 5k!
  • Free and Free of charge under the MIT License.

jQac Documentation

You can check all code details in index.* file.
If you have further questions, please contact us through our Knowledge Sharing Board.

Simple way to initialize the jQAC

  1. <script type="text/javascript">
  2.    $(document).ready(function() {
  3.         //initialize auto complete object
  4.         //default use auto ac.php as a callback file
  5.         //default height of the auto complete box set to 100px height
  6.         //default class for input/textarea box is jQACDiv for calling auto complete plugin
  7.         $("body").jQautocomplete();
  8.    });
  9. </script>

Advanced way to initialize the jQAC

  1. <script type="text/javascript">
  2.    $(document).ready(function() {
  3.         //initialize auto complete object
  4.         //Three options variables for you to control the plugin
  5.         $("body").jQautocomplete({"divclass":"YOUR_OWN_CLASS","callbackFile":"YOUR_SERVER_FILE.php","height":100});
  6.    });
  7. </script>

keyword

jqac, jQuery auto complete, auto complete, text select, combo box


Your Ad Here
Your Ad Here
© 2009 jqframework.com
jQ framework CMS v5.0