Returning Attribute name from secondary Div.
Hi, I have the following code:
- <div id="sport">
- <div id="page1" name="trial">Thanks</div>
- </div>
The
id sport is bound to a '
click' event. This is fine but is there a way I can get the
name attribute that is contained in the
page1 div?
Thanks,
Lammie.