Does anyone know if it is possible to open a select programmatically in angularjs. Ive tried
angular.element(el).trigger(\'focus\'); angular.element(el).trig
Try this for Hover:
JS:
$(document).ready(function(){ $("#selectId").hover(function(){ $(this)[0].size=$(this).find("option").length; }); $("#selectId").click(function(){ $(this)[0].size=0; }); });
HTML:
Volvo Saab Mercedes Audi