Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | JavaScript

Results 961-980 of 1000
jQuery Menu Style 1
jQuery Drop Down Menu, Web Buttons, Animated jQuery Menu, Navigation Bar, Java Menus for your Website! The base for this jQuery menu is simple CSS drop down menu based on unordered list. Main features: full cross-browser compatibility; fully accessible even when javascript is turned off, as a pure css menu; search engines optimized; fantastic animation and transition effects; powered by jQuery; completely customizable styling with CSS.
(0 ratings)
Reviews0
PriceFree
Views610
jQuery Image Bubbles
Image Bubbles is a cool Flash-like effect that causes an image to bubble up and expand whenever the mouse rolls over it from within a series of images. It's a nice way to draw attention to an image when the mouse rolls over it. Both the speed and magnification level of the image when it bubbles up can be customized.
(0 ratings)
Reviews0
PriceFree
Views573
Javascript Tetris
Javascript Tetris is a javascript based small browser game.
(9 ratings)
Reviews0
PriceFree
Views1787
jQuery Navigation Menu Style 10
jQuery menus are different than other plain ul' CSS and HTML menus, they bring life to your site. They make your site recognizable, memorable for the users. Javascript makes it possible to create more interactive, more responsive and more flexible navigation to any website. Ranging from simple buttons and horizontal simple menus to dropdown and even menus with cool Lavalamp effect. For users without javascript, it falls back on a CSS menu system
(0 ratings)
Reviews0
PriceFree
Views658
Magic Magnet Slideshow
Add a little magic to your image-presentation! First you will see only the debris of your image randomly spread out all over the screen. Then those scattered image-pieces will be drawn together by a strong magnetic force rebuilding the image! Display as many images as you like. You may add a link and a message to each image! Crossbrowser: Internet Explorer 5x/6x/7x/8x, Firefox 2x/3x, Opera 7x/8x/9x/10x, Google Chrome 3x/4x/5x/6x.
(27 ratings)
Reviews0
PriceFree
Views7987
Learning JavaScript tutorial – JavaScript Expressions and Operators
JavaScript Expression is a combination of values, variables, operators, and functions that are interpreted (evaluated) as per the program logic define(develop) by JavaScript programmer. JavaScript supports a variety of operators like arithmetic, logical and comparison etc. An operator is a function which acts on any number of operands (inputs) to produce a pre-define operation.
(0 ratings)
Reviews0
PriceFree
Views415
ArrowChat - Facebook Style jQuery Chat Script
ArrowChat is a jQuery live chat software that uses PHP and mySQL. It is placed at the bottom of your website similar to Facebook Chat. The chat integrates right into your existing website using your existing usernames, avatars, profile links, and more. Super easy installation for both supported integrations (like vBulletin, WordPress, phpBB, and more) or custom websites (a single integration file). Some of the features of ArrowChat include: Video Chat, Chat Rooms, Notifications, Applications, Full Admin Panel, Announcements, ArrowChat Store, Popout Chat, Themes, User Options, Real-time Status, Push Server, Mobile Support, Guest Chat, and much, much more. We're constantly giving ArrowChat free software updates, so stop by our site for the latest on ArrowChat.
(168 ratings)
Reviews5
PriceUSD 45.00
Views29946
jBannerSlider
jBannerSlider is a script for banner slider animations and banner rotating. Banner slider can be used for general purpose web site banners to rotate included items (with animation effects) having anything like images or any other html content. Banner slider has automatic and manual item advancing support with options like using page numbers and arrows. Banner slider has also subtitle support for labeling each slide/banner. Animation time and slide duration time parameters may be edited freely to suit your requirements. The index.html file includes example code to help you start using banner slider easily. You can also watch the sample video of banner slider to see how it runs.
(6 ratings)
Reviews0
PriceUSD 1.50
Views5216
SimpleSelector, Javascript DOM selector
SimpleSelector is a small DOM selector object with support for the most used selectors. It's also the default selector for the jLim JavaScript framework. Why use SimpleSelector? - very small, less than 2kb minified - easy to use with $$() - no overhead, no functions you hardly ever use - ideal for smaller websites
(0 ratings)
Reviews0
PriceFree
Views595
Slideshow with eye-catching peephole
This script adds an eye-catching peephole to your slideshow. True copy-and-paste installation. Very easy configuration of pictures, size and speed. Very nice circle-effect with Internet Explorer. IE5x/6x/7x/8x/9x, FF2x/3x/4x, Opera 7x/8x/9x/10x/11x, Google Chrome 3x/4x/5x/6x/7x/8x/9x.
(15 ratings)
Reviews0
PriceFree
Views2257
Projekktor Zwei
Projekktor is a free open source multi media player for embedding audio- and video- content to any website based on single files or on multiple ones bundled through playlists (webTV). Its focus is to make the free open media formats OGG theora and vorbis available on as much browserplatforms as possible to keep encoding- and distribution costs as low as possible. It mainly makes use of HTML, CSS and JS while featuring as less adobe flash as possible to allow customization by a modicum of effort. Its plugin API allows everyone to implement additional functionality such as ads and overlays to the mainscreen.
(0 ratings)
Reviews0
PriceFree
Views676
Codefuture
Here you can find a free resource for webmasters, With easy to code generators which can help you to create Time Greeting, Countdown The Days, Copyright Generator and many other JavaScript.
(12 ratings)
Reviews0
PriceFree
Views1364
Learning JavaScript tutorial – JavaScript Reserved KeyWords
JavaScript Reserved KeyWords are part of the JavaScript language syntax. JavaScript Reserved KeyWords has special meanings and used to instruct JavaScript interpreter to perform a specific pre define task. JavaScript has some reserved keywords which can not be used as an identifier. Using JavaScript Reserved KeyWords as an identifier for variable names, function names, and loop labels results in error.
(0 ratings)
Reviews0
PriceFree
Views391
Learning JavaScript tutorial – JavaScript Variables
JavaScript Variables are the main building blocks of JavaScript Scripting language. JavaScript Variables are used for storing (contains) the data (value) and manipulate that data in your programs. Every JavaScript variable has a name, called its ‘identifier’ and optional data called ‘Literals’. JavaScript Variables are declared using JavaScript ‘var’ keyword. JavaScript var keyword allocates storage space for variable to store data. Multiple variables can be declared with one JavaScript ‘var’ keyword. The main advantage of JavaScript variable is, it can hold a value of any data type. Using an undeclared variable causes an error. The best practice of defining JavaScript Variables is with assigned initial values.
(0 ratings)
Reviews0
PriceFree
Views585
Learning JavaScript tutorial – JavaScript Literals and Identifiers
JavaScript Literals are the notation for representing a fixed data value that appears directly in a JavaScript program. JavaScript Literals helps us to assign values (initialize) to various JavaScript Data Types and Variables; such as integers, floating-point numbers, strings, and Booleans; enumerated Data Types and compound values such as arrays, records, and objects.
(0 ratings)
Reviews0
PriceFree
Views396
Learning JavaScript tutorial – JavaScript Comments
JavaScript Comments allows us to add remarks and a well written explanation about the working of JavaScript code. JavaScript Comments make the code more readable, understandable for future reference. Commenting your JavaScript code makes it easier for others to understand. To increase re-usability of a JavaScript code be, sure to include comments in your scripts. Commenting your JavaScript code is the best practice of JavaScript programming and suits to your aspect of good programming style.
(0 ratings)
Reviews0
PriceFree
Views788
Learning JavaScript tutorial – Lexical Structure and Statements
A JavaScript statement is a command to a web browser to perform specific task define (program written) by the user. JavaScript Statements are written with the set of elementary rules that specifies how to write JavaScript programs. A JavaScript program is a set of one or more statements. A statement will have internal components like Variables, Literals, Identifier, reserved keywords, Comments, conditional statement, Arrays, Functions, Objects, Classes etc JavaScript is case sensitive, in the most of cases JavaScript Statements terminated with a semicolon(;) or with Returns(Enter or line-break). Even though semicolon is optional, JavaScript Statements terminated with a semicolon(;) is the best practice of JavaScript programming
(0 ratings)
Reviews0
PriceFree
Views414
Zoomer
“Zoomer” enables your users to closely inspect images by hovering their cursor over them.
(0 ratings)
Reviews0
PriceUSD 7.00
Views690
Smooth Calendar
This calendar script can be used to display unlimited number of events with their descriptions.
(0 ratings)
Reviews0
PriceUSD 10.00
Views1282
CSS Graphs
Just pass them some options and data to display, and you’ve got some nice javascript-animated, CSS -based, graphs.
(0 ratings)
Reviews0
PriceUSD 5.00
Views647
Results 961-980 of 1000