Explorar el Código

unconvoluted an answer

Sebastian Sastre hace 9 años
padre
commit
4fe64be557
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      faq.md

+ 1 - 3
faq.md

@@ -64,9 +64,7 @@ If you want to be sure which version is latest and which one is bleedingedge use
 
 #### How do I get the text value of an input field?
 
-Assuming I have a field with an id of #field1, how do I get the text value of it?
-
-Answer: `'#field1' asJQuery val`
+If you have a field with an id of #field1, the way to get it's value is `'#field1' asJQuery val`.
 
 Note: _All_ JavaScript methods in jQuery are available to you this way.