diff --git a/js/jquery.mobile.collapsible.js b/js/jquery.mobile.collapsible.js index f3ed05e8..67d69e13 100644 --- a/js/jquery.mobile.collapsible.js +++ b/js/jquery.mobile.collapsible.js @@ -140,7 +140,7 @@ $.widget( "mobile.collapsible", $.mobile.widget, { .trigger( o.collapsed ? "collapse" : "expand" ); collapsibleHeading - .bind( "vclick", function( event ) { + .bind( "click", function( event ) { var type = collapsibleHeading.is( ".ui-collapsible-heading-collapsed" ) ? "expand" : "collapse";