Results matching for "jquery icon picker"
Sort Listings By
Show Only
By Customer Review
Licence Type
RVM Slider - jQuery Image Slider With Typing Effect
posted bycodegrape.cominBanner Rotation
This is a simple jQuery Image Slider and banner rotator with dynamic typing effect for image caption. The thumbnails and arrow allow for easy navigation of your image. it is highly configurable image slider through the plugin’s parameters.
(0 ratings)
Reviews0
PriceUSD 7.00
Views1100
AutoCompleter - the simple tutorial (jQuery ajax, php, mysql)
posted byjamiemcconnellinScripts & Applications
This is the first version of AutoCompleter from Nodstrum.
I have made it very simple (for beginner Coders) to customise and update to their specicications.
It uses the jQuery Ajax calls and links into a PHP/MySQL backend for processing the request, it works very fast.
There is a demo for you to play on :)
Hope you enjoy!
(6 ratings)
Reviews0
PriceFree
Views6117
[jQuery Script] How to URL Hash to Define Content
posted bysuper3boyinMiscellaneous
On ASF(my project) in the user center i use the url hash to define what content should be loaded into the div. When a user clicks on a link it changes the content in the div, but a user can also change the content by changing the hash value in the url.
(0 ratings)
Reviews0
PriceFree
Views659
Build a Photo Gallery with PhoneGap and jQuery Mobile
posted byreconninDevelopment
This tutorial will cover a basic photo gallery app. You will learn how to use jQuery Mobile grid layout, how to get files from the device’s file system and list them and how to show a picture.
Using PhoneGap and jQuerry Mobile technology you can build portable apps that will work on Android, iPhone and other mobile phone OSes.
(3 ratings)
Reviews0
PriceFree
Views836
Newsletter sign-up form with jQuery, html5, PHP, mySQL
posted byxpanosinForm Processors
This is an example of a newsletter opt-in form using Ajax with jQuery, PHP and mySQL.
It is a form that you can place at your web site and ask visitors to subscribe to your mailing list. The nice features about it are: validation and saving of user data (email & name) without refreshing the page. The validation errors and the confirmation message are displayed inline (without using pop-ups or alerts). it also displays a loading (please wait) image. An alternative version using html5 validation is also included in the package.
You can try it live at the demo. The code includes a complete example of how to save the user's name and email to a mySQL database (sample table script and full code included) or alternatively to a plain text file. It is free to download and use. Works with all modern browsers. All code is well commented, written simply and analytically so even starters can easily adapt it. For installation and configuration refer to the help file inside the package.
(21 ratings)
Reviews0
PriceFree
Views3887
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 .
(6 ratings)
Reviews0
PriceFree
Views1068
Create An Upload Progress Bar With PHP and jQuery
posted byStevoTVRinTutorials, Training & Tips
When it comes to uploading files, users expect visual feedback, usually in the form of a progress bar. The problem is that PHP doesn't offer a way to track file uploads in progress by default. Fortunately, there is an extension that enables this functionality and this tutorial will show how it can be combined with jQuery UI to create a progress bar.
(6 ratings)
Reviews0
PriceFree
Views5656
Dynamic Drag’n Drop With jQuery And PHP
posted bywebresourcesdepotinScripts & Applications
Drag’n drop generally looks hard-to-apply but it is definitely not by using JavaScript frameworks. Here is, how it is done by using jQuery & jQuery UI.
(3 ratings)
Reviews0
PriceFree
Views3554
CodeGrape - JavaScript, PHP Scripts, WordPress Plugins, HTML5, jQuery and CSS
Buy Premium WordPress Plugins, PHP scripts, Mobile components, extensions, plugins, and CSS files from CodeGrape.
(18 ratings)
Reviews0
PriceFree
Views1523
Basic cross-platform mobile app with jQuery Mobile and Phonegap
posted byreconninDevelopment
This tutorial shows how to do basic cross-platform mobile app development with jQuery Mobile and Phonegap so you would be able to build portable apps.
In this tutorial we will cover the next topics:
Setup jQuery Mobile along with Phonegap
Create pages with toolbars and navigation
Get device information
(0 ratings)
Reviews0
PriceFree
Views676
Create Image Blink Fade In Effect using jQuery And CSS3
posted bycoolajaxinText Effects
Different effect makes your website more attractive to visitors and blinking effect is most effective way to grab user attention. We all are know blinking tag in HTML code. But, blink tag is not support in all web browsers. We can use flowing jQuery blink scripts as an alternative of HTML blink tag. Today we are going to create a simple but impressive blinking effect using jQuery and CSS3.
(3 ratings)
Reviews0
PriceFree
Views970
Mobile File Explorer with PhoneGap/Cordova and jQuery Mobile Part 2
posted byreconninTutorials, Training & Tips
In the first part of this tutorial we’ve learned how to browse the file system. Now we’ll learn how to deal with files and folders actions, like open, copy, move and delete.
This tutorial will show you how to create a cross-platform mobile file explorer using web technologies like PhoneGap/Cordova and jQuery Mobile UI. This is a two part tutorial, the first part contains the browsing part of the folders and files from your file system device, and the second part contains implementation of the actions that can be made with the folders and files, like open, copy, move, delete.
(3 ratings)
Reviews0
PriceFree
Views948
Mobile File Explorer with PhoneGap/Cordova and jQuery Mobile Part 1
posted byreconninTutorials, Training & Tips
This tutorial will show you how to create a cross-platform mobile file explorer using web technologies like PhoneGap/Cordova and jQuery Mobile UI. This is a two part tutorial, the first part contains the browsing part of the folders and files from your file system device, and the second part contains implementation of the actions that can be made with the folders and files, like open, copy, move, delete.
(0 ratings)
Reviews0
PriceFree
Views916
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
(0 ratings)
Reviews0
PriceFree
Views726
Zebra_TransForm, a tiny jQuery plugin for replacing checkboxes, radio buttons and selects
posted bystefangabosinForms
Zebra_TransForm is a tiny (3KB minified) jQuery plugin for styling the appearance of checkboxes, radio buttons and select boxes without sacrificing functionality and accessibility: the elements preserve their tabindex order, give visual feedback when having the focus, can be accessed by using the keyboard, and look and behave in the same way in all major browsers (and degrades gracefully in IE6).
(0 ratings)
Reviews0
PriceFree
Views897
Zebra_Cookie, an extremely small jQuery plugin for writing, reading and deleting cookies
posted bystefangabosinCookies
Zebra_Cookie is an extremely small (~500 bytes minified) jQuery plugin for writing, reading and deleting cookies.
Handling cookies can be a daunting task using plain JavaScript. Also, jQuery doesn't natively include functions for handling cookies and one must rely on plug-ins.
Recently, while working on a project that needed to be done without relying on server-side scripting, I had to use cookies and so, as part of my plan of world domination, I decided to write my own plugin for cookie handling in jQuery.
(3 ratings)
Reviews0
PriceFree
Views1455
Pure HTML5 Charts by jqChart for jQuery and ASP.NET Web Forms and MVC
posted byjqchartinGraphs & Charts
jqChart takes advantages of HTML5 Canvas to deliver high performance client-side charts and graphs across browsers (IE 6+, Firefox, Chrome, Opera, Safari) and devices, including iOS and Android mobile devices. Full Touch support.
Some of the key features are:
- Large set of customizable chart types.
- High performance.
- Real-time chart manipulation.
- Animations.
- Zooming/Scrolling.
- Advanced tooltips.
(12 ratings)
Reviews0
PriceFree
Views2399
World Countries/States/Cities (105,000 cities) database in SQL MySQL format + PHP JQuery Ajax Script
posted bymyip.msinForm Processors
We Provide sql Cities / States / Countries database (2013 year) in SQL / Mysql format for use in your applications. All cities / states / countries have their latitude and longitude filled for display on Google map. For example, on user registration page on your website.
Complete Ready to Use Cities Ajax Script for Website (Php/Mysql/Jquery Ajax/Html)
(36 ratings)
Reviews0
PriceUSD 50.00
Views5530
jQuery Picture Gallery - How many lines of code will it take to write a simple photo gallery?
posted byThe Operator.inImage Display
Demonstration of a simple jQuery/JavaScript image gallery with fewer than 20 lines of code:
http://www.oproot.com/if/jquery-photo.html
Source code:
$('#thumbs img').click(function(){
$('#largeImage').attr('src',$(this).attr('src').replace('thumb','large'));
$('#description').html($(this).attr('alt'));
});
$('#thumbs').delegate('img','click', function(){
$('#largeImage').attr('src',$(this).attr('src').replace('thumb','large'));
$('#description').html($(this).attr('alt'));
});
(0 ratings)
Reviews0
PriceFree
Views717
Related Categories
You May Also Like
Video Theme: Setup a website like YouTube today (New 2022) - Download Now!Sponsored
(3 ratings)
PriceUSD 99.00



