diff --git a/js/jquery.mobile.collapsible.js b/js/jquery.mobile.collapsible.js index cea535c2..30fa4beb 100644 --- a/js/jquery.mobile.collapsible.js +++ b/js/jquery.mobile.collapsible.js @@ -132,7 +132,7 @@ $.widget( "mobile.collapsible", $.mobile.widget, { }); - var set = collapsibleParent.find( ":jqmData(role='collapsible'):first" ); + var set = collapsibleParent.children( ":jqmData(role='collapsible')" ); set.first() .find( "a:eq(0)" )