0
votes
0answers
28 views

CakePHP - DatePicker and TimePicker doesnt work when I make a request ajax ('change')

i'm using CakePHP with a datepicker and a timepicker. In my CakePHP aplicattion i use $this->Js->get('#tes')->event('change', $this->Js->request to populate different dropdown lists ...
0
votes
2answers
27 views

CAKEPHP find using a ajax request

I want to do a $this->find using a id of an ajax request. I has 2 selects and I want to, if I choice one option its return a select related with this id. This is my function: ...
1
vote
1answer
47 views

Login with CakePHP and jQuery Mobile

I'm building a mobile application with CakePHP 2.3 and jQuery Mobile. I'm having a tough time making the login work. I send out links that contain surveys, and if the user is not logged in on their ...
0
votes
2answers
26 views

Posting to controller with jquery ajax in CakePHP

I want to post data to a controller in CakePHP, but posting with JQuery always results in an error and I can't figure out why. In my view I have the following method, that posts the data to the ...
0
votes
0answers
22 views

CakePHP 2.3 AJAX dynamic form

I am trying to develop a CakePHP 2.3 application with a dynamic form and I am having trouble understanding how AJAX works with the newer versions of CakePHP. I have done a lot of google searching and ...
0
votes
1answer
49 views

cakephp - ajax request and action 'edit' does not work in simultaneous

i'm using ajax ($this->Js->get) to select an element of any dropdownlist and, then, populate other dropdownlist. but, i have those dropdownlists inside a form->create('User'). So, if i use ...
0
votes
1answer
53 views

JQuery Ajax request failing only in mobile browser

There are numerous posts where people ask this.. but it seems like the majority have issues when they use ajax requests for cross domain connection. I simply use this on the same domain and still ...
0
votes
2answers
47 views

Cakephp - Grab a form data with ajax

I'm trying to do a simple form mail with ajax. But, i'm can't grab the data from the form. My form: <?php echo $this->Form->create('Page', array('default' => false)); ?> <?php echo ...
0
votes
1answer
37 views

Cakephp not getting GET data through

I'm trying to pass a simple stringified int array into a json exression and sent through ajax. The request url and headers all look fine to me going from client to server, but in Cake the ...
0
votes
3answers
63 views

Ajax request isn't working in cakephp

I'm trying to do an ajax request in cakephp. My submit is #enviar. My action is pages/contato. This is my ajax request: $(document).ready(function() { $('#enviar').click(function(){ ...
0
votes
1answer
74 views

CakePHP 2.3 & jQuery 1.8: Sending arbitrary data via ajax to Cakephp controller

For complicated reasons not worth getting into, I need to send an array of data to a Cakephp controller, via AJAX, and preferably (though not necessarily) by jQuery. I know how to do this just fine ...
0
votes
0answers
55 views

Cakephp js helper form submit issue

<?php echo $this->Form->create('Property',array('id'=>'add_property'));?> <?$data = $this->Js->get('#add_property')->serializeForm( ...
0
votes
0answers
49 views

CakePHP Request Handler not working on Nginx

I have just moved from Apache to nginx and have issues with RequestHandler. I have lots of ajax tabs so on session timeout I am sending <script>window.location.href='/';</script> to have ...
0
votes
1answer
105 views

Why does my ajax request not work with hidden AJAX form inputs CakePHP 2.3

For some reason my ajax form does not work if I change my form elements to hidden. It does how ever work if i change them to inputs instead. Why would that be? Here is the view <div ...
-1
votes
3answers
67 views

ajax function not redirecting to other page

Hi, I have a ajax function, and I am not able to redirect to my desired controller in cakephp $.ajax( { type: "POST", url: "/NewEvents/some_function", data:array, async: true, ...
0
votes
1answer
83 views

Using JSON data in Jquery to populate text boxes

Ok, so I am using a combination of cakephp 1.2, jquery, and ajax with JSON. Here is what I'm doing: When a person inputs an employee id, I get the result of that employee id, if there is one, and I ...
0
votes
1answer
75 views

Cakephp Auth Redirect out of Ajax

So I am working on a ajax based application. When the sessions timesout, The user gets redirected to users/login in the ajax itself... I would like to have the user redirected completely to a ...
0
votes
1answer
80 views

Cake App with jQuery Ajax doesn't work on remote server :(

I've a problem with my Cake App. My action code is following: public function event($year, $month) { if($this->RequestHandler->isAjax()) return new ...
0
votes
3answers
66 views

Get .val() from a seleted item in a dropbox that was populated by Ajax (is Blank at source code!)

I've 3 fields in my form: State, City and district; When I select the state, the city dropbox is populated with the relative data. Then I need to autocomplete District passing as parameter the cityID ...
0
votes
1answer
110 views

CakePHP JsHelper Breaking Page Transitions in Jquery Mobile

I've been trying to figure out why certain pages of mine weren't working with Jquery Mobile's page transitions when I discovered the following code in my controller is breaking Jquery Mobile: public ...
0
votes
1answer
54 views

ajax java script for loop values fill up in html

i had received the json value in for loop....i need to fill all those values in my html division dynamically...its inserting one value ie...the last for loop value...how to create a table dynamically ...
0
votes
1answer
92 views

one click upload (ocupload) jquery plugin and cakephp 2

I'm trying to use the 'one click upload' plugin for jquery http://code.google.com/p/ocupload/wiki/Documentation it's a plugin which changes the normal input type="file" into whatever element you ...
0
votes
2answers
219 views

Processing a file upload with javascript before saving to database in Cakephp

I have a form that includes a file upload. I need to extract some meta information using javascript from the file before saving the contents of the form to my database. What would be the best way, ...
0
votes
1answer
110 views

Pagination through ajax and showing post on the same page

I am new to Cakephp, and I m stuck with this thing. my code is working properly but now i need some modification in my code. when I try to paginate my view through different pages it works but as each ...
0
votes
1answer
83 views

CakePHP Ajax pagination problems

I am using cakephp 2.2.2 and I want to create a simple ajax pagination. I am following this ( http://book.cakephp.org/2.0/en/core-libraries/helpers/js.html#ajax-pagination ) and I cant seem to get it ...
0
votes
0answers
34 views

Cakephp ajax login then print new form?

I'm studying cakePhp and today I tried to work with Ajax.I have this question : In View I have a login form Ajax that pass data to Controller.Now I want if login succes will print a new form in ...
1
vote
0answers
130 views

Cakephp 2 render multiple elements from 1 controller function

I call a Js link to update a product status (active/inactive) via ajax echo $this->Js->link('[X]', array('action' => 'deactivate', $p['Product']['id']), ...
0
votes
1answer
122 views

CakePHP 2/javscript - Ajax Multi Upload - how can I force page load when the upload has finished?

I'm using cakephp 2 alongside the wonderful Ajax Multi Upload plugin (I got it here: https://github.com/srs81/CakePHP-AjaxMultiUpload) Basically the plugin creates a button which activates a file ...
1
vote
1answer
232 views

Ajax form submit by clicking a checkbox with cakephp 2.0

The aim : a table, with a person on each line, and checkboxes, clicking a checkbox submit a form, for now one form for each checkbox. ...
0
votes
1answer
41 views

CakePHP-AjaxMultiUpload and Auth

my problem is, that I used this plugin https://github.com/srs81/CakePHP-AjaxMultiUpload/ and everything worked correctly. But now I "installed" it again, in a new project, and I got a ...
1
vote
1answer
71 views

dashboard timeline

I'm trying to implement a dashboard similar to facebook in cakephp (getting posts and post them to timeline and while you press see more it keeps retrieving posts from previous offsets) , but im still ...
0
votes
2answers
148 views

CakePHP and Ajax request url

I am currently using ajax in multiple controllers in my application. I implemented the ajax functionality using the jQuery supported version. $.ajax({ url:'getCountries', type: "POST", ...
0
votes
2answers
194 views

JQuery1.8.0: Sending files from forms via AJAX

I develop with CakePHP and initially thought this problem was Cake-related; it wasn't. I've re-written the question to make the answer I received more widely applicable I have a form <form ...
8
votes
3answers
317 views

How to display the data from database through tooltip?

i want to display the data from ajax request to tooltip, it's open in modal window right now, but I want to open it into the tooltip, how can I do that, I tried a lot but didn't get success, I stucked ...
0
votes
1answer
670 views

CakePHP Ajax Pagination

I am currently trying to get an ajax paginated list working. I think I'm close. When I click on the Previous, Next or individual page numbers, the correct results show but div.postsPaging is loaded ...
0
votes
1answer
208 views

cakephp passing selection to JS Helper

I want to get the selected schoolFilter form value and place in [SELECTED VALUE HERE]. $data = $this->Js->get('#SchoolFilter')->serializeForm(array('isForm' => true, 'inline' => ...
0
votes
1answer
186 views

how to return an ajax request response(data ) to client in cakephp 2.3

i am trying to add to database using ajax in cakephp 2.3, but don't know how to set the response but to the user with additional data which i would have used $this->set() for a normal request ...
0
votes
1answer
422 views

Ajax request in cakephp 2.x

I'm trying to send a simple ajax request in cakephp. I've to send ajax requests for many buttons. But I'm just trying a simple ajax request first. But it's not working for some reason. This is what ...
0
votes
1answer
141 views

jquery form plugin and cakephp 2 - submitting via ajax

I'm attempting to use the jquery form plugin to upload an image via ajax. I want the response to be the filename so that I can show the processes and saved version of the image on the same page that ...
0
votes
1answer
176 views

how to call the function in view file in cakephp?

i want to call the javascript function in view file in input field, how can I do that? <script> function new(){ // code } </script> <?php echo ...
1
vote
4answers
107 views

How to update the data in one region through ajax?

i want to upload the data in one region of four links, when I clicked the link1 it will load the data in specific region, and when I clicked the link 2 it will load the page on the same region where ...
0
votes
0answers
85 views

cakephp: Asynchronously Upload Files works only in local

I'm using the script coded here http://www.sitepoint.com/html5-ajax-file-upload/. I embodied it inside cakephp but it only works on local. My cakephp installation is the same in both local and ...
0
votes
1answer
247 views

2 AJAX calls in the same view (CakePHP 2.3)

I have problem with AJAX in CakePHP. I have 2 different AJAX forms in one view. The first AJAX form works well, but the other one doesn't work properly. When I call the second AJAX, it doesn't set ...
0
votes
3answers
47 views

ajax data error

I have a error on ajax data:value see my code <script> $(document).ready(function(){ $("#pros").change(function(e){ e.preventDefault() var value = $("#pros").val(); $.ajax({ type: ...
0
votes
2answers
221 views

append ajax-jquery data into dropdownlist in cakephp

Hi friends i am trying to append my ajax output into my dropdownlist.... My ajax function:- $.ajax({ url: "getcolumn", data: {value: value}, type: "POST", success: ...
0
votes
0answers
58 views

How to return table contents with Ajax

It's next part of my previous problem. Now jQuery is loading, clicking on Ajax link gives proper action (update of database entry) but i can't get update of table to work properly. Basicaly, i need - ...
0
votes
0answers
46 views

How to get value of highlited boxes in ajax?

I want to get value of highlighted data using jquery or ajax? for example if you select the data and it will be highlighted, how to get value of that highlighted data? and show in alert. I have also ...
-2
votes
2answers
125 views

How to get array through selected check boxes in jQuery or JavaScript?

I want to get array of user selected check boxes, for example if user select the product1 and in product1 the email is a@acom like that, if user select many check boxes I want all email data in the ...
0
votes
1answer
182 views

cakephp addCrumb Html Helper

I'm trying to use the breadcrumb functionality of the Html Helper in a Cake php application to create a breadcrumb trail. I followed the way they said to do it on the manual (scroll all the way to the ...
0
votes
0answers
113 views

CakePHP Js->link is not working as i supposed

I'm working on some internal bugtracking system. For workflow purposes i want to change status of every bug without need of reloading whole page. So i decided to try with AJAX - something new for me. ...

1 2 3 4 5 9