> Am 16.06.2014 um 12:29 schrieb Pieter van der Eems > <[email protected]>: > The problem you encounter here has to do with javascript. > Javascript does not allow you to do doc.123. > It will allow you to access the "123" of doc by using the alternate syntax:
+1 I'll only add it is also a good idea to use a tool to check your JavaScript syntax, eg jshint http://www.jshint.com They're also a number of online tools that would do the same. Cheers, Mike
