var boxes = $('.box');
$(boxes[0]).click(function()
{
alert('hi');
}
Tech Reference: jQuery
Tramping, Tales, Training and Travails
var boxes = $('.box');
$(boxes[0]).click(function()
{
alert('hi');
}
Proudly powered by WordPress | Theme: Baskerville 2 by Anders Noren.
Leave a Reply