• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

JQuery einbinden klappt nicht

Das type-Attrbut fällt in HTML5 ja auch nicht weg, sondern hat jetzt einfach "text/javascript" als Defaultwert.

In einem <script> muss ja auch nicht immer ausführbarer Code drin stehen:
The script element allows authors to include dynamic script and data blocks in their documents. [...]
When used to include data blocks (as opposed to scripts), the data must be embedded inline, the format of the data must be given using the type attribute, and the src attribute must not be specified.
 
Zurück
Oben