#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: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 15 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Sorry, but without further info this can't be considered.
comment:3 Changed 13 years ago by
Please ignore this, as the .get() function performs this task perfectly
Note: See
TracTickets for help on using
tickets.
How would you use this?