Hi Guys
I have several div classes and I am trying to insert some html into
one of them but firebug keeps telling me its not a function. Code
below:

<div class="direction"></div>
<div class="direction"></div>
<div class="direction"></div>
<div class="direction"></div>

$(".direction")[1].html("<div class=\"direction_err\">The Map cannot
be loaded.</div>");

ERROR MSG:
$(".directions_box")[id].html is not a function

Reply via email to