eTiKeTâ„¢
New Member
I am using autocompleter of json of mootools. I want to send multiple values using this code. How it is possible?\[code\]window.addEvent('domready', function() { new Autocompleter.Request.JSON('year', '<?php echo $this->baseUrl(); ?>/ride-chooseyear', { 'postVar' : 'year', minLength: 1, 'selectMode': 'pick', 'autocompleteType': 'tag', maxChoices: 10, autoSubmit: false, cache: true, delay: 300 });});\[/code\]