I have a cakephp recipe website at http://www.projectpotluck.com I've been getting spam recipe submissions from a non-registered user. How is it possible to submit a recipe when not registered or...
No because I need to know which meal tile was dragged. They have to be identifiable. You have to submit to the next page which divs you dragged, that is which meal tile you chose.
I was asked at another forum why I want a sub_tile_id and this is my explanation. I'd like to know if it is even really necessary after all.
The jquery at http://myownmealplanner.com/mealplans/add...
Even if I remove the auto increment id and change sub_id to auto increment (since only one auto-increment is allowed) I still can't reset the auto increment to a value less than it has already been....
After dropping the id field, I tried both of these and got syntax errors
ALTER TABLE `tiles` MODIFY COLUMN `sub_id` INT NOT NULL AUTO_INCREMENT WHERE `user_id` = 2;
UPDATE TABLE `tiles` MODIFY...
You have to click on the link again to make them disappear. Maybe I will change that some time so it's more intuitive but now I'm stuck on the calendar code....
xelawho at http://www.webdeveloper.com/forum/showthread.php?270587-How-to-refresh-just-one-side-of-the-page&p=1242743#post1242743 suggested I use $(ui.draggable).appendTo($(this)); to keep the divs...
I gave the draggable divs a new class called rightSide when they're dragged to the right side. You can see that the class has changed because the background color turns to pink. Now that it's a new...
I tried implementing the jquery toggle function for 300, 400, and 800 meal tiles but there is a problem when you toggle back and forth. If you try clicking on for example the 300 cal tiles and then...