Trigger a jQuery UI slider event
问题 How can I trigger a change event on a jQuery UI slider? I thought it would be $('#slider').trigger('slidechange'); but that does nothing. Full example script follows: <link href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" type="text/css"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script> <script src="http://jqueryui.com/latest/ui/ui.core.js" type="text/javascript"></script> <script src="http://jqueryui.com