简体   繁体   English

如何在加载页面的选择框中模拟事件?

[英]How to simulate an event in select box on load page?

How to simulate an event in select box on load page? 如何在加载页面的选择框中模拟事件?

For example in this page http://www.chicagocomputers.com.ar/oa/ourpcs2.php?ref=AMDAM3002 I need to show the Gabinete product price automaticaly 例如在此页面http://www.chicagocomputers.com.ar/oa/ourpcs2.php?ref=AMDAM3002我需要自动显示Gabinete产品价格

You are using jQuery-Min. 您正在使用jQuery-Min。 So you can: 所以你可以:

jQuery(selector_for_element).trigger('your_event_name');

Have fun. 玩得开心。 Good night. 晚安。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM