![]() |
is not a function
Please help,
I am using this MooTools datepicker: http://www.styledisplay.com/mootoolsdatepicker/ but with the latest MooTools version: MooTools 1.4.5 I click on my textbox and select a date but the calendar stays on the screen and I cannot see my submit button. my FireFox console gave the following error: TypeError: dp.container.remove is not a function else if (dp.container) dp.container.remove(); here is the relevant Javascript code: Code:
|
I know nothing about MooTools, but should this have two $$
Code:
$$('select.dp_hide').removeClass('dp_hide'); |
thanks but that didn't work
|
I don't use mootools, either. But reading their documentation, I indeed see the method empty( ) noted:
http://mootools.net/docs/core/Elemen...#Element:empty But I do *NOT* see any method named remove( ). Perhaps you meant destroy( )? http://mootools.net/docs/core/Elemen...lement:destroy In any case, perhaps reading that documentation would help? |
| All times are GMT +1. The time now is 10:35 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.