$(document).ready(function () { $('.getReadClick').click(function(eventObj5) { eventObj5.preventDefault(); alert($('.idRead').val()); }); });