Mostrando entradas con la etiqueta jQuery. Mostrar todas las entradas
Mostrando entradas con la etiqueta jQuery. Mostrar todas las entradas

martes, 11 de septiembre de 2012

Otra guía más de conceptos básicos de jQuery

Por ahí se dice que es el tutorial definitivo para aprender jQuery de un modo rápido, sencillo y eficaz. Vosotros mismos....

Aquí está el enlace.

lunes, 14 de mayo de 2012

Juice UI (jQuery UI)

Juice UI is an open-source collection of WebForms components that brings jQuery UI Widgets to your project with ease.

Resto del artículo (fuente original)

A jQuery plugin to track page scroll depth

This is a jQuery plugin that tracks how far down the page a user has scrolled and then reports data back to Google Analytics using the GA Events API. The default behavior reports on the 25%, 50%, 75%, and 100% scroll marks. It also sends an initial "Baseline" event to use as a benchmark.


Resto del artículo (fuente original)

miércoles, 9 de mayo de 2012

jQuery Vector Maps

JQVMap is a jQuery plugin that renders Vector Maps.  It uses resizable Scalable Vector Graphics (SVG) for modern browsers like Firefox, Safari, Chrome, Opera and Internet Explorer 9.  Legacy support for older versions of Internet Explorer 6-8 is provided via VML.

Resto del artículo (fuente original)

martes, 8 de mayo de 2012

How to Create an Video Player in jQuery, HTML5 & CSS3

In this tutorial we will code an Video Player from Impressionist UI by Vladimir Kudinov. We will code it with CSS3 for the styling and the “MediaElement.js” for the functionality. MediaElement.js is a HTML5 audio and video player that also works for older browsers using Flash and Silverlight to mimic the HTML5 MediaElement API.

Resto del artículo (fuente original)

lunes, 7 de mayo de 2012

Create an Interactive Map with jQuery and Dreamweaver—Positioning dots

In Create an Interactive Map with jQuery and Dreamweaver, Chris Converse shows how to design and create a rich interactive map for a web site using the open-source scripting library jQuery and the tools in Dreamweaver.

Resto del artículo (fuente original)

12 Most Popular jQuery Plugins of April 2012

Here we are again for another monthly round-up of the most popular jQuery plugins of April 2012, these 12 plugins will make you WOW!

Resto del artículo (fuente original)

jQuery Auto Suggest Plugin


​Auto Suggest is a lightweight (6kb minified) jQuery auto-complete plugin with lots of features.
The plugin features over 25 options and callbacks and is styled using only css which makes it one of the most customisable auto-complete plugins available.​

Resto del artículo (fuente original)

MailCheck.js: jQuery Plugin Suggesting Fixes for Commonly Mistyped Email Addresses

The jQuery plugin that suggests a right domain when your users misspell it in an email address.

Resto del artículo (fuente original)

Plugin jQuery para navegación con móvil

Some people like to bitch and whine about a responsive web approach, others embrace it. I can’t blame them, they probably still use ajax to replace iframes…

Resto del artículo (fuente original)

Buenas prácticas con jQuery

Algunos consejos prácticos que os pueden ser de utilidad.

Resto del artículo (fuente original)

Fundamentos de jQuery

The purpose of this book is to provide an overview of the jQuery JavaScript library; when you're done with the book, you should be able to complete basic tasks using jQuery, and have a solid basis from which to continue your learning. This book was designed as material to be used in a classroom setting, but you may find it useful for individual study.

Resto del artículo (fuente original)

20 plugins jQuery para trabajo con formularios HTML

Have you ever wondered about the forms that you have to fill up when you browsing through certain websites, or when you login to a certain online account? Personally, I find them to be a hassle most of the time and I see the deed as something necessary but never put much thought into it.

Resto del artículo (fuente original)

jQuery maxlength en un textbox multilinea (textarea)

Si alguna vez hemos usado en asp.net los textbox multilinea nos habremos dado cuenta que la propiedad maxlength no funciona.

Resto del artículo (fuente original)

Creating a jQuery plugin with grunt

Vídeo explicativo, con enlace a Github incluído.

Resto del artículo (fuente original)

viernes, 4 de mayo de 2012

jQuery Slide Panel Plugin

The jQuery slidePanel Plugin lets you easily open slide panels from the left or right which contain either the default content or content loaded using Ajax.

Resto del artículo (fuente original)

Scraping Web Pages With jQuery, Node.js and Jsdom

I always found it odd that accessing DOM elements with Ruby, or Python, wasn’t as easy as it was with jQuery. Many HTML parsing libraries employ Simple API for XML (SAX) that can handle extremely large XML documents, but is cumbersome and adds complexity. Other parsing libraries use XML Path Language (XPath), which is conceptually simpler than SAX, but still more of an effort than jQuery. I was pleasantly surprised to discover that it’s possible to use jQuery to parse web pages with Node.js. This is accomplished by using jsdom, “a javascript implementation of the W3C DOM”.

Resto del artículo (fuente original)

Chosen, plugin Javascript para jQuery (con enlace a GitHub)

Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.

Resto del artículo (fuente original)