A javascript library that allows DOM interaction.
// grab the tags with this class and then get the first one
$('.food').first(){
 
$("#myelement").text("hellostinky");
 
 
}A javascript library that allows DOM interaction.
// grab the tags with this class and then get the first one
$('.food').first(){
 
$("#myelement").text("hellostinky");
 
 
}