Return to Snippet

Revision: 28463
at July 8, 2010 17:29 by omerta83


Initial Code
var $myBox = $('#test');  
/*the variable myHTML is equal to the content's of 
'#test'*/  
var myHTML = $myBox.html();

Initial URL


Initial Description


Initial Title
Storing results from jQuery selection

Initial Tags
javascript, jquery

Initial Language
JavaScript