New Scripts | JavaScript
Randomizing Javascript - What can randomization be used for in Javascript/jQuery?
posted byThe Operator.inRandomizing
Building the random number generator - Using the following line to return a random number: Math.floor((Math.random() * 100000000) + 1);
Building further randomization into the random number generator - To further randomize, you can use power law distribution. Random number generator using the following line code: Math.round(Math.exp(Math.random()*Math.log(10000000-0+1)))+0;
Demo includes way to create a random quote generator and random image loader
Reviews0
PriceFree
Views796
Jquery Math Addition Game Script
posted byLenorainGames & Entertainment
Features:
Jquery script that creates a math addition game out of unordered numbers.
This is a simple playable version for adding the numbers fastly.
Can be used to check the concentration power of human.
This Jquery game works in all modern browsers.
Reviews0
PriceFree
Views1587
Froala WYSIWYG Editor
posted bystefancutreiinWYSIWYG Editors
Froala Editor is one of the best text editor out there. It is built using the latest technologies and taking the great advantages of HTML5 to improve your website editing experience.
It is one of the few rich text editors around with Retina Ready design which makes it a really cute editor. Website editing has never been easier. You can edit the web page content without having to learn HTML, Wiki or any other markup languages. Simply edit everything just like you do with a document. Still, there may be some that prefer writing HTML code. That's why Froala WYSIWYG text editor allows its users to also see and edit the source code, writing their own javascript and HTML code.
With Froala what you see is actually what you get. It is the first text editor with full support for mobile devices. Drag and drop images to upload them and change their position and then you can resize them even on tablets and smartphones.
Reviews0
PriceFree
Views1726
Customizable Webradio Script
posted byloapeinMiscellaneous
With this fully customizable script, you can make a nice looking widget to offer your visitors hours of listening pleasure for free.
Reviews0
PriceFree
Views1211
Amazing Jquery Social Media Locker Window For Your Website
posted bytrainerplusinLinks & Buttons
Social Media Locker will block your website visitor from accessing your website content like Text & Links by showing a window . The Social Media Locker will show 3 Social Media buttons on the window , Once the visitor like's any of the Social Media buttons the window will disappear and not show again for the same visitor ip .
Reviews0
PriceFree
Views1151
RazorFlow
posted bytwainFCinGraphs & Charts
RazorFlow lets you build interactive, mobile-friendly dashboards in PHP and JavaScript. Stop worrying about cross-browser quirks and use our easy and productive APIs to build complete, full-featured dashboards.
Reviews0
PriceUSD 149.00
Views978
Points Of Interest in CSS & jQuery
posted bysebastianoginLinks & Buttons
Use this resource to highlight the points of interest of your products. Just a click to open a brief description of each point, allowing your user to get a deep and fast understanding of your product features.
Reviews0
PriceFree
Views843
Blur Image effect
posted byDynamic DriveinImage Display
This Blur Image script lets you easily blur an image by varying intensities, either instantly or gradually. It uses the excellent StackBoxBlur library to power the effect, and works in all major browsers that support HTML5`s canvas element.
Reviews0
PriceFree
Views756
EnjoyHint
posted bylanagioinAlerts & Prompts
A free web tool to add interactive hints and tips to your site or app. The tool is created using JavaScript, HTML5 and CSS and is distributed under MIT license.
The work of EnjoyHint is demonstrated in the issue tracker demo created with the use of Webix JavaScript UI library.
Reviews0
PriceFree
Views1491
responsive Mega Accordion
posted byFlashtuninginImage Display
Responsive and fluid layout css based accordion built using a grid system and 8 preset styles.
Reviews0
PriceUSD 4.00
Views839
2Sides Carousel Banner Rotator
posted byFlashtuninginChanging Images
2Sides Carousel Banner is a unique image rotator that will add a fresh look to your website.
Key Features:
AutoPlay through multiple images
Adjust the animation speed and easing type
Adjust the opacity of the side items
Choose auto-play and auto-play time
Randomize the slide order automatically
Support for text block messages
External URL links support
Well commented code
Reviews1
PriceUSD 4.00
Views881
Calorie Calculator
posted byLenorainCalculators
Features:
Javascript Calorie calculator shows the calorie burned daily.
Calorie calculator gives suggestion about daily needs of fat, protein, carbohydrate.
This is a free javascript calculator.
Just copy the code into your page and use it.
Reviews0
PriceFree
Views1207
Basilico ScrollSpy
posted bylucianogiuseppeinMenus
Basilico ScrollSpy borns from the union of TopLink (for mobile view) and a normal scroll spy script (for tablet/desktop view) and it is integrable with any front-end frameworks like bootstrap.
No javascript framework used: so no Jquery old version or other conflict problems.
Reviews0
PriceFree
Views940
Facebook Friends Invite Button For Your Website
posted bytrainerplusinLinks & Buttons
Facebook Friends Invite Button allows website visitor to invite their facebook friends to your website easily . The invite button where developed by using facebook API interference .
Reviews1
PriceFree
Views1195
Friendly Date
posted byjeffinDate & Time
this script will take a time stamp included in your code, and translate it into a friendly version such as "1 hour ago" or "just now" and will update it while the user stays on the site.
Great for comments, forums, or other community driven content.
Reviews0
PriceFree
Views1423
Smart Carousel Responsive jQuery Plugin
posted byflashblueinBanner Rotation
Smart Carousel is a fully responsive jQuery touch carousel plugin with rich set of features. It is responsive, touch-enabled, fast and smooth. It can be easily integrated into your own web projects. You can customize the visual appearance of the plugin by creating your own skin or using built-in skins/templates.
Reviews0
PriceUSD 10.00
Views1602
jpSizer
posted bydarqmooninDevelopment
jpSizer is javascript script that informs PHP about user window sizes. Thanks to what you can render your site in proper sizes of elements
Reviews0
PriceFree
Views851
Animated MiniTabs
posted byanupriya26inNavigation
This is about providing a sleek animation effect using tabs for navigation bar. It degrades well when the JavaScript is turned-off.
Reviews0
PriceFree
Views686
Javascript For Loop Code Syntax Example
posted byshawpnenduinDevelopment
Loops are the most common and complicated part of any programming language. First of all what is loop or iteration? Loop is used for executing a set of statements or instructions repeatedly. To perform the repetitive task, Javascript provides us 3 types of Loop. For Loop is one of them. In this free javascript tutorial i am going to discuss on only For Loop. If we need to run multiple statement within a loop then the statements must be enclosed by curly braces { }. But for a single statement no need to wrap the line within curly braces because, for any iteration/loop if the condition satisfy then by default first line of code will be executed. This statement is also true for other programming languages. Keep in mind two things when you want to write a loop statement:
1. Statements that you need to iterate
2. Termination or exit from loop
Reviews0
PriceFree
Views698
Javascript logical AND OR NOT operator code syntax
posted byshawpnenduinDevelopment
To build a logic most of the times we need to use AND, OR, NOT operators in our conditional statements. Javascript also provide us all AND, OR, NOT operators. Since different programming language has different AND, OR, NOT syntax, sometimes we forget the language specific code syntax. This article or javascript lesson provide you the code syntax or example of the above three operators.
Reviews0
PriceFree
Views896
