I am confused that what is the difference of operators " and ' in javascript! like : $('#check_fax_file') $("#check_fax_file") any suggestion?
Asked
Active
Viewed 50 times
0
-
2It's not an operator, they are just quotationmarks. – Daniel W. Sep 24 '14 at 08:21
-
2There is no difference, and they are not operators. – Derek 朕會功夫 Sep 24 '14 at 08:21
-
It's a quotes. No differences – Justinas Sep 24 '14 at 08:21
-
see [What is the difference between ' and " in JavaScript?](http://stackoverflow.com/questions/944081/what-is-the-difference-between-and-in-javascript) – Criban Sep 24 '14 at 08:22
-
The only reason there's two versions is because of JS's use in HTML. It's somewhat easier to write `` than ``. – Luaan Sep 24 '14 at 08:23