jQuery 1.4.2 and cakeJS conflict with one another when on the same page.
You will get an error in cakeJS line 3626:
container.appendChild(canvasContainer)
object has no method 'appendChild'
Tested in Chrome 4.1
appendChild is a DOM node method, so I don't think appendChild is a good
name for cakejs nodes to use.
Original issue reported on code.google.com by theczint...@gmail.com on 16 Apr 2010 at 6:42
Original issue reported on code.google.com by
theczint...@gmail.com
on 16 Apr 2010 at 6:42