We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb9141 commit adbc273Copy full SHA for adbc273
ui/jquery.ui.tabs.js
@@ -434,7 +434,7 @@ $.widget( "ui.tabs", {
434
// meta-function to give users option to provide a href string instead of a numerical index.
435
// also sanitizes numerical indexes to valid values.
436
if ( typeof index == "string" ) {
437
- index = this.anchors.index( this.anchors.filter( "[href$=" + index + "]" ) );
+ index = this.anchors.index( this.anchors.filter( "[href$='" + index + "']" ) );
438
}
439
440
return index;
0 commit comments