$(function() { $("form").submit(function(event) { event.preventDefault(); $.get("url", $(".hello > input").serialize(),function(data) { }) }) });