thoughtAddict / cakejs

Automatically exported from code.google.com/p/cakejs
0 stars 0 forks source link

jQuery 1.4.2 + cakejs doesn't play nice #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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