Widget:KeywordSearch: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 23: Line 23:
   var testVar = [];
   var testVar = [];
       testVar.push($.each($(".query"), function(index, value){
       testVar.push($.each($(".query"), function(index, value){
         var testArr = "";
         var testArr = [];
         testArr+= $.each($(this).children(), function(ind, val){
         testArr.push($.each($(this).children(), function(ind, val){
               return $(this).val();
               return $(this).val();
         });
         }));
         return testArr;
         return testArr;
   }));
   }));

Revision as of 21:11, 17 October 2013