Drag-through checkboxes





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 4 5 6 7 8 9  ...  13 14 Next »
2
Date Submitted Thu. May. 20th, 2010 1:49 AM
Revision 1
Scripter Cloudgen
Tags compiling | JavaScript | Jsc | Rhino
Comments 0 comments
If you are using Rhino, to compile a JavaScript file into java byte code invoke the following class

org.mozilla.javascript.tools.jsc.Main

In most of the time, if we want to compile the JavaScript file, we should start a Rhino session in order to invoke the org.mozilla.javascript.tools.jsc.Main class. This may be trivial if we have to compile a batch of files at a time. Thus, it's better if we can have a command instead of invoking a jar class file. To see how this can be done, please go to Compilation of Javascript File
2
Date Submitted Thu. Apr. 15th, 2010 4:16 AM
Revision 1
Scripter Cloudgen
Tags decimalized | JavaScript | obfuscating
Comments 0 comments
alert(99) --> (function(O,o){o(O(97,108,101,114,116,40,57,57,41))})(String.fromCharCode,eval)

This is the way we obfuscate our javascript. Detail explanation see http://www.wretch.cc/blog/cloudgen/26742560
1
Date Submitted Wed. Mar. 3rd, 2010 10:37 AM
Revision 1
Beginner wizard04
Tags alert | console | debug | JavaScript | object | Popup | Window
Comments 0 comments
An object including a few helpful functions for debugging. Functions displaying popups or alerts are limited to a certain number of consecutive times before asking to continue, in case they end up being called in an endless loop or something.
1
Date Submitted Fri. Sep. 25th, 2009 3:20 AM
Revision 1
Scripter Cloudgen
Tags detect | input | jquery | Key | plugin | TrapKey
Comments 0 comments
This plugin is used for trapping the event of key press, especially useful in jQuery online game design. see jQuery TrapKey Plugi
1
Date Submitted Thu. Sep. 17th, 2009 10:10 PM
Revision 1
Scripter Cloudgen
Tags carat | jquery | plugin | textarea | textbox
Comments 0 comments
jCaret is a full-power caret Plugin.

It provides basic selection detection in textbox and textarea giving the following information
The start postion of caret/cursor
The end postion of caret/cursor
The selected text
It enable programmer highlight part of the text in textbox or textarea by:
providing the text directly
providing the start and end position
providing the regular expression for selecting text
It provides the replace() method, which is useful in providing input filter of a textbox or textarea.
See online demostration
jCaret plugi
1
Date Submitted Sat. Aug. 22nd, 2009 12:07 PM
Revision 1
Scripter Cloudgen
Tags Add-Row | AddRow | Delete-Row | jquery | plugin | Table
Comments 0 comments
If you have ever designed a form allowing user entering more than one email? This plugin should help you. It provides the function for adding the add row and delete row dynamicly inside a table, seeTable addRow plugin
2
Date Submitted Thu. Aug. 20th, 2009 9:53 AM
Revision 1
Scripter Cloudgen
Tags classname | JavaScript | javascript-object
Comments 0 comments
To obtain the classname of every type of javascript object. See discussion
1
Date Submitted Tue. Aug. 11th, 2009 11:05 AM
Revision 1
Scripter Cloudgen
Tags Image | jquery | plugin | Simple | zoom | zoomGlass
Comments 0 comments
This plugin shows you a simple way to display zoomed image.See online Example
1
Date Submitted Sat. Aug. 8th, 2009 10:54 AM
Revision 1
Scripter Cloudgen
Tags display | jquery | plugin | Set | Simple | tree | Tree-set
Comments 0 comments
This plugin shows you how easy to display an expandable tree. Online demo
Simple Tree-set plugin
« Previous 1 2 3 4 5 6 7 8 9  ...  13 14 Next »