1 answer
0 votes
Ajax observeField.
Hey folks,
I'm seriously don't know what to do anymore.. so I thought I just ask for your help.
I've got a dropdown box, and want to update a div, when the value in the dropdown changes.
So here my code:
echo $form->create('Add');
echo... 0 answers
0 votes
Ajax observeField not working in cake 1.3RC2
/ UPDATE 2 /
So I narrowed it down to the Security component, if I have it turned on then ajax doesn't work. If I turn it off, it does. Not sure why yet, looking in to it.
/ END UPDATE 2/
/ UPDATE /
I tested this with a fresh app, and it appears to...
0 answers
0 votes
How can the new Js Helper be used to observe an input and update a div?
First off, real beginner when it comes to javascript and jquery but I am attempting to migrate from 1.2 to 1.3 and the ajax library is being deprecated, so I think it wise to try to move from the ajax to the Js Helper.
I have been googling,...
1 answer
0 votes
Using observeField while typing to text field
My problem is as simple as observeField not updating while user is typing to text field. Now it is updating only when focusing out from text field.