I m trying to use will paginate with ajax, but I don t show the will_paginate
buttons... instead I use a see more
button, that makes an Ajax request and append the results to the page.
what I m trying to do is disable this see more
button if I hit the last page of records!!
Any idea how to know that the current page is the last page??
I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...