Skip to content

Commit e03a6e6

Browse files
committed
add final thought
1 parent d498f59 commit e03a6e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,13 @@ In the ```GET``` route above we are sending a partial back to AJAX. In the ```PO
196196
### ProTip:
197197
Chrome defines ```$()``` as well. This is not jQuery. Always be sure you have **_actually_** loaded jQuery into your project. If you can select an element with $ but cannot run various jQuery methods on it this is most likely the culprit (Laugh now... Its happened to better Devs than you friend ;-)
198198

199-
__From this point forward your Chrome Dev Tools should never be closed.__
199+
### Final Thought
200200

201+
*Chrome Dev Tools* __From this point forward they should never be closed when you are developing.__
201202

202-
## More Nice Links:
203+
What's the first 2 rules of debugging?!? __READ THE ERROR MESSAGE__. Where do we find JS error messages...? In the Dev Tools Console!
203204

205+
## More Nice Links:
204206

205207
[Great jQUery tutorial](http://learn.shayhowe.com/advanced-html-css/jquery/)
206208

0 commit comments

Comments
 (0)