yolao / jquery-spellchecker

Automatically exported from code.google.com/p/jquery-spellchecker
0 stars 0 forks source link

Does not work if jquery is replaced with local file #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download jquery1.4.2.js attached with this issue and save as jquery-1.4.2.js 
file in same folder as example.html
2. replace <script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> 
with <script type="text/javascript" src="jquery-1.4.2.js"></script>
3. reload the application and try spell check

What is the expected output? What do you see instead?
Did not work, got a blank screen

What version of the product are you using? On what operating system?
IE 8, Windows XP, 

Please provide any additional information below.

Original issue reported on code.google.com by myemail....@gmail.com on 13 Jun 2011 at 12:45

Attachments:

GoogleCodeExporter commented 9 years ago
https://github.com/badsyntax/jquery-spellchecker/issues

Original comment by willis...@gmail.com on 20 Oct 2012 at 5:04