This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function state_set(state) { | |
| var form = $('#panda-ajax-uploader'); | |
| var file = $('#panda-upload-file'); | |
| var button = $('#panda-upload-button'); | |
| var box = $('#panda-progress-box'); | |
| var bar = $('#panda-progress-bar'); | |
| var status = $('#panda-progress-status'); | |
| $('#panda-progress-box').removeClass(); | |
| switch (state) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Word to Link mapping</title> | |
| <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script> | |
| </head> | |
| <body> | |
| <table id="mapping"> | |
| <tr> | |
| <td>bangkok</td> | |
| <td>http://wikipedia.org/wiki/Thailand</td> |
NewerOlder