Serialize & submit button
Hello,
I would like to serialize all form input elements and it works ok with all input elements except: <input type="submit" name="action" value="something" />
my jQuery version: 1.2.6
is there any way how to fix the problem?