jquery Programming Glossary: byid
How to open a page in a new tab in the rowcommand event of gridview? http://stackoverflow.com/questions/14798264/how-to-open-a-page-in-a-new-tab-in-the-rowcommand-event-of-gridview
Resolve circular references from JSON object http://stackoverflow.com/questions/15312529/resolve-circular-references-from-json-object can use the following code not tested function resolveReferences json if typeof json 'string' json JSON.parse json var byid all objects by id refs references to objects that could not be resolved json function recurse obj prop parent if typeof.. parent if typeof obj 'object' obj a primitive value return obj if ref in obj a reference var ref obj. ref if ref in byid return byid ref else we have to make it lazy refs.push parent prop ref return else if id in obj var id obj. id delete.. typeof obj 'object' obj a primitive value return obj if ref in obj a reference var ref obj. ref if ref in byid return byid ref else we have to make it lazy refs.push parent prop ref return else if id in obj var id obj. id delete obj. id if..
|