panjamin
6/12/2018 - 6:15 AM

each

$.each( bindColumnName, function( index,object ) {
		 
			});
$.each( obj, function( index, object ) {
  alert( key + ": " + object );
});