Bug Tracker

Modify

Ticket #3328 (closed feature: invalid)

Opened 5 years ago

Last modified 3 years ago

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

comment:1 Changed 4 years ago by dmethvin

How would you use this?

comment:2 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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

comment:3 Changed 3 years ago by lathan

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.