So i am using the Ben Alman history plug in to manage the back button functionality in my js/ajax application:
Read about the plugin here: JQuery Hashchange
It works fine on all of my links 'a' that contain an href but it doesn't not create a hash when an input button is clicked. How do I add this functionality? I have a lot of ajax forms that are process using buttons and need to make sure a hash is created on that event as well. Thank you for all your help.