Hi,
var width = 10;
myJqueryObject.width(+width - 4);
> Wird vermutlich simpel dazu dienen, eine automatische Typ-Konvertierung herbeizuführen …
Ah nee, ergibt in diesem Fall eher weniger Sinn, wenn width = 10 direkt darüber steht.
Ist das der Original-Code?
Könnte auch sein, dass an der Stelle jemand (du?) einfach explizit darauf hinweisen wollte, dass hier das positive ein-fache von widht benutzt wird, wenn an anderer Stelle vielleicht mal das gegenteil -width auftaucht …?
MfG ChrisB
--
Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/