标签: javascript select
如何在加载页面的选择框中模拟事件?
例如,在此页面http://www.chicagocomputers.com.ar/oa/ourpcs2.php?ref=AMDAM3002 我需要自动显示Gabinete产品价格
答案 0 :(得分:0)
您正在使用jQuery-Min。所以你可以:
jQuery(selector_for_element).trigger('your_event_name');
玩得开心。晚安。