GrailsInAction / graina2

Source code for the 2nd edition of Grails in Action
90 stars 93 forks source link

Missing # in jQuery selectors #117

Open pledbrook opened 9 years ago

pledbrook commented 9 years ago

There are two code fragments after code listing 8.13 (page 222) that include $('tinyUrl') as a selector. This won't work because tinyUrl is of course not an element. It needs to be prefixed with a #.