9 years ago
How to get File Name, Size, Type count in jQueryThis article explains how to get the file name, file size (in bytes), file type (Text/PDF/CSS files) and total selected file counts in jQuery before uploading it to the server.

Tag: All · Page 49 of 242
9 years ago
How to get File Name, Size, Type count in jQueryThis article explains how to get the file name, file size (in bytes), file type (Text/PDF/CSS files) and total selected file counts in jQuery before uploading it to the server.

9 years ago
Push.js : Cross-browser JavaScript Push NotificationsPush is the fastest way to get up and running with Javascript desktop notifications. A fairly new addition to the official specification, the Notification API allows modern browsers such as Chrome, Safari, Firefox, and IE 9+ to push notifications to a user’s desktop. Push acts as a cross-browser solution to this API, falling back to use older implementations if the user’s browser does not support the new API.

9 years ago
Bideo.js : Easy fullscreen Video BackgroundsBideo.js is a JS library that makes it super easy to add fullscreen background videos.

9 years ago
Distpicker : jQuery Plugin for Picking Cities of ChinaA simple jQuery plugin for picking provinces, cities and districts of China.

9 years ago
Multi-Layer Page Reveal Effects with CSS & JavaScriptToday we’d like to show you how to create a simple and modern page transition effect. Maybe you have spotted some of the cool effects seen on sites like Nation or Keep Portland Weird, where two or more layers of overlays are animated across the page to reveal some new content. Let’s see how we can do something like that. We’ll focus on the animation part only, not the loading of content. For the effects we’ll be using CSS Animations.

9 years ago
Rounded Polygon Creator with SVGCreate any size of regular rounded polygon with the help of javascript and svg.

9 years ago
glio : Detects if the mouse leaves the ViewportGlio.js is a javascript library to detects if the mouse of an user leaves the viewport / document borders of your website and when this happens, trigger your callback.

9 years ago
Target.js : JavaScript Library to make Images InteractiveTarget.js is a javascript library to choose targets elements and show the text who you want when the mouse hover the point.

9 years ago
Canvas Dots with jQuery & HTML5Random moves of particles, count of dots and connection distance selected by smart algorithm depend from count of dots and square of block. Working on most browser (include mobile devices) without braking. Particles leave from mouse cursor.

9 years ago
jQuery: Calculate sum of all textbox values in a Table ColumnThis article explains how to calculate the total of all textboxes values in a table column. Inshort on text change event, we calculate the sum of all input values entered in the table column, i.e., whenever the user enters any values or modifies the value to any of the given textbox will calculate and display the total sum of it.
