You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,11 +196,13 @@ In the ```GET``` route above we are sending a partial back to AJAX. In the ```PO
196
196
### ProTip:
197
197
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 ;-)
198
198
199
-
__From this point forward your Chrome Dev Tools should never be closed.__
199
+
### Final Thought
200
200
201
+
*Chrome Dev Tools*__From this point forward they should never be closed when you are developing.__
201
202
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!
0 commit comments