Modify ↓
Ticket #51 (closed bug: fixed)
Issue with Arrays
| Reported by: | neytema@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | |
| Component: | ajax | Version: | |
| Keywords: | Janice | Cc: | Janice |
| Blocking: | Blocked by: |
Change History
comment:2 Changed 7 years ago by john
- Status changed from new to closed
- Resolution set to invalid
Umm.. well, considering that $(a', 'b?) isn't a valid argument, I'm not really surprised that it's failing. A proper one would be something like:
<pre>var foo = document.getElementById("foo"); var bar = document.getElementById("bar"); $([ foo, bar ]).hide();</pre>
Since jQuery neither accepts arrays-of-arrays OR arrays of expressions, what you provided won't work.
comment:3 Changed 7 years ago by anonymous
- Priority set to blocker
- Resolution set to invalid
- Status changed from reopened to closed
- Component set to ajax
- Type set to bug
SPAMPOLICE
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.
