<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>galuba dot net &#187; jQuery</title>
	<atom:link href="http://www.galuba.net/programmierung/jquery-programmierung/feed" rel="self" type="application/rss+xml" />
	<link>http://www.galuba.net</link>
	<description>Informationen zu Wordpress, jQuery, Web 2.0, Apple u.v.m.</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:34:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>jQuery 1.7.2 Beta 1 veröffentlicht</title>
		<link>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-2-beta-1-veroeffentlicht.html</link>
		<comments>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-2-beta-1-veroeffentlicht.html#comments</comments>
		<pubDate>Wed, 01 Feb 2012 08:53:00 +0000</pubDate>
		<dc:creator>René Galuba</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://www.galuba.net/?p=8072</guid>
		<description><![CDATA[Vor ein paar Stunden wurde mit jQuery 1.7.2 BETA 1 eine neue Test-Version veröffentlicht. Es wurden nur bisher entdeckte Bugs behoben und keine neuen Funktionen hinzugefügt.  Weitere Informationen findet ihr im offiziellen jQuery-Blog. Folgenden Absatz im Artikel von dmethvin möchte &#8230; <a href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-2-beta-1-veroeffentlicht.html">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>Vor ein paar Stunden wurde mit <a  title="jQuery 1.7.1 erschienen" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-1-erschienen.html">jQuery</a> 1.7.2 BETA 1 eine neue Test-Version veröffentlicht. Es wurden nur bisher entdeckte Bugs behoben und keine neuen Funktionen hinzugefügt.  Weitere Informationen findet ihr im <a  href="http://blog.jquery.com/2012/01/31/jquery-1-7-2-beta-1-released/" target="_blank">offiziellen jQuery-Blog</a>.<span id="more-8072"></span></p>
<p>Folgenden Absatz im <a  href="http://blog.jquery.com/2012/01/31/jquery-1-7-2-beta-1-released/" target="_blank">Artikel von dmethvin</a> möchte ich gesondert hervorheben.</p>
<blockquote><p>Oh, we <em>know</em> what you’re thinking: <em>“Cool, a new version of jQuery; I’ll wait until the final release has been out a few weeks and then I’ll give it a try.”</em> Right, and then you’ll find some bug that keeps you from upgrading. Nothing makes us sadder than finishing up a release and only then seeing a report of a serious bug that could have been fixed earlier.</p></blockquote>
<p>Download: <a  href="http://code.jquery.com/jquery-1.7.2b1.js" target="_blank">jQuery 1.7.2 BETA 1</a></p>
<h4>jQuery 1.7.2b1 Change Log</h4>
<h3>Ajax</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10978">#10978</a>: jQuery.param() should allow non-native constructed objects as property values</li>
</ul>
<h3>Attributes</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/5571">#5571</a>: Allow chaining when passing undefined to any setter in jQuery</li>
</ul>
<h3>Build</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10692">#10692</a>: Configure the jshint options to more accurately match the style guide</li>
<li><a  href="http://bugs.jquery.com/ticket/10902">#10902</a>: ability to test a built version of jQuery in unit tests</li>
<li><a  href="http://bugs.jquery.com/ticket/10931">#10931</a>: Unit tests shouldn’t require internet access</li>
</ul>
<h3>Core</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10466">#10466</a>: jQuery.param() mistakes wrapped primitives for deep objects</li>
</ul>
<h3>Css</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10639">#10639</a>: outerWidth(true) and css(‘margin’) returning % instead of px in Webkit</li>
<li><a  href="http://bugs.jquery.com/ticket/10754">#10754</a>: have jQuery.swap return the return of the callback instead of just executing it</li>
<li><a  href="http://bugs.jquery.com/ticket/10782">#10782</a>: Incorrect calculating width</li>
<li><a  href="http://bugs.jquery.com/ticket/10796">#10796</a>: Bug in IE7 with $(‘#el’).css.(‘background-position’)</li>
<li><a  href="http://bugs.jquery.com/ticket/10858">#10858</a>: css.js regular expressions are incomplete</li>
<li><a  href="http://bugs.jquery.com/ticket/11119">#11119</a>: The curCSS function only need 2 arguments</li>
</ul>
<h3>Effects</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/8498">#8498</a>: Animate Hooks</li>
<li><a  href="http://bugs.jquery.com/ticket/10006">#10006</a>: method show is not working as expected in all browsers when called for document fragment</li>
<li><a  href="http://bugs.jquery.com/ticket/10848">#10848</a>: Animation toggling loses state tracking in certain atomic edge cases</li>
</ul>
<h3>Event</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/8165">#8165</a>: .live(‘click’, handler) fires on disabled buttons with child elements in Chrome</li>
<li><a  href="http://bugs.jquery.com/ticket/10819">#10819</a>: Eliminate “this.on.call(this, “</li>
<li><a  href="http://bugs.jquery.com/ticket/10878">#10878</a>: $(“select”).live(“change”, function(){ …broken in IE8 in jQuery 1.7</li>
<li><a  href="http://bugs.jquery.com/ticket/10961">#10961</a>: Error in XRegExp using jQuery 1.7.1 in IE6-9</li>
<li><a  href="http://bugs.jquery.com/ticket/10970">#10970</a>: The .on() selector parameter doesn’t work with :not(:first) selector</li>
<li><a  href="http://bugs.jquery.com/ticket/10984">#10984</a>: Cannot off() custom events ($.event.special)</li>
<li><a  href="http://bugs.jquery.com/ticket/11021">#11021</a>: Hover hack mangles a namespace named “hover”</li>
<li><a  href="http://bugs.jquery.com/ticket/11076">#11076</a>: .clone(true) loses delegation filters</li>
<li><a  href="http://bugs.jquery.com/ticket/11130">#11130</a>: jQuery.fn.on: binding map with null selector ignores data</li>
<li><a  href="http://bugs.jquery.com/ticket/11145">#11145</a>: $(document).on() not working with name=”disabled”</li>
</ul>
<h3>Manipulation</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/9427">#9427</a>: Passing undefined to .text() does not trigger setter</li>
<li><a  href="http://bugs.jquery.com/ticket/10753">#10753</a>: inline the evalScript function in manipulation.js as it’s only used once</li>
<li><a  href="http://bugs.jquery.com/ticket/10864">#10864</a>: text() method on a document fragment always returns the empty string</li>
<li><a  href="http://bugs.jquery.com/ticket/11055">#11055</a>: Update HTML5 Shim elements list to support latest html5shiv</li>
</ul>
<h3>Misc</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10952">#10952</a>: .fired() doesn’t work on Callbacks object when it is flagged with “once”</li>
<li><a  href="http://bugs.jquery.com/ticket/11257">#11257</a>: Wrong path to source files in test suite if PHP missing</li>
</ul>
<h3>Support</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/11048">#11048</a>: Support Tests affect layout for positioned elements in IE6-9</li>
</ul>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-2-beta-1-veroeffentlicht.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.7.1 erschienen</title>
		<link>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-1-erschienen.html</link>
		<comments>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-1-erschienen.html#comments</comments>
		<pubDate>Tue, 22 Nov 2011 14:01:45 +0000</pubDate>
		<dc:creator>René Galuba</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://www.galuba.net/?p=7441</guid>
		<description><![CDATA[Nachdem ich gestern bereits über das neue jQuery Mobile 1.0 berichtet habe, ist heute die finale Version von jQuery 1.71 erschienen. Zum größten Teil wurden in dieser Version kleinere Fehler korrigiert, z.B. das $(document).text() bei jeder Abfrage einen leeren String &#8230; <a href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-1-erschienen.html">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>Nachdem ich gestern bereits über das neue <a  title="jQuery Mobile 1.0 veröffentlicht" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-mobile-1-0-veroeffentlicht.html">jQuery Mobile 1.0</a> berichtet habe, ist heute die finale Version von jQuery 1.71 erschienen. Zum größten Teil wurden in dieser Version kleinere Fehler korrigiert, z.B. das $(document).text() bei jeder Abfrage einen leeren String zurück gegeben hat.<span id="more-7441"></span></p>
<p>Weitere Korrekturen gab es hauptsächlich im Core und Events-Bereich von jQuery. Zum Download der Minified-Version gelangt ihr hier: <a  href="http://code.jquery.com/jquery-1.7.1.min.js" target="_blank">jQuery 1.7.1 Minified</a> und die unkomprimierte Version von jQuery 1.7.1 findet ihr <a  href="http://code.jquery.com/jquery-1.7.1.js" target="_blank">hier.</a></p>
<p>Die neue Version von jQuery soll auch direkt in dem in Kürze erscheinenden <a  title="WordPress 3.3 Beta 3 erschienen" href="http://www.galuba.net/programmierung/wordpress/wordpress-3-3-beta-3-erschienen.html">WordPress 3.3</a> verwendet werden.</p>
<h4>jQuery 1.7.1 Changelog</h4>
<h3>Ajax</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10723">#10723</a>: jqXHR.always() returns a Promise instead of a jqXHR object</li>
</ul>
<h3>Attributes</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10724">#10724</a>: $(document).text() always returns an empty string</li>
<li><a  href="http://bugs.jquery.com/ticket/10773">#10773</a>: removeAttr is fragile for edge cases</li>
</ul>
<h3>Build</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10630">#10630</a>: Fix focus-related test failures to resolve Swarm failures</li>
</ul>
<h3>Core</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10616">#10616</a>: Type coersion not done for -1 in .eq</li>
<li><a  href="http://bugs.jquery.com/ticket/10646">#10646</a>: Have jQuery.error throw instanceof Error object</li>
<li><a  href="http://bugs.jquery.com/ticket/10682">#10682</a>: Creating DOM elements with $(‘ ‘) leaks memory and skips the fragment cache</li>
<li><a  href="http://bugs.jquery.com/ticket/10687">#10687</a>: jQuery calls the AMD define() global function too early</li>
<li><a  href="http://bugs.jquery.com/ticket/10690">#10690</a>: isNumeric</li>
</ul>
<h3>Css</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10733">#10733</a>: remove uses of jQuery.each in css module in favor of a for loop</li>
</ul>
<h3>Data</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10675">#10675</a>: Use internalKey shortcut instead of jQuery.expando</li>
</ul>
<h3>Effects</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10669">#10669</a>: .animate() no longer animates percentage(%) width</li>
<li><a  href="http://bugs.jquery.com/ticket/10750">#10750</a>: A “null” in the data object can cause an error in stop</li>
</ul>
<h3>Event</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10676">#10676</a>: wheelDelta not added to mousewheel event anymore</li>
<li><a  href="http://bugs.jquery.com/ticket/10701">#10701</a>: Problems with submit forms using submit function</li>
<li><a  href="http://bugs.jquery.com/ticket/10704">#10704</a>: special.handle method should fire under origType name</li>
<li><a  href="http://bugs.jquery.com/ticket/10705">#10705</a>: off bug event name parser</li>
<li><a  href="http://bugs.jquery.com/ticket/10712">#10712</a>: Triggering blur with live bind broken</li>
<li><a  href="http://bugs.jquery.com/ticket/10717">#10717</a>: A triggered load bubbles up to window</li>
<li><a  href="http://bugs.jquery.com/ticket/10791">#10791</a>: Delegated Events fail on SVG elements</li>
<li><a  href="http://bugs.jquery.com/ticket/10794">#10794</a>: .triggerHandler should not .preventDefault()</li>
<li><a  href="http://bugs.jquery.com/ticket/10798">#10798</a>: live(“submit”) and .submit() would cause unobtrusive ajax live to fire twice</li>
<li><a  href="http://bugs.jquery.com/ticket/10844">#10844</a>: .delegate() on submit doesn’t work when form contains input with name “id”</li>
</ul>
<h3>Manipulation</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10177">#10177</a>: index of callback function in .wrap is always 0</li>
<li><a  href="http://bugs.jquery.com/ticket/10667">#10667</a>: HTML5 Support in .wrapAll() does add a “:” to element</li>
<li><a  href="http://bugs.jquery.com/ticket/10670">#10670</a>: rnoshimcache probably not constructed correctly</li>
<li><a  href="http://bugs.jquery.com/ticket/10812">#10812</a>: passing empty object to .before() or .after() throws exception in IE7</li>
</ul>
<h3>Misc</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10691">#10691</a>: remove all occurrences of the “equals” and “same” function in the unit tests`</li>
</ul>
<h3>Support</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10629">#10629</a>: IE is much too sensitive concerning the fake body. Explore cleaning up support.js to avoid any future crashes.</li>
<li><a  href="http://bugs.jquery.com/ticket/10807">#10807</a>: Non-ascii apostrophe in comment</li>
</ul>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-1-erschienen.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Mobile 1.0 veröffentlicht</title>
		<link>http://www.galuba.net/programmierung/jquery-programmierung/jquery-mobile-1-0-veroeffentlicht.html</link>
		<comments>http://www.galuba.net/programmierung/jquery-programmierung/jquery-mobile-1-0-veroeffentlicht.html#comments</comments>
		<pubDate>Mon, 21 Nov 2011 11:32:09 +0000</pubDate>
		<dc:creator>René Galuba</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[js-mobile]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.galuba.net/?p=7406</guid>
		<description><![CDATA[Ende letzter Woche wurde nach einer Entwicklungszeit von etwas über einem Jahr jQuery Mobile 1.0 veröffentlicht, dies ist, wie der Name bereits vermuten lässt, für mobile Browser entwickelt worden. Unterstützte Betriebssysteme sind Apple iOS 3.2 bis 5, Android 2.1 &#8211; &#8230; <a href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-mobile-1-0-veroeffentlicht.html">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>Ende letzter Woche wurde nach einer Entwicklungszeit von etwas über einem Jahr <a  href="http://jquerymobile.com/blog/2011/11/16/announcing-jquery-mobile-1-0/" target="_blank">jQuery Mobile 1.0</a> veröffentlicht, dies ist, wie der Name bereits vermuten lässt, für mobile Browser entwickelt worden.<span id="more-7406"></span></p>
<div id="attachment_7407" class="wp-caption aligncenter" style="width: 620px"><a  href="http://www.galuba.net/wp-content/uploads/2011/11/jquery-mobile-10.jpg" class="thickbox no_icon" rel="gallery-7406" title="jQuery Mobile 1.0 wurde veröffentlicht"><img class="size-large wp-image-7407" title="jQuery Mobile 1.0 wurde veröffentlicht" src="http://www.galuba.net/wp-content/uploads/2011/11/jquery-mobile-10-610x286.jpg" alt="" width="610" height="286" /></a><p class="wp-caption-text">jQuery Mobile 1.0 wurde veröffentlicht</p></div>
<p>Unterstützte Betriebssysteme sind Apple iOS 3.2 bis 5, Android 2.1 &#8211; 2.3, Android Honeycomb, alle mobilen Betriebssysteme findet ihr in <a  href="http://jquerymobile.com/blog/2011/11/16/announcing-jquery-mobile-1-0/#platforms" target="_blank">dieser Liste</a>. Um <strong>jQuery Mobile 1.0</strong> einsetzen zu können, wird mindestens <a  title="jQuery 1.6.4 steht zum Download bereit" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-164-steht-zum-download-bereit.html">jQuery 1.6.4</a> benötigt.</p>
<p>Das implementieren von jQuery Mobile 1.0 beschleunigt das Laden der jeweiligen Internetseite, laut Entwicklerangaben um bis zu 25 &#8211; 30%, möglich wird das unter anderem durch schnelleres Rendering. Viele nützliche Informationen findet ihr dazu im <a  href="http://jquerymobile.com/demos/1.0/docs/about/getting-started.html" target="_blank">Quick Start Guide</a> auf <a  href="http://jquerymobile.com" target="_blank">jquerymobile.com</a>.</p>
<p>Download: <a  href="http://jquerymobile.com/download/" target="_blank">jQuery Mobile 1.0</a></p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.galuba.net/programmierung/jquery-programmierung/jquery-mobile-1-0-veroeffentlicht.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.7 beta 2 freigegeben</title>
		<link>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-beta-2-freigegeben.html</link>
		<comments>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-beta-2-freigegeben.html#comments</comments>
		<pubDate>Fri, 14 Oct 2011 11:23:39 +0000</pubDate>
		<dc:creator>René Galuba</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://www.galuba.net/?p=7264</guid>
		<description><![CDATA[Genau zwei Wochen nach der Veröffentlichung von jQuery 1.7 beta 1, ist seit gestern die zweite Beta-Version von jQuery 1.7 verfügbar. In dieser Zeit wurden eine Reihe von Bugs und Funktionen verbessert. Auch an der allgemeinen Stabilität in jQuery wurde &#8230; <a href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-beta-2-freigegeben.html">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>Genau zwei Wochen nach der <a  title="jQuery 1.7 Beta 1 erschienen" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-beta-1-erschienen.html">Veröffentlichung von jQuery 1.7 beta 1</a>, ist seit gestern die zweite Beta-Version von jQuery 1.7 verfügbar. In dieser Zeit wurden eine Reihe von Bugs und Funktionen verbessert.<span id="more-7264"></span></p>
<p>Auch an der allgemeinen Stabilität in jQuery wurde wieder gewerkelt. Die genauen Änderungen könnt ihr dem Changlog entnehmen, welches ich euch unten nagehangen habe.</p>
<h3>Changelog jQuery 1.7 Beta 2</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/9399">#9399</a>: Deprecate jqXHR.success and jqXHR.error</li>
<li><a  href="http://bugs.jquery.com/ticket/5479">#5479</a>: removeAttr: remove multiple attributes</li>
<li><a  href="http://bugs.jquery.com/ticket/10176">#10176</a>: Injected script tag is evaluated twice</li>
<li><a  href="http://bugs.jquery.com/ticket/10278">#10278</a>: checkboxEl.attr(‘checked’) returns stale value after checkboxEl.click()</li>
<li><a  href="http://bugs.jquery.com/ticket/10429">#10429</a>: IE7 – invalid procedure call or argument when calling removeAttr(‘contenteditable’);</li>
<li><a  href="http://bugs.jquery.com/ticket/6485">#6485</a>: Solution for HTML5 in IE</li>
<li><a  href="http://bugs.jquery.com/ticket/7102">#7102</a>: Register jQuery as a CommonjS async module</li>
<li><a  href="http://bugs.jquery.com/ticket/9453">#9453</a>: $.inArray does not support fromIndex</li>
<li><a  href="http://bugs.jquery.com/ticket/10478">#10478</a>: Switch jQuery.isNaN to jQuery.isNumeric</li>
<li><a  href="http://bugs.jquery.com/ticket/10267">#10267</a>: IE8 and window is(‘:visible’) crashes</li>
<li><a  href="http://bugs.jquery.com/ticket/7323">#7323</a>: Allow removing multiple data keys at once with $.fn.removeData</li>
<li><a  href="http://bugs.jquery.com/ticket/8909">#8909</a>: $(element).data() will scan all attributes more than needed.</li>
<li><a  href="http://bugs.jquery.com/ticket/8921">#8921</a>: jQuery private data should stay private</li>
<li><a  href="http://bugs.jquery.com/ticket/8856">#8856</a>: Request: deferred.isUnresolved()</li>
<li><a  href="http://bugs.jquery.com/ticket/9033">#9033</a>: try{ } finally{ } error in IE8</li>
<li><a  href="http://bugs.jquery.com/ticket/9398">#9398</a>: Proposal for Improved Deferreds</li>
<li><a  href="http://bugs.jquery.com/ticket/9434">#9434</a>: .outerWidth()/.outerHeight()/.innerWidth()/.innerHeight() should work on window and document</li>
<li><a  href="http://bugs.jquery.com/ticket/5684">#5684</a>: Effects: exception in animation callback causes endless loop</li>
<li><a  href="http://bugs.jquery.com/ticket/6150">#6150</a>: .stop sometimes doesn’t clear .delay</li>
<li><a  href="http://bugs.jquery.com/ticket/6641">#6641</a>: Calling stop() within animation finished callback causes other animations to freeze</li>
<li><a  href="http://bugs.jquery.com/ticket/8685">#8685</a>: Animations should keep track of animation state in order to properly address stacked animations</li>
<li><a  href="http://bugs.jquery.com/ticket/9280">#9280</a>: Allow multiple effect queues for animate()</li>
<li><a  href="http://bugs.jquery.com/ticket/9548">#9548</a>: animate does not work with fill-opacity css property for svg elements</li>
<li><a  href="http://bugs.jquery.com/ticket/10416">#10416</a>: defaultDisplay returns block instead of table-row for a tr in FF</li>
<li><a  href="http://bugs.jquery.com/ticket/10445">#10445</a>: Setting queue to true causes an error</li>
<li><a  href="http://bugs.jquery.com/ticket/3368">#3368</a>: event.metaKey should be assigned to event.ctrlKey on Non-Mac only</li>
<li><a  href="http://bugs.jquery.com/ticket/6170">#6170</a>: jQuery(window).scroll(); causes IE* to scroll to 0,0</li>
<li><a  href="http://bugs.jquery.com/ticket/6319">#6319</a>: Regression: stopPropagation inside change handlers in IE is incorrectly applied to keydown event</li>
<li><a  href="http://bugs.jquery.com/ticket/6386">#6386</a>: support data argument for live events via “event.special.live.add”</li>
<li><a  href="http://bugs.jquery.com/ticket/6593">#6593</a>: IE8: DOM 0 event handler called twice when a separate handler is attached via jQuery</li>
<li><a  href="http://bugs.jquery.com/ticket/6667">#6667</a>: submit event doesn’t delegate in IE* under certain conditions</li>
<li><a  href="http://bugs.jquery.com/ticket/6903">#6903</a>: special events need a way to determine whether they are being bound with .bind vs .live/.delegate</li>
<li><a  href="http://bugs.jquery.com/ticket/6942">#6942</a>: JQuery.event.fix causes unnecessary reflows in IE when handling key events</li>
<li><a  href="http://bugs.jquery.com/ticket/7139">#7139</a>: “hover” event alias should work for .bind as well as .live</li>
<li><a  href="http://bugs.jquery.com/ticket/7161">#7161</a>: Submit event on a form element not unbound properly in IE</li>
<li><a  href="http://bugs.jquery.com/ticket/7444">#7444</a>: Submitting form with “Enter” instead of button click on ie8 or ie7 triggers live submit event twice.</li>
<li><a  href="http://bugs.jquery.com/ticket/8157">#8157</a>: Focusing an already focused text field will prevent the change event from firing in IE</li>
<li><a  href="http://bugs.jquery.com/ticket/8728">#8728</a>: Event ‘mouseenter’ not firing when the element being left is removed on leaving</li>
<li><a  href="http://bugs.jquery.com/ticket/8789">#8789</a>: Meta: Event Property Hooks</li>
<li><a  href="http://bugs.jquery.com/ticket/8858">#8858</a>: Special events – _default method doesn’t have access to the `data` argument of the trigger method</li>
<li><a  href="http://bugs.jquery.com/ticket/8866">#8866</a>: IE8 input[type=file] delegated change event files only on blur</li>
<li><a  href="http://bugs.jquery.com/ticket/8982">#8982</a>: bind(“unload someOther”) =&gt; on unload, handler is not executed only once.</li>
<li><a  href="http://bugs.jquery.com/ticket/9069">#9069</a>: when hover over a child of an element, mouseleave fires when using live or delegate</li>
<li><a  href="http://bugs.jquery.com/ticket/9279">#9279</a>: delegate() bind does not handle mouseover/mouseout and mouseenter/mouseout correctly for selected elements</li>
<li><a  href="http://bugs.jquery.com/ticket/9393">#9393</a>: Unify and DRY out event system</li>
<li><a  href="http://bugs.jquery.com/ticket/9593">#9593</a>: Delegated submit event is not instanceof jQuery.Event in IE</li>
<li><a  href="http://bugs.jquery.com/ticket/9724">#9724</a>: Infinite loop in trigger function when window.parentNode is a DOM element</li>
<li><a  href="http://bugs.jquery.com/ticket/9901">#9901</a>: event.handleObj.namespace incorrect when using .delegate</li>
<li><a  href="http://bugs.jquery.com/ticket/9933">#9933</a>: jQuery.fn.toggle() should store state in private data object</li>
<li><a  href="http://bugs.jquery.com/ticket/9951">#9951</a>: Wrong order in .trigger() when DOM is modified in a handler</li>
<li><a  href="http://bugs.jquery.com/ticket/10375">#10375</a>: Do not include `type` in jQuery.event.props</li>
<li><a  href="http://bugs.jquery.com/ticket/10438">#10438</a>: Rename jQuery.event.propHooks =&gt; .fixHooks</li>
<li><a  href="http://bugs.jquery.com/ticket/10468">#10468</a>: Remove deprecated jQuery.event.guid and jQuery.event.proxy</li>
<li><a  href="http://bugs.jquery.com/ticket/10489">#10489</a>: Disconnected elements bubble to window on .trigger()</li>
<li><a  href="http://bugs.jquery.com/ticket/6782">#6782</a>: carefully allow more strings to use innerHTML</li>
<li><a  href="http://bugs.jquery.com/ticket/7037">#7037</a>: Duplicate mouseover and mouseout events added to cloned element.</li>
<li><a  href="http://bugs.jquery.com/ticket/3144">#3144</a>: Inconsistent cross-browser results from .text() method</li>
<li><a  href="http://bugs.jquery.com/ticket/5637">#5637</a>: Boolean (and Empty) Attribute Selectors Fail</li>
<li><a  href="http://bugs.jquery.com/ticket/6863">#6863</a>: faster getText</li>
<li><a  href="http://bugs.jquery.com/ticket/7128">#7128</a>: attribute selector is inconsistent between qSA and Sizzle due to use of DOM properties</li>
<li><a  href="http://bugs.jquery.com/ticket/8539">#8539</a>: Sizzle cache collision in browsers without querySelectorAll</li>
<li><a  href="http://bugs.jquery.com/ticket/9261">#9261</a>: Has Attribute not working in filter/children/siblings</li>
<li><a  href="http://bugs.jquery.com/ticket/9570">#9570</a>: Selector $(‘form[name=".."]‘) returns zero elements in IE8 under some conditions</li>
<li><a  href="http://bugs.jquery.com/ticket/10178">#10178</a>: $(window).is(“a”) &gt;&gt; Uncaught TypeError: Cannot call method ‘toLowerCase’ of undefined</li>
<li><a  href="http://bugs.jquery.com/ticket/10315">#10315</a>: Sizzle ignores seed argument when using positional selectors</li>
<li><a  href="http://bugs.jquery.com/ticket/5145">#5145</a>: jQuery.support.opacity = false in the Chrome browser</li>
<li><a  href="http://bugs.jquery.com/ticket/6809">#6809</a>: Add jQuery.support.fixedPosition</li>
<li><a  href="http://bugs.jquery.com/ticket/10449">#10449</a>: Function $(“#id”).closest(“.class”) returns element $(“#id”) itself if it has .class</li>
</ul>
<p>Falls ihr diese Beta-Version mit euren Applikationen testet, solltet ihr eventuell gefundene Bugs unter <a  href="http://bugs.jquery.com/" target="_blank">bugs.jquery.com</a> melden.</p>
<p>Download: <a  href="http://code.jquery.com/jquery-1.7b2.js">jQuery 1.7 Beta 2 (Unkomprimiert)</a></p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-beta-2-freigegeben.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery 1.7 Beta 1 erschienen</title>
		<link>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-beta-1-erschienen.html</link>
		<comments>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-beta-1-erschienen.html#comments</comments>
		<pubDate>Thu, 29 Sep 2011 06:04:43 +0000</pubDate>
		<dc:creator>René Galuba</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://www.galuba.net/?p=6973</guid>
		<description><![CDATA[Gestern ist die erste Beta-Version von jQuery 1.7 veröffentlicht worden, das teilt dmethvin unter blog.jquery.com mit. In jQuery 1.7 sind mit on() und mit off() zwei neue Event-Apis eingeführt worden, deren Anwendung auf dem folgenden Bild ganz gut erklärt wird. &#8230; <a href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-beta-1-erschienen.html">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>Gestern ist die erste Beta-Version von <a  title="jQuery 1.6.4 steht zum Download bereit" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-164-steht-zum-download-bereit.html">jQuery</a> 1.7 veröffentlicht worden, das teilt dmethvin unter <a  href="http://blog.jquery.com/2011/09/28/jquery-1-7-beta-1-released/" target="_blank">blog.jquery.com</a> mit.<span id="more-6973"></span></p>
<p>In <a  title="jQuery 1.6.3 veröffentlicht" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-3-veroeffentlicht.html">jQuery</a> 1.7 sind mit on() und mit off() zwei neue Event-Apis eingeführt worden, deren Anwendung auf dem folgenden Bild ganz gut erklärt wird. Weitere Neuerungen könnt ihr dem unten aufgeführten Changelog entnehmen.</p>
<div id="attachment_6977" class="wp-caption aligncenter" style="width: 610px"><a  href="http://www.galuba.net/wp-content/uploads/2011/09/jquery17-new-api.jpg" class="thickbox no_icon" rel="gallery-6973" title="Neue Event API in jQuery 1.7"><img class="size-full wp-image-6977" title="Neue Event API in jQuery 1.7" src="http://www.galuba.net/wp-content/uploads/2011/09/jquery17-new-api.jpg" alt="" width="600" height="222" /></a><p class="wp-caption-text">Neue Event API in jQuery 1.7</p></div>
<p>Falls ihr diese Beat-Version mit euren Applikationen testet, solltet ihr auch eventuelle Bugs unter <a  href="http://bugs.jquery.com/" target="_blank">bugs.jquery.com</a> melden.</p>
<h3>jQuery 1.7 BETA 1 Change Log</h3>
<h3>Ajax</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/9399">#9399</a>: Deprecate jqXHR.success and jqXHR.error</li>
</ul>
<h3>Attributes</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/5479">#5479</a>: removeAttr: remove multiple attributes</li>
<li><a  href="http://bugs.jquery.com/ticket/10278">#10278</a>: checkboxEl.attr(‘checked’) returns stale value after checkboxEl.click()</li>
</ul>
<h3>Core</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/6485">#6485</a>: Solution for HTML5 in IE</li>
<li><a  href="http://bugs.jquery.com/ticket/7102">#7102</a>: Register jQuery as a CommonjS async module</li>
<li><a  href="http://bugs.jquery.com/ticket/9453">#9453</a>: $.inArray does not support fromIndex</li>
</ul>
<h3>Css</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10267">#10267</a>: IE8 and window is(‘:visible’) crashes</li>
</ul>
<h3>Data</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/7323">#7323</a>: Allow removing multiple data keys at once with $.fn.removeData</li>
<li><a  href="http://bugs.jquery.com/ticket/8909">#8909</a>: $(element).data() will scan all attributes more than needed.</li>
<li><a  href="http://bugs.jquery.com/ticket/8921">#8921</a>: jQuery private data should stay private</li>
</ul>
<h3>Deferred</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/8856">#8856</a>: Request: deferred.isUnresolved()</li>
<li><a  href="http://bugs.jquery.com/ticket/9033">#9033</a>: try{ } finally{ } error in IE8</li>
<li><a  href="http://bugs.jquery.com/ticket/9398">#9398</a>: Proposal for Improved Deferreds</li>
</ul>
<h3>Effects</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/5684">#5684</a>: Effects: exception in animation callback causes endless loop</li>
<li><a  href="http://bugs.jquery.com/ticket/6150">#6150</a>: .stop sometimes doesn’t clear .delay</li>
<li><a  href="http://bugs.jquery.com/ticket/6641">#6641</a>: Calling stop() within animation finished callback causes other animations to freeze</li>
<li><a  href="http://bugs.jquery.com/ticket/8685">#8685</a>: Animations should keep track of animation state in order to properly address stacked animations</li>
<li><a  href="http://bugs.jquery.com/ticket/9280">#9280</a>: Allow multiple effect queues for animate()</li>
<li><a  href="http://bugs.jquery.com/ticket/9548">#9548</a>: animate does not work with fill-opacity css property for svg elements</li>
</ul>
<h3>Event</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/3368">#3368</a>: event.metaKey should be assigned to event.ctrlKey on Non-Mac only</li>
<li><a  href="http://bugs.jquery.com/ticket/6170">#6170</a>: jQuery(window).scroll(); causes IE* to scroll to 0,0</li>
<li><a  href="http://bugs.jquery.com/ticket/6319">#6319</a>: Regression: stopPropagation inside change handlers in IE is incorrectly applied to keydown event</li>
<li><a  href="http://bugs.jquery.com/ticket/6386">#6386</a>: support data argument for live events via “event.special.live.add”</li>
<li><a  href="http://bugs.jquery.com/ticket/6593">#6593</a>: IE8: DOM 0 event handler called twice when a separate handler is attached via jQuery</li>
<li><a  href="http://bugs.jquery.com/ticket/6667">#6667</a>: submit event doesn’t delegate in IE* under certain conditions</li>
<li><a  href="http://bugs.jquery.com/ticket/6705">#6705</a>: focus() causes focus event to be handled twice in IE8</li>
<li><a  href="http://bugs.jquery.com/ticket/6903">#6903</a>: special events need a way to determine whether they are being bound with .bind vs .live/.delegate</li>
<li><a  href="http://bugs.jquery.com/ticket/6942">#6942</a>: JQuery.event.fix causes unnecessary reflows in IE when handling key events</li>
<li><a  href="http://bugs.jquery.com/ticket/7139">#7139</a>: “hover” event alias should work for .bind as well as .live</li>
<li><a  href="http://bugs.jquery.com/ticket/7161">#7161</a>: Submit event on a form element not unbound properly in IE</li>
<li><a  href="http://bugs.jquery.com/ticket/7444">#7444</a>: Submitting form with “Enter” instead of button click on ie8 or ie7 triggers live submit event twice.</li>
<li><a  href="http://bugs.jquery.com/ticket/8157">#8157</a>: Focusing an already focused text field will prevent the change event from firing in IE</li>
<li><a  href="http://bugs.jquery.com/ticket/8728">#8728</a>: Event ‘mouseenter’ not firing when the element being left is removed on leaving</li>
<li><a  href="http://bugs.jquery.com/ticket/8789">#8789</a>: Meta: Event Property Hooks</li>
<li><a  href="http://bugs.jquery.com/ticket/8858">#8858</a>: Special events – _default method doesn’t have access to the `data` argument of the trigger method</li>
<li><a  href="http://bugs.jquery.com/ticket/8866">#8866</a>: IE8 input[type=file] delegated change event files only on blur</li>
<li><a  href="http://bugs.jquery.com/ticket/8982">#8982</a>: bind(“unload someOther”) =&gt; on unload, handler is not executed only once.</li>
<li><a  href="http://bugs.jquery.com/ticket/9069">#9069</a>: when hover over a child of an element, mouseleave fires when using live or delegate</li>
<li><a  href="http://bugs.jquery.com/ticket/9279">#9279</a>: delegate() bind does not handle mouseover/mouseout and mouseenter/mouseout correctly for selected elements</li>
<li><a  href="http://bugs.jquery.com/ticket/9393">#9393</a>: Unify and DRY out event system</li>
<li><a  href="http://bugs.jquery.com/ticket/9593">#9593</a>: Delegated submit event is not instanceof jQuery.Event in IE</li>
<li><a  href="http://bugs.jquery.com/ticket/9724">#9724</a>: Infinite loop in trigger function when window.parentNode is a DOM element</li>
<li><a  href="http://bugs.jquery.com/ticket/9901">#9901</a>: event.handleObj.namespace incorrect when using .delegate</li>
<li><a  href="http://bugs.jquery.com/ticket/9933">#9933</a>: jQuery.fn.toggle() should store state in private data object</li>
<li><a  href="http://bugs.jquery.com/ticket/9951">#9951</a>: Wrong order in .trigger() when DOM is modified in a handler</li>
</ul>
<h3>Manipulation</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/6782">#6782</a>: carefully allow more strings to use innerHTML</li>
<li><a  href="http://bugs.jquery.com/ticket/7037">#7037</a>: Duplicate mouseover and mouseout events added to cloned element.</li>
</ul>
<h3>Selector</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/5637">#5637</a>: Boolean (and Empty) Attribute Selectors Fail</li>
<li><a  href="http://bugs.jquery.com/ticket/7128">#7128</a>: attribute selector is inconsistent between qSA and Sizzle due to use of DOM properties</li>
<li><a  href="http://bugs.jquery.com/ticket/9261">#9261</a>: Has Attribute not working in filter/children/siblings</li>
<li><a  href="http://bugs.jquery.com/ticket/9570">#9570</a>: Selector $(‘form[name=".."]‘) returns zero elements in IE8 under some conditions</li>
<li><a  href="http://bugs.jquery.com/ticket/10178">#10178</a>: $(window).is(“a”) &gt;&gt; Uncaught TypeError: Cannot call method ‘toLowerCase’ of undefined</li>
<li><a  href="http://bugs.jquery.com/ticket/10315">#10315</a>: Sizzle ignores seed argument when using positional selectors</li>
</ul>
<h3>Support</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/6809">#6809</a>: Add jQuery.support.fixedPosition</li>
</ul>
<p>Download: <a  href="http://code.jquery.com/jquery-1.7b1.js" target="_blank">jQuery 1.7 Beta 1 Unkomprimiert</a></p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-7-beta-1-erschienen.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.6.4 steht zum Download bereit</title>
		<link>http://www.galuba.net/programmierung/jquery-programmierung/jquery-164-steht-zum-download-bereit.html</link>
		<comments>http://www.galuba.net/programmierung/jquery-programmierung/jquery-164-steht-zum-download-bereit.html#comments</comments>
		<pubDate>Tue, 13 Sep 2011 12:28:10 +0000</pubDate>
		<dc:creator>René Galuba</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://www.galuba.net/?p=6394</guid>
		<description><![CDATA[Gestern ist mit jQuery 1.6.4 das vierte Minor-Release von jQuery 1.6 veröffentlicht worden und behebt einen Bug bei der Unterstützung der Mime-Types application/xhtml in jQuery 1.6.3. Weitere Informationen zu dem gestrigen Release könnten ihr dem untenstehenden Changelog oder auf blog.jquery.com &#8230; <a href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-164-steht-zum-download-bereit.html">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>Gestern ist mit <a  title="jQuery 1.6.1 behebt Fehler der Version 1.6" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-1-behebt-fehler-der-version-1-6.html">jQuery</a> 1.6.4 das vierte Minor-Release von <a title="jQuery 1.6 erschienen" href="../programmierung/jquery-programmierung/jquery-1-6-erschienen.html">jQuery 1.6</a> veröffentlicht worden und behebt einen Bug bei der Unterstützung der Mime-Types <em>application/xhtml</em> in <a  title="jQuery 1.6.3 veröffentlicht" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-3-veroeffentlicht.html">jQuery 1.6.3</a>.<span id="more-6394"></span></p>
<p>Weitere Informationen zu dem gestrigen Release könnten ihr dem untenstehenden Changelog oder auf <a  href="http://blog.jquery.com/2011/09/12/jquery-1-6-4-released/" target="_blank">blog.jquery.com</a> entnehmen.</p>
<p>Download: <a  href="http://code.jquery.com/jquery-1.6.4.min.js">jQuery 1.6.4 Minified und Gzipped</a><br />
Download: <a  href="http://code.jquery.com/jquery-1.6.4.js">jQuery 1.6.4 Unkomprimiert</a></p>
<h3>jQuery 1.6.4 Changelog</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10194">#10194</a>: Data attribute names with single dash-surrounded letters cannot be accessed by the camel-case name</li>
</ul>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10208">#10208</a>: $(“form”).live(“submit”, fn) not fired from &lt;button type=”submit”&gt; in IE8</li>
</ul>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10197">#10197</a>: Bug with mime-type application/xhtml+xml in jquery 1.6.3</li>
</ul>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.galuba.net/programmierung/jquery-programmierung/jquery-164-steht-zum-download-bereit.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery 1.6.3 veröffentlicht</title>
		<link>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-3-veroeffentlicht.html</link>
		<comments>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-3-veroeffentlicht.html#comments</comments>
		<pubDate>Fri, 02 Sep 2011 06:25:05 +0000</pubDate>
		<dc:creator>René Galuba</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://www.galuba.net/?p=5923</guid>
		<description><![CDATA[Gestern ist mit jQuery 1.6.3 das dritte Minor-Release von jQuery 1.6 veröffentlicht worden und verbessert unter anderem die Unterstützung von HTML 5,  auch eine Cross-site scripting (XSS)-Lücke wurde geschlossen. Weitere Informationen zu dem gestrigen Release könnten ihr dem untenstehenden Changelog &#8230; <a href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-3-veroeffentlicht.html">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>Gestern ist mit <a  title="jQuery 1.6.1 behebt Fehler der Version 1.6" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-1-behebt-fehler-der-version-1-6.html">jQuery</a> 1.6.3 das dritte Minor-Release von <a  title="jQuery 1.6 erschienen" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-erschienen.html">jQuery 1.6</a> veröffentlicht worden und verbessert unter anderem die Unterstützung von HTML 5,  auch eine Cross-site scripting (XSS)-Lücke wurde geschlossen.<span id="more-5923"></span></p>
<p>Weitere Informationen zu dem gestrigen Release könnten ihr dem untenstehenden Changelog oder auf <a  href="http://blog.jquery.com/2011/09/01/jquery-1-6-3-released/" target="_blank">blog.jquery.com</a> entnehmen.</p>
<p>Download: <a  href="http://code.jquery.com/jquery-1.6.3.min.js">jQuery 1.6.3 Minified und Gzipped</a><br />
Download: <a  href="http://code.jquery.com/jquery-1.6.3.js">jQuery 1.6.3 Unkomprimiert</a></p>
<div id="attachment_5932" class="wp-caption aligncenter" style="width: 620px"><a  href="http://www.galuba.net/wp-content/uploads/2011/09/jquery.png" class="thickbox no_icon" rel="gallery-5923" title="jQuery 1.6.3"><img class="size-large wp-image-5932" title="jQuery 1.6.3" src="http://www.galuba.net/wp-content/uploads/2011/09/jquery-610x150.png" alt="" width="610" height="150" /></a><p class="wp-caption-text">jQuery 1.6.3</p></div>
<h3>Changelog von jQuery 1.6.3</h3>
<h3>Ajax</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/9255">#9255</a>: jQuery.parseXML error handling does not work in webkit browsers</li>
<li><a  href="http://bugs.jquery.com/ticket/9854">#9854</a>: Pass statusText through instead of “normalizing” it</li>
<li><a  href="http://bugs.jquery.com/ticket/9887">#9887</a>: jQuery.ajaxSetup may cause unnecessary memory usage</li>
<li><a  href="http://bugs.jquery.com/ticket/9970">#9970</a>: Typo in ajax.js: status should be jqXHR.status?</li>
<li><a  href="http://bugs.jquery.com/ticket/10098">#10098</a>: Encode comment-like Accept headers to avoid mobile carrier mangling</li>
</ul>
<h3>Attributes</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/9630">#9630</a>: foo.contents().hasClass() returns incorrect value</li>
<li><a  href="http://bugs.jquery.com/ticket/9699">#9699</a>: removeAttr(‘style’) does not consistently remove the style attribute in webkit</li>
<li><a  href="http://bugs.jquery.com/ticket/9719">#9719</a>: removeAttr(‘disabled’) doesn’t change input’s color on IE6</li>
<li><a  href="http://bugs.jquery.com/ticket/9979">#9979</a>: .prop(‘tabIndex’) returns inconsistent results for elements that have not yet set tabIndex</li>
<li><a  href="http://bugs.jquery.com/ticket/9980">#9980</a>: Simplify the attr code by using getAttributeNode for everything in IE6/7</li>
</ul>
<h3>Build</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/9988">#9988</a>: Minimal License Header in compressed jQuery</li>
</ul>
<h3>Core</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/9521">#9521</a>: XSS with $(location.hash) and $(#) is needed?</li>
<li><a  href="http://bugs.jquery.com/ticket/9897">#9897</a>: try-catch isPlainObject detection</li>
<li><a  href="http://bugs.jquery.com/ticket/10076">#10076</a>: $.inArray crashes IE6 and Chrome if second argument is `null` or `undefined`</li>
</ul>
<h3>CSS</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/6652">#6652</a>: Remove filter:alpha(opacity=100) after animation</li>
<li><a  href="http://bugs.jquery.com/ticket/9572">#9572</a>: Support -ms-transform in .css() method</li>
<li><a  href="http://bugs.jquery.com/ticket/10021">#10021</a>: Can’t add negative numbers using the relative-value syntax with .css() and .animate()</li>
</ul>
<h3>Data</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/8235">#8235</a>: jQuery.data throws a script error in certain circumstances</li>
<li><a  href="http://bugs.jquery.com/ticket/9318">#9318</a>: HTML5 data attributes has strange behaviour with if attribute names contain numbers</li>
<li><a  href="http://bugs.jquery.com/ticket/9413">#9413</a>: $.fn.removeData does not remove data with a dash in a name</li>
<li><a  href="http://bugs.jquery.com/ticket/9779">#9779</a>: Allow non-null|undefined evaluation of data property values</li>
<li><a  href="http://bugs.jquery.com/ticket/9794">#9794</a>: jQuery.fn.data() correctly handle access to arbitrary data property values</li>
<li><a  href="http://bugs.jquery.com/ticket/10016">#10016</a>: Cannot retrieve “false-y” values under key names with dashes using jQuery.data method</li>
<li><a  href="http://bugs.jquery.com/ticket/10080">#10080</a>: unload from frame’s window breaks in IE8</li>
</ul>
<h3>Dimensions</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/10123">#10123</a>: .width() can return a float in Firefox 6</li>
</ul>
<h3>Effects</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/9381">#9381</a>: Animations halt when the browser is out of focus due to requestAnimationFrame</li>
<li><a  href="http://bugs.jquery.com/ticket/9678">#9678</a>: setInterval cleared by animation</li>
</ul>
<h3>Event</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/7071">#7071</a>: Accessing the ‘type’ property on VML elements fails on IE during submit special handler</li>
</ul>
<h3>Manipulation</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/9587">#9587</a>: Cloning a div with an object causes error in IE8</li>
</ul>
<h3>Support</h3>
<ul>
<li><a  href="http://bugs.jquery.com/ticket/9634">#9634</a>: Visible “t” character in upper left corner during support.js init</li>
<li><a  href="http://bugs.jquery.com/ticket/9823">#9823</a>: IE 8 crashes when using background-image on BODY in css</li>
<li><a  href="http://bugs.jquery.com/ticket/9440">#9964</a>: test/support.js module strictEqual typo</li>
<li><a  href="http://bugs.jquery.com/ticket/10029">#10029</a>: $.support.scriptEval removed, but still included in documentation</li>
</ul>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-3-veroeffentlicht.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery Visual Cheat Sheet 1.6</title>
		<link>http://www.galuba.net/programmierung/jquery-programmierung/jquery-visual-cheat-sheet-1-6.html</link>
		<comments>http://www.galuba.net/programmierung/jquery-programmierung/jquery-visual-cheat-sheet-1-6.html#comments</comments>
		<pubDate>Tue, 17 May 2011 08:00:19 +0000</pubDate>
		<dc:creator>René Galuba</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[CheatSheet]]></category>

		<guid isPermaLink="false">http://www.galuba.net/?p=4903</guid>
		<description><![CDATA[Antonio Lupetti hat sein jQuery Visual Cheat Sheet auf die Version 1.6 aktualisiert. Das neue Cheat Sheet beinhaltet alle Funktionen und Ausdrücke, die in der jQuery 1.6 API verfügbar sind. Download:  PDF-Dokument (auch für das iPad optimiert) Download: Scribd Version]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>Antonio Lupetti hat sein <a  href="http://woorkup.com/2011/05/12/jquery-visual-cheat-sheet-1-6/" target="_blank">jQuery Visual Cheat Sheet</a> auf die Version 1.6 aktualisiert. Das neue Cheat Sheet beinhaltet alle Funktionen und Ausdrücke, die in der <a  title="jQuery 1.6.1 behebt Fehler der Version 1.6" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-1-behebt-fehler-der-version-1-6.html">jQuery 1.6 API</a> verfügbar sind.<span id="more-4903"></span></p>
<div id="attachment_4906" class="wp-caption aligncenter" style="width: 625px"><a  href="http://www.galuba.net/wp-content/uploads/2011/05/jquery-cheat-sheet-16.jpg" class="thickbox no_icon" rel="gallery-4903" title="jQuery - Cheat Sheet 1.6"><img class="size-large wp-image-4906" title="jQuery - Cheat Sheet 1.6" src="http://www.galuba.net/wp-content/uploads/2011/05/jquery-cheat-sheet-16-615x292.jpg" alt="" width="615" height="292" /></a><p class="wp-caption-text">jQuery - Cheat Sheet 1.6</p></div>
<p>Download:  <a  href="http://woorkup.com/wp-content/uploads/2011/05/jQuery-1.6-Visual-Cheat-Sheet.pdf" target="_blank">PDF-Dokument</a> (auch für das iPad optimiert)<br />
Download: <a  href="http://www.scribd.com/doc/55305532/jQuery-1-6-Visual-Cheat-Sheet" target="_blank">Scribd Version</a></p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.galuba.net/programmierung/jquery-programmierung/jquery-visual-cheat-sheet-1-6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.6.1 behebt Fehler der Version 1.6</title>
		<link>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-1-behebt-fehler-der-version-1-6.html</link>
		<comments>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-1-behebt-fehler-der-version-1-6.html#comments</comments>
		<pubDate>Fri, 13 May 2011 09:32:33 +0000</pubDate>
		<dc:creator>René Galuba</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://www.galuba.net/?p=4830</guid>
		<description><![CDATA[Soeben wurde von John Resig das erste Update für das vor kurzem veröffentlichte jQuery 1.6 freigegeben. Da die Funktion .attr(&#8220;Wert&#8221;) keine benutzbaren Werte lieferte, wird dieses Update dringend empfohlen. jQuery 1.6.1 comes with several bug fixes as well as an &#8230; <a href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-1-behebt-fehler-der-version-1-6.html">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>Soeben wurde von John Resig das erste Update für das <a  title="jQuery 1.6 erschienen" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-erschienen.html">vor kurzem veröffentlichte jQuery 1.6</a> freigegeben. Da die Funktion <strong>.attr(&#8220;Wert&#8221;) </strong>keine benutzbaren Werte lieferte, wird dieses Update dringend empfohlen.<span id="more-4830"></span></p>
<blockquote><p>jQuery 1.6.1 comes with several bug fixes as well as an update to the Attributes module.</p></blockquote>
<p>Weitere Informationen zu jQuery 1.6.1 findet ihr im <a  href="http://blog.jquery.com/2011/05/12/jquery-1-6-1-released/" target="_blank">offiziellen jQuery Blog</a>.</p>
<p>Download: <a  href="http://code.jquery.com/jquery-1.6.1.min.js">jQuery 1.6.1 Minified und Gzipped</a><br />
Download: <a  href="http://code.jquery.com/jquery-1.6.1.js">jQuery 1.6.1 Unkomprimiert</a></p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-1-behebt-fehler-der-version-1-6.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jQuery 1.6 erschienen</title>
		<link>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-erschienen.html</link>
		<comments>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-erschienen.html#comments</comments>
		<pubDate>Wed, 04 May 2011 07:41:49 +0000</pubDate>
		<dc:creator>René Galuba</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://www.galuba.net/?p=4731</guid>
		<description><![CDATA[In der letzten Nacht ist jQuery 1.6 veröffentlicht worden. Die beliebte Javascript-Bibliothek wurde weiter in Ihrer Geschwindigkeit optimiert. Je nachdem, welcher Browser benutzt wird, sind einige Befehle bis zu fünfmal schneller wie noch in der Version 1.5. Einige Details zu &#8230; <a href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-erschienen.html">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>In der letzten Nacht ist <a  href="http://blog.jquery.com/2011/05/03/jquery-16-released/" target="_blank">jQuery 1.6</a> veröffentlicht worden. Die beliebte Javascript-Bibliothek wurde weiter in Ihrer Geschwindigkeit optimiert. Je nachdem, welcher Browser benutzt wird, sind einige Befehle bis zu fünfmal schneller wie noch in der <a  title="jQuery 1.5 in der finalen Version erschienen" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-5-in-der-finalen-version-erschienen.html">Version 1.5</a>.<span id="more-4731"></span></p>
<p>Einige Details zu jQuery 1.6 habe ich ja bereits vor Kurzem <a  title="jQuery 1.6 RC 1 erschienen" href="http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-rc-1-erschienen.html">veröffentlicht</a>. jQuery 1.6 ist wie gewohnt unter <a  href="http://docs.jquery.com/Downloading_jQuery" target="_blank">docs.jquery.com</a> in der <a  href="http://code.jquery.com/jquery-1.6.js" target="_blank">unkomprimierten</a> und in der <a  href="http://code.jquery.com/jquery-1.6.min.js" target="_blank">Minifed-Version</a> verfügbar.</p>
<p>Nach dem Release ist vor dem Release, denn die Arbeiten an jQuery 1.7 haben bereits begonnen. Falls die Entwickler in ihrem aktuellen Veröffentlichungs-Rhythmus bleiben, wird die kommende Version Ende Juni/Anfang Juli erscheinen.</p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.galuba.net/programmierung/jquery-programmierung/jquery-1-6-erschienen.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

