scriptwelt blog

Posts tagged ‘jQuery’

The short story
Here’s the recipe: MooTools modules Native, Class, and Class.Extras (24k uncompressed); jQuery; and Class.Mutatotors.jQuery. Write a MooTools Class and use jQuery for the DOM.
Class.Mutatotors.jQuery
This mutator automatically extends the jQuery object with the class, so you can use conventional jQuery syntax to instantiate and control the class.

jQuery 1.4.2 Released

Februar 25th, 2010

jQuery 1.4.2 is now out! This is the second minor release on top of jQuery 1.4, fixing some outstanding bugs from the 1.4 release and landing some nice improvements.
I would like to thank the following people that provided patches for this release: Ben Alman, Justin Meyer, Neeraj Singh, and Noah Sloan.
Downloading
As usual, [...]

Das jQuery MultiSelect Plugin von Developed by Eric Hynds ist ein Multi Select Plugin für jQuery mit unterschiedlichen Design-Themen. Das Plugin ist Multi – Browser Fähig und unterstüzt sogar den Internet Explorer 6 von Microsoft.

Features

Full ThemeRoller support.
Optgroup support with clickable labels.
Optional header with check all / uncheck all / close links.
Degrades gracefully.
Keyboard support (albeit, somewhat [...]

gibt es auf  tutorialzine. Einfach den Link ankliecken.
“You will be surprised at how much data is made available on the web through RSS or ATOM feeds – twitter searches, your latest diggs, Google Search alerts, your own blog categories and so much more. You just have to look for that orange icon and you’ll surely [...]

Die Episode 9 des offiziellen Podcast ist seit gestern verfügbar.
In this prerecorded episode from Washington DC, we sit down with David Artz, Director of Website Optimization at Aol. David talks to us about the conviences and challenges of using jQuery at the enterprise level.
iTunes
download the MP3
zur offiziellen Seite

jQuery 1.4.1 Released

Januar 26th, 2010

Das erste Bugfix Release von 1.4 ist seit heute morgen veröffentlicht. Es wurden einige  Bugs und einige Änderungen an der API vorgenommen.
Eine Liste der Änderungen gibt es hier
1.4.1 category on the jQuery API site.
Die genaue Beschreibung der gefixten Bugs, sowie den Download der neuen Version gibt es hier
jQuery 1.4.1

10 jQuery Snippets für alle

Januar 24th, 2010

Unter der Überschrift “Top 10 jQuery Snippets (including jquery 1.4)” gibt es auf webdevmania eine kleine Zusammenstellung von verschiedenen jQuery Code Snippets für den interessierten Web Entwickler. Einfach einmal ansehen. Sicher ist für den einen oder anderen etwas dabei.

Gerade auf Twitter gelesen:

buildFragment() uses jQuery.clean() to extract the JS code of <script> elements. If it uses the cached DOM Fragment, clean() isn’t called. In this case, the ’scripts’ array remains empty so that evalScript() isn’t called any longer.
Test case:
<p><a href=”” id=”start”>call html()</a></p>
<div id=”output”></div>
<script> $(function ($) {
$(’#start’).click(function (e) {
$(’#output’).html(”<script> alert(’should be executed’); <\/script>”); e.preventDefault();
});
}); </script>
This [...]

jQuery 1.4 API Cheat Sheet

Januar 14th, 2010

Auf futurecolors gibt es ein jQuery 1.4 API Cheat Sheet, auch als PDF oder als Jpeg Bild.
Hier geht es zur Seite

Auf net.tutsplus habe ich ein Tutorial zum Erstellen einer Chat Applikation mit PHP und jQuery gefunden. Das Tutorial ist in 5 Schritte unterteilt und sehr übersichtlich. Wer schon immer  einen Chat auf seiner Page haben wollte, sollte sich das Tutorial auf jeden Fall einmal ansehen.

Link zum Tutorial

Proudly powered by WordPress
Copyright © scriptwelt blog. All rights reserved.