Skip to content

Instantly share code, notes, and snippets.

@dwheeler
Created September 20, 2011 19:43
Show Gist options
  • Save dwheeler/1230122 to your computer and use it in GitHub Desktop.
Save dwheeler/1230122 to your computer and use it in GitHub Desktop.
doWhen Example 3
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js" /> <script type="text/javascript">
SUGAR.util.doWhen(function(){ return (typeof $ != 'undefined')}, function(){
$("#myDiv").append("Hello World");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment