download

jQuery Auto Populate Box . Documentation

| Updated: August 14, 2011

Browser Support:

The plugin is tested on:

  • Microsoft Internet Explorer 6.0+
  • Google Chrome - 7.0+
  • Safari - 4.0+
  • Mozilla Firefox - 3.0+
  • Opera - 10.0+

Plugins Option:

  1.  
  2. $(function(){
  3. $('#selectBoxId').fileUploader({
  4. loader: false, //image loader url
  5. triggerOnLoad: false,
  6.  
  7. disableBoxOnChange: true, //disable select box onchange
  8. emptyLabel: false,
  9. allOptionAsEmpty: false,
  10.  
  11. url: '',
  12. allSeparator: false,
  13. queryFirst: '?',
  14. queryOperator: '=',
  15.  
  16. appendSlash: false //add slash "/" at the end of the url
  17. });
  18. });
  19.  

Example

Codeigniter: Auto Populate Box