Quantcast
Channel: JQuery-Features | Scoop.it
Browsing latest articles
Browse All 63 View Live

Image may be NSFW.
Clik here to view.

How to create Calendar using jQuery and CSS3 [Tutorial]

In this tutorial we will code the jQuery and CSS3 Calendar that you can find in Futurico UI Pro made by Vladimir Kudinov. To do it we will use CSS for all the styling and for “functionality” we will...

View Article



Image may be NSFW.
Clik here to view.

jQuery - Wikipedia, the free encyclopedia

Wikipedia provides a great overview of the functionality and history of JQuery and covers topics such as including the library, common usage styles, plug-ins and testing frameworks. The further reading...

View Article

Image may be NSFW.
Clik here to view.

Create and Style an Editable Select List Using a JQuery Combobox

JQuery Combobox - By default there is no HTML control that can act as both a dropdown list and an editable input area. The best resource to create such a control is the JQuery Combobox widget...See it...

View Article

Image may be NSFW.
Clik here to view.

JQuery Widget - Google Search

Google is a powerful ally when researching information about most any subject. This includes JQuery widgets. Running this search results in the latest and greatest regarding the JQuery-UI library as...

View Article

Image may be NSFW.
Clik here to view.

Internet Explorer Compatibility Mode Breaks JQuery

Compatibility View is a feature that Microsoft has added to the latest versions of its Web browser and which is enabled by default. The problem with this feature is that in some cases it will...

View Article


Image may be NSFW.
Clik here to view.

jQuery Introduction

w3schools.com offers an in-depth introduction to JQuery including examples and step-by-step instructions. The information is presented in a clear, easy to understand fashion and is worth checking out...

View Article

Image may be NSFW.
Clik here to view.

50+ Amazing Jquery Examples- Part1 - Noupe

Many of us have been using a good deal of jQuery plugins lately. Below I have provided a list of the 50 favorite plugins many developers use. Some of these you may have already seen, others might be...

View Article

Image may be NSFW.
Clik here to view.

Tutorials:How jQuery Works - jQuery JavaScript Library

A basic introduction to jQuery and the concepts that you need to know to use it. This tutorial includes sample code and covers a range of topics such as using special effects, and the proper way of...

View Article


Image may be NSFW.
Clik here to view.

JQuery – Set up Basic Tabbing and Programmatically Control Tab Activation

Tabs in JQuery are quite simple to implement, and they add some neat functionality that users will appreciate. This guide will show you how to set up tabs on your Web page, and then also how to address...

View Article


Image may be NSFW.
Clik here to view.

Malware at Stake: JavaScript Obfuscation - Manual Armor (Part 1 of 2)

Discussion and step-by-step explanation of the JavaScript obfustication methodology used at SecNiche labs. A two part series that makes for quite an interesting read.See it on Scoop.it, via...

View Article

Image may be NSFW.
Clik here to view.

Extending VBA with javaScript : the Array | Excel Ramblings and ...

An article covering how to use the VBA scriptcontrol to call javaScript directly from VBA code. Considering that javaScript has plenty of useful methods for manipulating arrays and strings and so on...

View Article

Image may be NSFW.
Clik here to view.

JavaScript Memory Leaks | Ying's Blog

A very interesting overview of various types of memory leaks that can be caused using JavaScript. Anyone working with JavaScript should be familiar with the caveats presented in this article. Memory...

View Article

Image may be NSFW.
Clik here to view.

Prevent Textfield Copy and Paste Using Javascript | Luca Dioli's blog

A nice example of how to disable copy and paste on a Web page form field using JQuery/Javascript posted by Luca Dioli at his technical blog http://blog.lucadioli.com . This is certainly useful for...

View Article


Image may be NSFW.
Clik here to view.

jQuery UI 1.8.20 « jQuery UI Blog

The official jQuery UI blog that posts development status updates and news about the jQuery UI library and community. They have posted this useful article about the twentieth maintenance release for...

View Article

Image may be NSFW.
Clik here to view.

ajax - How can I upload files asynchronously with jQuery? - Stack Overflow

Here is a very interesting discussion on the StackOverflow forums about using JQuery to build an asynchronous file upload component. People propose many different solutions such as Flash, a hidden...

View Article


Image may be NSFW.
Clik here to view.

Connotea: Bookmarks by group "General Programming"

Connotea group with general programming bookmarksSee it on Scoop.it, via JQuery-Features

View Article

Image may be NSFW.
Clik here to view.

JavaScript Profiling With The Chrome Developer Tools | DigitalMofo

Generating my rainbow colors was a little tricky, so I got help from “Making Annoying Rainbows in JavaScript.” The page loads pretty fast, but it still takes a moment and blinks a little before it...

View Article


Image may be NSFW.
Clik here to view.

jQuery Mobile | jQuery Mobile

The official Web site for JQuery for mobile devices. Instead of writing unique apps for each mobile device or OS, the jQuery mobile framework allows you to design a single highly-branded web site or...

View Article

Image may be NSFW.
Clik here to view.

jQuery's JSONP Explained with Examples | jQuery4u

How to use jQuery's JSONP to get around the cross domain issues when loading external scripts by using an AJAX request that has a callback function.See it on Scoop.it, via JQuery-Features

View Article

Image may be NSFW.
Clik here to view.

How jQuery and “unobtrusive JavaScript” can be poisonous - CodeProject

Stop demanding that the UI be completely separated from logic. When used carelessly, jQuery code can become hopelessly unmaintainable. See it on Scoop.it, via JQuery-Features

View Article

Image may be NSFW.
Clik here to view.

Consuming WCF REST Services Using jQuery AJAX Calls - CodeProject

This article presents a method to consume cross-domain WCF REST Services using jQuery AJAX calls, with an example.; Author: Dr.See it on Scoop.it, via JQuery-Features

View Article


Image may be NSFW.
Clik here to view.

Using a JQuery AutoComplete Widget with an ASP.NET Web Service

I’ve been playing around with hooking up the JQuery AutoComplete widget with an ASP.NET Web Service. This is a really neat idea that adds a lot of whizzbang to a standard Web-based form. In t...See it...

View Article


Image may be NSFW.
Clik here to view.

Using a JQuery Modal Dialog with Checkboxes in an ASP.NET GridView

You can easily and quickly set up a JQuery modal dialog box in combination with an ASP.NET GridView component in order to enhance page functionality.See it on Scoop.it, via JQuery-Features

View Article

Image may be NSFW.
Clik here to view.

Example of Adding a JQuery Modal Dialog Warning on Blur to an ASP.NET Text Box

In this article I will review how to set up a basic JQuery UI Dialog widget to act as a modal alert box that warns the user of a possible problem when they move away from an HTML form field. The...

View Article

Image may be NSFW.
Clik here to view.

Setting a Time Form Field with a JQuery DatePicker with an ASP.NET DataList...

Sometimes you will want to do something very specific on a Web page using a combination of popular technologies. However the interaction of client and server-side languages such as JQuery and...

View Article


Image may be NSFW.
Clik here to view.

JavaScript - Generic Function to Toggle Div Element Visible or Invisible

If you are writing Web pages and find that you want to dynamically hide or show sections of your pages when the user interacts with the page, then the easiest way to do so is using JavaScript. In...

View Article

Image may be NSFW.
Clik here to view.

Setting the Z-Index and Page Position of a JQuery Modal Dialog

The JQuery modal dialog widget can be a useful tool on most Web pages. If you take a look at its structure in a tool such as FireBug you will see that it consists of a div that grays out the web...

View Article

Image may be NSFW.
Clik here to view.

JQuery - Example of Tabs Event Handling

If you are working with JQuery tabs and want to extend the functionality of your tabs beyond the basics, then it's good to know how to handle the JQuery tabs click event. In this article I will:...

View Article

Image may be NSFW.
Clik here to view.

JavaScript / JQuery - Click Button by ID

In this article I will review how you code a button click event in JavaScript, and how it differs from a button click event in JQuery. I’ll also show some integration of the client-side JavaScript...

View Article



Image may be NSFW.
Clik here to view.

38 jQuery Carousel Sliders That Are Crazy Cool

Free 38 jQuery carousel sliders including 3D carousel sliders, fullscreen background slideshows, responsive jQuery sliders, jQuery cycle plugins, jQuery banner rotators, carousel viewers, thumbnails...

View Article
Browsing latest articles
Browse All 63 View Live


Latest Images