소스 검색

unconvoluted an answer

Sebastian Sastre 9 년 전
부모
커밋
4fe64be557
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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.