cols (RSS)

Save the page with js content specified. Specified file type

Save the page with the specified content js Transfer from: http://rorchina.javaeye.com/blog/184425 Saved in HTML in the Table to Excel Transfer from: http://www.bcbbs.net/news/Content28841.aspx

JS Cart

JS Cart

javascript achieve trim () function

javascript does not provide the trim () function, through the following regular expression to achieve trim () function; Principle: The realization of the principle of the trim () function if the strin ...

javascript to control the number of characters textarea

The following simple example using the model with js control the number of characters in textarea; ====== Example 1 ====== Usage: js the textcontrol (taId, maxSize) method to accept two parameters: * ...

English configuration manual FckEditor details

Author: ruizhi date :2009-03-15 call javascript method: ------------------------------------ <script. type="text/javascript" src="FCKeditor/fckeditor.js"> </ scrīpt> &l ...

js form validation Guinness

js form validation Guinness 1. Length <script> function test () ( if (document.abvalue.length> 50) ( alert ( "Can not more than 50 characters!"); document.abfocus (); return false; ...