foundation / foundation-sites

The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites that work on any kind of device.
https://get.foundation
MIT License
29.67k stars 5.48k forks source link

Uncaught TypeError: Object [object Object] has no method 'placeholder' #643

Closed zzramesses closed 12 years ago

zzramesses commented 12 years ago

I did a custom download of foundation.

When I open the included index file I get the above error, but everything seems to work.

But when I start working on my project the error is breaking other scripts, specifically this one

http://codecanyon.net/item/jquery-social-stream/2103997

The plug-in above works when I don't enqueue foundation.js but then the tabs don't work..

In my project the error is instead Uncaught TypeError: Object [object Object] has no method 'customsForms'

hatefulcrawdad commented 12 years ago

Have you fixed this problem yet? It sounds like your index file is trying to use customForms or maybe you are using the customForms CSS without including the JS. Let us know if you are still seeing this issue.

bkrajendra commented 12 years ago

Uncaught TypeError: Object [object Object] has no method 'datepicker' I'm too having same issue when ever i try to use any jquery plugin with foundation plugin. Is there anything we have to change/configure to use Other jquery Plugins...?

quantuminformation commented 12 years ago

We also have the same issue, I just tried to use the contact form html in my project from my custom Foundation download. The demo contact form tabs work fine though

these are the errors, hope it helps :)

Uncaught TypeError: Object [object Object] has no method 'placeholder' app.js:11 Port error: Could not establish connection. Receiving end does not exist. miscellaneous_bindings:235

bkrajendra commented 11 years ago

placing all javascript in app.js will solve this issue!