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:
$(function(){ $('#selectBoxId').fileUploader({ loader: false, //image loader url triggerOnLoad: false, disableBoxOnChange: true, //disable select box onchange emptyLabel: false, allOptionAsEmpty: false, url: '', allSeparator: false, queryFirst: '?', queryOperator: '=', appendSlash: false //add slash "/" at the end of the url }); });
Example
Codeigniter: Auto Populate Box

