Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
becki:linux:javascript [2011-03-09 10:45] becki |
becki:linux:javascript [2011-03-21 17:04] (aktuell) becki |
||
---|---|---|---|
Zeile 224: | Zeile 224: | ||
* [[http://dojotoolkit.org/book/dojo-book-0-4/part-3-dojo-programming-model/global-dojo-objects|Using objects to simulate a namespace]] | * [[http://dojotoolkit.org/book/dojo-book-0-4/part-3-dojo-programming-model/global-dojo-objects|Using objects to simulate a namespace]] | ||
+ | |||
+ | ===== Constants == | ||
+ | |||
+ | ''const'' is mentioned in the [[https://developer.mozilla.org/en/JavaScript/Guide/Values%2c_Variables%2c_and_Literals#Constants|Mozilla guide]] but dosen't work with Rhino version :?: and probabaly neither with IE | ||
===== Events == | ===== Events == | ||
Zeile 395: | Zeile 399: | ||
See [[jrunscript]] | See [[jrunscript]] | ||
- | ===== Todo == | ||
- | * Intro to [[https://www.ibm.com/developerworks/xml/tutorials/x-jquerymobilejsontut/|JQM]] (jQuery Mobile) |