Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

tomasvanrijsse/jQuery.dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

jQuery.dump

The result will be equivalent to the PHP function print_r.

echo '<pre>' . print_r($data) . '</pre>';

USAGE:

<script>
	var data = [{'id':1,'name':'hello'},'world'];
	$('#element').dump(data);
</script>

Releases

No releases published

Packages

No packages published