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 ArticleJQuery – 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 ArticleMalware 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 ArticleExtending 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 ArticleJavaScript 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 ArticlePrevent 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 ArticlejQuery 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 Articleajax - 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 ArticleConnotea: Bookmarks by group "General Programming"
Connotea group with general programming bookmarksSee it on Scoop.it, via JQuery-Features
View ArticleJavaScript 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 ArticlejQuery 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 ArticlejQuery'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 ArticleHow 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 ArticleConsuming 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 ArticleUsing 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 ArticleUsing 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 ArticleExample 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 ArticleSetting 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 ArticleJavaScript - 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 ArticleSetting 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