Stories recently tagged with 'jQuery'

QUnit Compsite Addon: Running Multiple jQuery Test Files(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 6 days, 9 hours ago

When you start Unit Testing your application with QUnit you'll notice that you'll have lots of different QUnit files that thoroughly test one feature or component of your system. Instead of opening each one of those test files and running them separately, wouldn't it be nice if you could launch one file that would run all the tests? Thankfully, there is a addon for that and it's called the Composite addon! read more...

add a comment |category: |Views: 5

tags: another

jQuery HTML5 dataAttr Pseudo Selector(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 19 days, 10 hours ago

A while back someone on twitter was asking me how they might find a set of DOM elements by using doing a partial search on their HTML5 data attribute... read more...

1 comment |category: |Views: 126

tags: another

Track all of the links on your website by plugging in some minor code(www.keivansadra.com)

submitted by techiemaetechiemae(64) 20 days, 17 hours ago

By using ASP.NET and jQuery, we provide you with a way to track every single link that is clicked on your website for later reporting. read more...

add a comment |category: |Views: 9

tags: another

Show/hide various sections of a page using JQuery and CSS(nizarnoorani.com)

submitted by noorani786noorani786(342) 24 days, 6 hours ago

In this post I’ll go over how you can utilize JQuery and CSS classes to show/hide various parts across the different sections of a page without creating a mess! read more...

add a comment |category: |Views: 11

tags: another

Hello jQuery(www.kendoui.com)

submitted by burkehollandburkeholland(48) 25 days, 5 hours ago

The first module in a series on doing HTML5 Development With ASP.NET WebForms and MVC. This module covers using jQuery and debugging JavaScript with IE 9 Developer Tools. read more...

add a comment |category: |Views: 12

tags: another

Creating a wait dialog with jQuery(jameslewiscv.com)

submitted by JamesLewisAwesomeJamesLewisAwesome(75) 1 month, 4 days ago

Quick example of creating a wait dialog box to give the user some feedback during the execution of a long-running process. The example uses jQuery and jQuery UI. read more...

add a comment |category: |Views: 8

tags: another

Dynamically creating input fields on tab via CoffeeScript and JQuery(nizarnoorani.com)

submitted by noorani786noorani786(342) 1 month, 18 days ago

Code snippet to dynamically create input fields on tab via CoffeeScript and JQuery... read more...

2 comments |category: |Views: 85

tags: another

Web Application Keyboard Navigation(www.andy-williams.net)

submitted by andywilliams81andywilliams81(30) 2 months ago

A guide on how to add simple keyboard navigation to your web app. read more...

add a comment |category: |Views: 4

tags: another

Asynchronous and synchronous flexibility with jQuery.when()(lostechies.com)

submitted by dpetersondpeterson(4397) 2 months ago

Derick Bailey shows us how you can use jQuery to support both synchronous and asynchronous code, with the `$.when` function, and your code doesn’t have to care whether or not it’s async. read more...

add a comment |category: |Views: 196

tags: another

Build Facebook style infinite scroll with knockout.js and Last.fm API(www.strathweb.com)

submitted by rapackirapacki(55) 2 months, 8 days ago

Learn knockout.js by building a dynamic music history web app on top of Last.FM API, featuring FB/twitter style infinite scroll. read more...

add a comment |category: |Views: 226

tags: another

Using jQuery to Send Email with Web Services(blog.image0.com)

submitted by image0image0(189) 2 months, 9 days ago

Learn to validate forms and use AJAX POSTS to send out an email - all from jQuery read more...

add a comment |category: |Views: 159

tags: another

jQuery UI Helpers - Getting Started(jqueryuihelpers.apphb.com)

submitted by attilaxattilax(34) 2 months, 12 days ago

jQuery UI Helpers is a set of HTML Helpers which help you to integrate jQuery UI into your ASP.NET MVC application. They have similar look and feel to the built in helpers (e.g. DatepickerFor), but also implement a fluent configuration API for advanced scenarios. The helpers only generate HTML elements with data-* attributes and unobtrusive JavaScript is used to do the required initializations. They also replace most of the complex string parameters with strongly typed arguments. This Getting Started page explains how to install and start using jQuery UI Helpers. read more...

add a comment |category: |Views: 313

tags: another

Find the jQuery Bug 8 Suspicious Selectors(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 months, 13 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 23

tags: another

Find the jQuery Bug 7: Using a Method as an Event Handler(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 months, 14 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 28

tags: another

Find the jQuery Bug 6 - Traversing Trouble(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 months, 16 days ago

In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. read more...

add a comment |category: |Views: 2

tags: another

Unobtrusive JavaScript with HTML 5(nizarnoorani.com)

submitted by noorani786noorani786(342) 2 months, 18 days ago

Custom Data Attributes in HTML 5 provide us with the ability to add Unobtrusive JavaScript our pages... read more...

add a comment |category: |Views: 6

tags: another