开发者

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

开发者 https://www.devze.com 2023-02-28 14:09 出处:网络
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

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开发者_StackOverflow社区 show the Gabinete product price automaticaly


You are using jQuery-Min. So you can:

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

Have fun. Good night.

0

精彩评论

暂无评论...
验证码 换一张
取 消