Skip to main content

Bug Tracker

Side navigation

#3328 closed feature (invalid)

Opened September 04, 2008 09:07PM UTC

Closed June 20, 2010 07:18PM UTC

Last modified July 28, 2010 07:59PM UTC

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

Attachments (0)
Change History (3)

Changed January 31, 2009 04:56PM UTC by dmethvin comment:1

How would you use this?

Changed June 20, 2010 07:18PM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed

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

Changed July 28, 2010 07:59PM UTC by lathan comment:3

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