Date Added: 14/01/2015

function GetSelectedValues(selection){ return $(selection).map(function() { if($(this).val() !== "") return $(this).val(); }).get().join(","); } function GetSelectedAttr(selection,attrx){ return $(selection).map(function() { return $(this).attr(attrx) ; }).get().join(","); }

Last Update: Posted by: müslüm ÇEN
Not Commented Yet !
Please login in order to comment . Login