Hello Folks,
Can any one tell what the below jquery code means
$('img, .small-message', '#container')
(just confused tag and class name within a quote and again comma with an id what does it means?)
Html:
<div id="container">
<label>Enter the code</label>
<input maxlength="5" size="5" class="input_code" title="" type="text" value="" name="code_holder">
<img src="image.jpg">
<div class="small-message">Sample Text</div>
<div class="clear"></div>
<div id="error-message"></div>
</div>