Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
alexa.js
Package: alexa.rar [view]
Upload User: xielong139
Upload Date: 2021-06-06
Package Size: 92k
Code Size: 1k
Category:
WinSock-NDIS
Development Platform:
DOS
- var $jq = jQuery.noConflict();
- $jq(document).ready(function(){
- $jq("form#alexa").submit(function(){
- if($jq(".input_1").val()==""){alert("Error: Query contents can't for empty!");return false;}
- $jq('#show').empty();
- $jq('#show').append("<br><br><center><img src='./images/ajax-loader.gif'><br>请稍候,正在查询......</center>");
- $jq.post("message.php",{word:$jq("#word").val()},function(Date){
- $jq('#show').empty();
- $jq('#show').html(Date);
- });
- return false;
- //$jq(this).bind("submit", function(){ return false; });
- });
- $jq('.urls').click(function(){
- var b = $jq(this).text();
- $jq(".input_1").val(b);
- return false;
- });
- });