javascript - This jquery lookup is not working for some reason -



javascript - This jquery lookup is not working for some reason -

$(".pagination.postpagination a").click(function(event) { // populate hidden page_number field , submit search form. event.preventdefault(); var page = $(this).attr('data-page-number'); $("#id_page_number").val(page); $("#customer-search-form").submit(); });

for reason client search not fire unless there 'console.log()' before or after line client search. ideas? not js programmer helping on our team. lookup failing reason think. thanks!

javascript jquery

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -