Modify ↓
Ticket #3328 (closed feature: invalid)
Jquery returning javascript object
| Reported by: | lathan | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | core | Version: | 1.2.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
a function that will return the javascript object of a search term.
object: function() {
var elem = jQuery.map(this, function(elem){
return elem; });
return elem;
},
I'm sure there's a better way to do that, but I'm not that knowledgeable about the inner workings of jquery...
Thanks
Change History
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.

How would you use this?