Hi all i have the html as follows
<div class="element-container" id="div_3">
<div id="submit_submit" class="element">
<div class="fleft">
<input type="submit" value="Click me!" name="submit" id="submit"/>
</div>
<div class="clr"/>
</div>
</div>
When i click on element-container i want the label of submit button ie Click me!
Pls give a solution , I've tried $('#submit').attr('value'). but i didn't get the result