0
Gino posted
.text() multiple elements same class in jQuery
how to get text from all multiple element which have same class in jQuery
<div class="maintmenu">Home</div>
<div class="maintmenu">Categories</div>
<div class="maintmenu">Contact us</div>
<div class="maintmenu">About us</div>
for above html
when i try to use text() from Jquery
$(".mainmenu").text();
it will return all together but i need it complete seprate ,