r92347 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r92346
|
r92347
|
r92348
>
Date:
07:18, 16 July 2011
Author:
junaidpv
Status:
ok (
Comments
)
Tags:
Comment:
essage=Only selector that seems to work on text input elements is jQuery's proprietary :text selector with (from:
http://api.jquery.com/text-selector/).
With no performance boost.
Modified paths:
/trunk/extensions/Narayam/ext.narayam.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Narayam/ext.narayam.js
—
—
@@ -3,7 +3,7 @@
4
4
*/
5
5
( function( $ ) {
6
6
$( document ).ready( function() {
7
- $.narayam.addInputs( 'input[type=text], input[type=search], input[type=], textarea' );
7
+ $.narayam.addInputs( 'input:text, input[type=search], textarea' );
8
8
$.narayam.setup();
9
9
} );
10
10
} )( jQuery );
Comments
#
Comment by
Krinkle
(
talk
|
contribs
)
19:54, 24 August 2011
See also
source code of ":text"
Status & tagging log
19:54, 24 August 2011
Krinkle
(
talk
|
contribs
)
changed the
tags
for r92347
[
removed:
krinkle]
19:54, 24 August 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r92347
[
removed:
new
added:
ok]
12:08, 14 August 2011
Hashar
(
talk
|
contribs
)
changed the
tags
for r92347
[
added:
krinkle]