Custom Query (13852 matches)
Results (49 - 51 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#945 | fixed | <INPUT name="length"> cannot be found under IE | ||
Description |
This is really incredible and took me some time to find out ! ProblemLoad the mockup in IE6 or IE7, you'll get "0" instead of "1" printed on the alert box. WorkaroundDon't set input name attributes to "length". Mockup<html> <head> <script type="text/javascript" src="http://jquery.com/src/jquery-latest.js"></script> <script type="text/javascript"> $(function() { alert($('INPUT').length) }); </script> </head> <body> <input name="length"> </body> </html> |
|||
#2091 | fixed | `make with_plugins` broken | ||
Description |
Many of the included folders have more than the jquery.$pluginname.js file. At the end, jquery.js contains css, html and even png data. Why not impose a folder structure to make things easier ? |
|||
#2092 | invalid | [PATCH] tablesorter 2.0 metadata | ||
Description |
The following patch updates tablesorter 2.0 to work with the latest jquery.metadata.js plugin. You can also copy the jquery.metadata.js to the 2.0 folder, so that the tests work. |
Note: See TracQuery
for help on using queries.