I am new at jquery and I am trying to combine 2 scripts that each seem to use a different file.
One uses:
http://code.jquery.com/jquery-1.7.1.js
while the other uses:
http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
The problem is, if I leave 1.7.1 in there, then the script using 1.4.2 breaks. Is it generally safe to remove the 1.7.1 and just use the 1.4.2?
Also, what is the difference between a normal one and a .min. version?
Thank you :)