Bug Tracker

Opened 15 years ago

Closed 13 years ago

Last modified 13 years ago

#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 dmethvin

How would you use this?

comment:2 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

Sorry, but without further info this can't be considered.

comment:3 Changed 13 years ago by lathan

Please ignore this, as the .get() function performs this task perfectly

Note: See TracTickets for help on using tickets.