]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/js/js_jquery.tpl
A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / js / js_jquery.tpl
index 926357433e3e8289757481ee826cee31657982fe..e60962f3e23153dc303a9aaeaf299fc0f853f0e5 100644 (file)
@@ -26,7 +26,7 @@ var
                return new jQuery.fn.init( selector, context );
        },
 
-       // A simple way to check for HTML strings or ID strings
+       // A simple way to check for HTML strings or id strings
        // (both of which we optimize for)
        quickExpr = /^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,
        // Is it a simple selector
@@ -46,7 +46,7 @@ jQuery.fn = jQuery.prototype = {
                }
                // Handle HTML strings
                if ( typeof selector === "string" ) {
-                       // Are we dealing with HTML string or an ID?
+                       // Are we dealing with HTML string or an id?
                        var match = quickExpr.exec( selector );
 
                        // Verify a match, and that no context was specified for #id
@@ -61,7 +61,7 @@ jQuery.fn = jQuery.prototype = {
                                        var elem = document.getElementById( match[3] );
 
                                        // Handle the case where IE and Opera return items
-                                       // by name instead of ID
+                                       // by name instead of id
                                        if ( elem && elem.id != match[3] )
                                                return jQuery().find( selector );
 
@@ -1278,7 +1278,7 @@ jQuery.extend({
 \r
                var id = elem[ expando ];\r
 \r
-               // Compute a unique ID for the element\r
+               // Compute a unique id for the element\r
                if ( !id )\r
                        id = elem[ expando ] = ++uuid;\r
 \r
@@ -1291,7 +1291,7 @@ jQuery.extend({
                if ( data !== undefined )\r
                        jQuery.cache[ id ][ name ] = data;\r
 \r
-               // Return the named cache data, or the ID for the element\r
+               // Return the named cache data, or the id for the element\r
                return name ?\r
                        jQuery.cache[ id ][ name ] :\r
                        id;\r
@@ -2443,7 +2443,7 @@ jQuery.event = {
                if ( elem.setInterval && elem != window )
                        elem = window;
 
-               // Make sure that the function being executed has a unique ID
+               // Make sure that the function being executed has a unique id
                if ( !handler.guid )
                        handler.guid = this.guid++;