mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-21 06:40:59 +00:00
typo
This commit is contained in:
parent
25c2ce5ce6
commit
6f5ce29175
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ jQuery.widget( "mobile.listview", jQuery.mobile.widget, {
|
|||
}
|
||||
});
|
||||
|
||||
// tapping the whole LI triggers ajaxClick on the first link
|
||||
// tapping the whole LI triggers click on the first link
|
||||
$list.delegate( "li", "click", function(event) {
|
||||
if ( !jQuery( event.target ).closest( "a" ).length ) {
|
||||
jQuery( this ).find( "a" ).first().trigger( "click" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue