jQuery
Tag details
Welcome to the 'jQuery' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'jQuery'.
Look up
"jQuery"
at The Free Dictionary
Latest blogosphere posts tagged “jQuery”
-
Everything is a property of an object in JavaScript
11 heavens - What the hell —
Authority: 118
I am bumping this up because I think its important. This was originally published on my blog on July 8th, 2008! The book jQuery in Action is no light reading. Its not the type of book you can read in a couple of sittings. I started reading my copy several months ago. It might easily become one of the best ...9 hours ago -
My learnings while building “WP-Jazzed” – A new Jazzed up wordpress theme
Abhi's Weblog —
Authority: 103
Welcome the new wordpress theme “WPJazzed” for my blog. Seeing a plethora of jazzed up wordpress themes on web, I decided to start working on this new theme. In this blog post I will list my various findings while building “WPJazzed”. Why a new theme? I decided to move on with a new theme mainly because ...1 day ago -
Drop-up menu in Thesis 1.6
kristarella.com —
Authority: 116
Yes, drop-up is a bit of an oxymoron. Technically you pull something up and drop something down , but since we talk about drop-downs so much, and the effect of what I’m about to show you happens with the same amount of “gravity”, and I’m not an language pedant (all of the time)… it’s okay. I was ...1 day ago -
jQuery 2009 Conference Slides - jQuery 1.4 release
php etc... —
Authority: 121
This post covers two presentations that John Resig made at the 2009 jQuery Conference that was held in September. These presentations provide a great insight into the current state of jQuery and what we can expect in the upcoming 1.3.3/1.4 release. Below I have embedded the two slideshows from the talks John gave. ...1 day ago -
Free jQuery Selectors Reference Card
Code Beach —
Authority: 433
A free jQuery cheat sheet from DZone. jQuery selectors are one of the most important aspects of the jQuery library. These selectors use familiar CSS syntax to allow page authors to quickly and easily identify any set of page elements to operate upon with the jQuery library methods. Understanding jQuery selectors is ...1 day ago -
prettySociable 1.1
Stphane Caron - No Margin For Errors —
Authority: 108
Here’s an updated version of prettySociable. It now supports bit.ly url shortening so you can easily track how many people clicked on the shared links. I also fixed a but where the “hover” would not display correctly on images that are not floating. Head over the project page to download the new version: ...1 day ago -
jQuery/CFDebugging One-Liner
Raymond Camden's ColdFusion Blog —
Authority: 130
Ok, so this is more proof of concept than actual usable code, but I thought it might be fun to write up during lunch. Have you ever encountered ColdFusion debugging code that leaked into a pure CSS site? Most of us have. That was one of the main reasons behind the genesis of ColdFire . I was curious, though, to see ...2 days ago -
Facebook Style Wall Post Application with jQuery and Ajax.
9lessons —
Authority: 413
Are you looking for Facebook style wall post application. It contains update, comment and delete with jquery animation effect. In this post I had combined some of my old tutorials demos in single page. Take a look at this live demo. You really like it. Live DemoDownload Script Only for Email Subscribes. Update and ...2 days ago -
Demo of CFWINDOW and jQuery Date Picker
Raymond Camden's ColdFusion Blog —
Authority: 130
A reader Paul wrote me and described an issue he was having with the jQuery UI date picker. It worked in a form embedded on his page but refuses to work within a CFWINDOW. Lets look at an example of what he tried and Ill explain what went wrong and how to fix it. [More]2 days ago -
8 Very Useful JQuery forms
denbagus blog —
Authority: 421
If I’ve written before about JQuery tables so this time I will share info about JQuery forms.Jjquery can help you lots with form validation, I hope with this information you can more new knowledge about how to make form validation using jquery 1. Password Strength – Estimates brute force time (jQuery ...2 days ago -
jQuery 1.3 with PHP
FileBeta —
Authority: 148
Enhance your PHP applications by increasing their responsiveness through jQuery and its plugins. Combine client-side jQuery with your server-side PHP to make your applications more efficient and exciting for the client Learn about some of the most popular jQuery plugins and methods Create powerful and responsive ...2 days ago -
jQuery and screen manipulation flickering
Steven Van de Craen's Blog [MVP] —
Authority: 106
We’re doing quite some jQuery improvements to our SharePoint developments such as inserting navigation for document libraries, reordering elements, hiding menu actions, etc. and one of the big issues is that the jQuery action occurs “on document ready” and the end user might see the manipulation happening if the ...3 days ago -
$.fadeTo/fadeOut() operations on Table Rows in IE fail
Rick Strahl's Web Log —
Authority: 476
Here’s a a small problem that one of customers ran into a few days ago: He was playing around with some of the sample code I’ve put out for one of my simple jQuery demos which deals with providing a simple pulse behavior plug-in: $.fn.pulse = function (time) { if (!time) time = 2000; // *** ...3 days ago -
4 Amazing JQuery tables
denbagus blog —
Authority: 421
jQuery has a fantastic library of plugins and tutorials that can speed the benefits of developing your site while demanding less time and improving workflow constraints.For making table , Jquery also has a very interesting library.So there is 4 Amazing JQuery tables for you 1. Expand table rows with jQuery ...3 days ago -
4 Amazing JQuery tables
denbagus blog —
Authority: 421
jQuery has a fantastic library of plugins and tutorials that can speed the benefits of developing your site while demanding less time and improving workflow constraints.For making table, Jquery also has a very interesting library.So there is 4 Amazing JQuery tables for you 1. Expand table rows with jQuery ...3 days ago -
Kae Verens: jQuery 1.3 with PHP
Free Your Mind All Free Download —
Authority: 161
jQuery 1.3 with PHP | Packt Publishing | 2009 | ISBN: 1847196985 | 248 pages | PDF | Enhance your PHP applications by increasing their responsiveness through jQuery and its plugins. * Combine client-side jQuery with your server-side PHP to make your applications more efficient and exciting for the client * ...3 days ago -
JQuery Joomla chat, adding online/offline and friendlist
ProDevTips - dev notes and tutorials —
Authority: 106
Table of Contents for Paceville.com - The Coding Customizing Joomla 1.5 Adding AJAX to Joomla 1.5 with jQuery Adding custom columns/fields to Joomla article, section and user Hardening the Joomla hacks Hijacking controllers and views in Joomla Search Engine Friendly urls in Joomla Facebook style ...3 days ago -
8 Open Source software for Web Development
DevSnippets —
Authority: 149
8 Open Source software for Web Development There are a number of great resources and Tools available on Web that have been created with the intent of making web developer’s life more easier and your work quicker and more effective. DIRECT LINK »4 days ago -
How to add a password strength meter using jQuery in under 5 minutes
blarnee.com —
Authority: 106
Hi guys. Today I’m going to show you how to add some intelligence to your password forms. A strong password can mean the difference between your user’s account being safe and them being easily compromised. Thankfully, with the help of modern JavaScript frameworks like jQuery it’s possible to check the strength ...4 days ago -
jQuery disable an element
Highub - IT Web Tips —
Authority: 141
If you use jQuery, you can disable an HTML element by setting the ‘disabled’ attribute to ‘disabled’ (to disable it). The result of which looks something like this:// Disable #x $("#x").attr("disabled","disabled");Here is a demo you can copy and paste into a HTML file and try it out yourself:<!DOCTYPE HTML ...5 days ago