[jQuery] Using serialize() with one form field

[jQuery] Using serialize() with one form field


Is it possible to use serialize with just one form field? I am
constructing a url to send with $.post and I need to convert the
spaces and special characters of a field.
Currently this does not seem to work:
var news_letter_email = $('#newsletter_email').serialize();
Ideas for how this can be achieved?