I\'m trying to submit a form from a link that is located in my nav bar.
I\'m new to javascript.jQuery and unsure why this won\'t execute.
I have a feeling there
$("#button").click(function(e){
$.post('url.php', $("#form").serialize(), function(data){