Modify ↓
Ticket #6316 (closed bug: invalid)
Some jQuery methods don't their check private variables.
| Reported by: | Larry Battle | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.4.3 |
| Component: | core | Version: | 1.4.2 |
| Keywords: | error | Cc: | |
| Blocking: | Blocked by: |
Description
When faced with no arguments, most methods error out with no problems or return a value. But... Each of the following method calls, starting with css, will return an error and stop the rest of the script.
$(document.body).css().each().filter().map().ready();
$(document.body).text('Test Completed.');
Demo: http://jsbin.com/eriva/
Attachments
Change History
Changed 3 years ago by Larry Battle
-
attachment
jQuery error - no arguments for methods.htm
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

jQuery Error - no arguments with methods