why we cant return object through script include ajax
hey when i share object/array from ajax script include at that time it cant receive whole object/array at client side , to resolve that i have to first convert object/array in string using JSON.stringify() method and at client side i need to parse t...