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 25: Line 25:
         $.each($(this).children(), function(ind, val){
         $.each($(this).children(), function(ind, val){
               console.log($(this).val());
               console.log($(this).val());
         }
         });
   }
   });
});
});
});
});

Revision as of 18:25, 17 October 2013