SHOW:
|
|
- or go back to the newest paste.
| 1 | <div id="cat1" class="cat" />content</div> | |
| 2 | - | var img = "<img src='http://www.neelymfg.com//newneely/images/16.gif' /><br /><strong>Loading...</strong>"; |
| 2 | + | |
| 3 | <script type="text/javascript"> | |
| 4 | var img = "<img src='http://yoursite.com/yourloadinggraphic.jpg' /><br /><strong>Loading...</strong>"; | |
| 5 | $.ajaxSetup ({
| |
| 6 | cache: false | |
| 7 | - | var loadUrl = "http://www.neelymfg.com//newneely/index.php"; |
| 7 | + | |
| 8 | // load() functions | |
| 9 | - | $("#prodlist")
|
| 9 | + | var loadUrl = "http://pageyouwanttodisplay.com"; |
| 10 | $("#cat1").click(function(){
| |
| 11 | - | .load(loadUrl, "cID=82&action=2&cat=1"); |
| 11 | + | $("#content")
|
| 12 | .html(img) | |
| 13 | - | </script> |
| 13 | + | .load(loadUrl); |
| 14 | }); | |
| 15 | </script> | |
| 16 | <div id="content"></div> |