Difference between revisions of "Sandbox"
From Organic Design wiki
m |
m |
||
| Line 1: | Line 1: | ||
<html><script lang="javascript"> | <html><script lang="javascript"> | ||
| + | |||
| + | function d(x) { alert(x); } | ||
$(document).ready( function() { | $(document).ready( function() { | ||
| − | + | d.baz = 'biz'; | |
| − | + | d(d.baz); | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
}); | }); | ||
</script></html> | </script></html> | ||
Revision as of 13:49, 26 August 2012



