|
|
|
Home | Custom Catalogs | Content Management | Custom Design | Online Courseware | Specialized programming | Search Engine Optimization | Web Hosting | Web 2.0 | HTML editing | JavaScript programming | ASP programming | Ajax | MySQL | Flash design | PHP programming | Database development | Jquery
1 2 3 4 5
65 Excellent jQuery Resources (tutorials,cheat sheets,ebooks,demos ... at 2008-05-15 13:25:38
1. jQuery Crash Course 2. Getting Started with jQuery 3. AutoCompleter Tutorial 4. Multiple File Upload Magic 5. jQuery for JavaScript programmers 6. Easy Ajax with jQuery 7. jQuery in 15 minutes 8. jQuery Tutorials for Designers ...
dotString 1.0 for jQuery released at 2008-05-15 13:25:38
I regularly use both jQuery and Prototype in my projects. jQuery is a fantastic javascript library with excellent CSS selector capabilities and DOM manipulation. It’s light-weight and really fast. Prototype is an excellent all-purpose ...
Easiest Tooltip and Image Preview Using jQuery at 2008-05-15 13:25:38
Simple jQuery powered script that enables you to easy create custom tooltips and image "fly-out" previews.
Is Selenium incompatible with JQuery? at 2008-05-15 13:25:38
Hi everybody,. I'm using JQuery in my pages and I think that Selenium is unable to perform JQuery's submit handler. Is it a known issue? Thanks in advance,. Tiago Melo.
jQuery.batch Plugin at 2008-05-15 13:25:38
jQuery methods, in most cases, operate on zero or more matched elements. Getter type methods are an exception. The getter methods only return the results for the first matched element. This is overwhelmingly the typical use-case. ...
8 Fantastic jQuery Tutorials for Designers at 2008-05-15 13:25:38
Slide out and drawer effect. The effect is commonly known as an ‘accordion’ and it’s usually used to slide up, or down blocks of content to expose new blocks. The Apple web site is a great demonstration of this effect in action, ...
Comment on Revealing Details with jQuery by Karl at 2008-05-15 13:25:38
Hi Ricardo, Thanks a lot for letting me know about that. It was a problem with the syntax-highlighter plugin I’ve been using. I fixed the bug, so there should be no more shrinkage.
JQuery Hint Plugin at 2008-05-15 13:25:38
Brian Bailey pointed out the excellent JQuery hint plugin, which also solves the issue I wrote about recently (having text in an input field automatically disappear when you click on it). The comment was lost because I was messing with ...
How To: Resizeable Background Image at 2008-05-15 13:25:38
You guessed it, jQuery. The above code will hide the image on the page, but snag it’s “src” attribute and apply it as a background to the body element (via its unique ID “page-body”). Check out an example of this in action. ...
Prototype and jQuery at 2008-05-15 13:25:38
At work, however, jQuery has been adopted as the standard (and I've no power to change it). The lack of the $() function is annoying; several times I've debated adding this function (or one of various similar ones) to our library: ...
Become a Greasemonkey Ninja with jQuery at 2008-05-15 13:25:38
This is for all the Greasemonkeyers in the house who want to learn how to be much more productive when it comes to hacking together Greasemonkey script by using my favorite Javascript library: jQuery. jQuery will turn a 700 line ...
Rotating Banner Images in Drupal with Views and jQuery at 2008-05-15 13:25:38
If you use jQuery, like I often do, then a simple way to do the rotating banner images is using the jQuery cycle plugin. This plugin can even be used along with drupals views module to create dynamic lists of rotating images. ...
John Resig Speaks on Future Directions for jQuery and Javascript at 2008-05-15 13:25:38
jQuery creator and Mozilla Javascript Evangelist John Resig recently posted a video presentation outlining future release plans for the jQuery project and highlighting some exciting new Javascript features that will be coming soon to ...
Using jQuery and Ajax to load sub-sections of a webpage at 2008-05-15 13:25:38
Here’sa javascript (using jQuery) implementation of the above which supports loading now, loading on page load and lazy loading (which takes place after the on page loads): ajaxLoader : { /** A queue of embeds to load on document ready ...
Easy AJAX Pagination Using JQuery at 2008-05-15 13:25:38
This simple little JQuery function allows you to drop paginated data into your views with ease.
Comment on jQuerify Bookmarklet by jquery rocks at 2008-05-15 13:25:38
Cool!!!
jQuery rocks my world. at 2008-05-15 13:25:38
jQuery really helps with AJAX, and IBM has a pretty good write up on it. I like the first 2 code examples they gave, it’s fairly representative of what jQuery can do for the rest of your code. It’s not really making your code any leaner ...
Getting Started with AJAX in jQuery at 2008-05-15 13:25:38
If you looking for some good tutorial to start learning AJAX with jQuery Developer Tutorial lunched great tutorial with good documented source code examples. AJAX is probably the biggest thing you can add to your site; with AJAX, ...
Useful jQuery: a Compilation of jQuery Utilities at 2008-05-15 13:25:38
jQuery is great in many ways. You probably first heard about the framework when browsing through a showcase of beautiful “ajax” scripts and became impressed with how easy it can be used to create advanced and delightful effects. ...
jQuery style chaining with the Django ORM at 2008-05-15 13:25:38
One of the neatest things about jQuery is the plugin model, which takes advantage of JavaScript’s prototype inheritance and makes it trivially easy to add new chainable methods. If we wanted to package the above dumb effect up as a ...
45+ Fresh Out of the oven jQuery Plugins at 2008-05-15 13:25:38
Two month ago we’ve presented the 50 favorite jQuery plugins many developers use and we promised that the second version will be coming soon. Today, we are going to introduce 45+ more jquery plugins that were recently created, ...
Comment on Using Low Pro for jQuery by Marc at 2008-05-15 13:25:38
John wrote an article on, “Classy Query” addressing this line of thinking:. “If one thing has become apparent to me it’s that users enjoy working with the typical Class-style of object creation and inheritance. ...
Comment on Using Low Pro for jQuery by Barry at 2008-05-15 13:25:38
How is this any different from just writing a function that applies the behaviour to an element? function registerForm(form) { form.validate({ rules: { ... } }); $('#username').focus(); form.submit(function() ...
Comment on Using Low Pro for jQuery by george at 2008-05-15 13:25:38
i´ve been off js for half a year(beeing on rails), but this was something i really needed back than. Way to go, LowPro and LiveQuery will be rocking my current app! Thanks.
Comment on Using Low Pro for jQuery by Tane Piper at 2008-05-15 13:25:38
@marc - Maybe this first example missed some points of how powerful Low Pro can be, but I wanted to use this example to kick things off and show how to create some really re-usable code. The power of Low Pro really comes when you start ...
jQuery at 2008-05-15 13:25:38
jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML. It was released January 2006 at BarCamp NYC by John Resig. Dual licensed under the MIT License and the GNU General Public License, ...
Comment on Using Low Pro for jQuery by Marc at 2008-05-15 13:25:38
The bottom line is that this style of code doesn’t provide any tangible benefit, other than the fact that some people like writing code this way.
jQuery 1.2.2: 2nd Birthday Present at 2008-05-15 13:25:38
On the 2nd anniversary of jQuery’s release we’re proud to bring you a brand new release of jQuery. This is primarily a bug fix release for jQuery 1.2. You can view the full list of what was fixed on the bug tracker. ...
Small modification to jQuery in ThickBox at 2008-05-15 13:25:38
We need a modification to this module so that the height of images is not resized in the browser in the thickbox popup, but there is a vertical scroll in that div to see the rest of the image. The image should only be resized if the ...
Comment on Using Low Pro for jQuery by Thomas at 2008-05-15 13:25:38
“other than the fact that some people like writing code this way.” Well screw that, then. Happiness and productivity are benefits for weaklings.
Site RSS |
|
2008 Content Executive, Inc. All Rights Reserved
|
|