一、模拟select
$('#selectCount').change(function(){    $('select#some').val(10).change();    //or    $('select#some').val(10).trigger('change');}二、模拟点击
$("button:first").click(function () {    update($("span:first"));});$("button:last").click(function () {    $("button:first").trigger('click');   update($("span:last"));}); function update(j) {    var n = parseInt(j.text(), 10);    j.text(n + 1);}
 
		 随时随地看视频
随时随地看视频 
				 
				