Hi, I've tried this on multiple clean installs of DNN and it is consistent across them all. Essentially it seems that when doing Jquery bindings to links I can't get the page not to repost. For example if I use a tab control module that is supposed to switch between the tabs it will end up reloading the page. Or if I use a jquery datagrid that supports sorting when you click on a column name it will do the javascript sort, but repost the page back. If I make a form that has a button that has an event on it to "return false;" it will post the form anyhow.