Ok
What is the simplest way to do an accept / refuse form? I was thinking doing an hidden input and changing its value when a click is done on accept or refuse, but it looks like a workaround
How can I set comment input forms to plain text only? I'm using Drupal 7
Are functions polymorphic on return type, or only input types? (I'd expect the latter)
How do I scriptwise handle a "checkbox" input field? I have tried calling "select()" on it, but it does not do anything it seems...
What is the correct function to escape the value="" property of an input type="text"? is it htmlentities() ?
Is there an easy way to get the form which an input belongs to with jquery? I'm doing this in the context of a change even callback
Is there a way to add input fields to the 'edit image details' form?
Is there a way to use vim as my input program for mysql query testing via cli?
How can I display a dropdown list with elements and whenever the user selects an element it would fill the input text field next to it?