Jquery and Cake php problem

2014-04-27 Thread Sir Neiklot Bega
Hello, I'm trying to do a $('#div').load(/app/View/About/internal.php) To load a content in real-time in a div, This is working well in the localhost but when I put this code in the server, cakePhp is searching a Controller (View) to process this request, and then is retourning: POST

Re: Jquery and Cake php problem

2014-04-27 Thread Thomas von Hassel
What are you doing in internal.php that could not be done better and more correct in your controllers ? /thomas On 26 Apr 2014, at 11:53, Sir Neiklot Bega neiklotbe...@gmail.com wrote: Hello, I'm trying to do a $('#div').load(/app/View/About/internal.php) To load a content in

Re: autoComplete with jquery in cake 1.3

2013-05-30 Thread Arif Rahman
i got same problem, pls help thanks Pada Selasa, 29 Januari 2013 17:31:02 UTC+7, Chris menulis: hi guys,.. can you help me please,... I'm in cake 1.3 and using jquery libraries I got all setup, including jquery.autocomplete.min.js from Ajax Javascript helper

autoComplete with jquery in cake 1.3

2013-01-29 Thread Chris
hi guys,.. can you help me please,... I'm in cake 1.3 and using jquery libraries I got all setup, including jquery.autocomplete.min.js from Ajax Javascript helper http://www.cakephp.4uk.pl/ajax/autoComplete ,... I can see the fistnames in autocomplete form field, but I can't select them,...

Re: autoComplete with jquery in cake 1.3

2013-01-29 Thread lowpass
If you're seeing the results then it isn't a Cake problem. I'd guess CSS, probably with the floats. Have you tried installing Firebug? On Tue, Jan 29, 2013 at 5:31 AM, Chris chris...@yahoo.com wrote: hi guys,.. can you help me please,... I'm in cake 1.3 and using jquery libraries I got all

Re: autoComplete with jquery in cake 1.3

2013-01-29 Thread Chris
hi cricket,... thank you for your reply,... I did install Firebug,... and I don't see any errors,... is there a way I can contact you? What's you website or contact info,... On Tuesday, January 29, 2013 2:56:10 PM UTC-8, cricket wrote: If you're seeing the results then it isn't a Cake

Re: autoComplete with jquery in cake 1.3

2013-01-29 Thread Shahruk Khan
This is not a CakePHP issue. Most likely a javascript / CSS issue, I'd bet javascript. On Tuesday, January 29, 2013 5:31:02 AM UTC-5, Chris wrote: hi guys,.. can you help me please,... I'm in cake 1.3 and using jquery libraries I got all setup, including jquery.autocomplete.min.js from

ajax+jquery with cake

2010-04-23 Thread MANOJ DHAMAL
I m new with cake. i m usung jquery and ajax both with cake . when i include prototype.js in project then jquery not works . Any solution for that. thanks. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this

Re: ajax+jquery with cake

2010-04-23 Thread cricket
On Apr 23, 2:00 am, MANOJ DHAMAL manoj.dham...@gmail.com wrote: I m new with cake. i m usung jquery and ajax both with cake . when i include prototype.js in project then jquery not works . Any solution for that. Don't use prototype? OK, see here:

ajax+jquery with cake

2010-04-23 Thread MANOJ DHAMAL
Hi All, I ma first time working on project in cakephp . I m using ajax and jquery both in project. When i include prototype.js for ajax it affects to jquery, jquery not works . Any solution for this? Thanks. Check out the new CakePHP Questions site http://cakeqs.org and help

Re: ajax+jquery with cake

2010-04-23 Thread Annamalai
give jQuery.noConflict(); in jquey file and then try it will works Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group,

Re: jQuery with Cake forms

2009-08-27 Thread Mike
')); ? script type=text/javascript   $(function(){     $('#ModelField').datepicker();   }); /script -Matthttp://www.pseudocoder.com On Aug 26, 10:02 pm, Mike mike.pan...@gmail.com wrote: Hello! I'm looking to use jQuery with Cake, specifically with a form.  My plan was to use

jQuery with Cake forms

2009-08-26 Thread Mike
Hello! I'm looking to use jQuery with Cake, specifically with a form. My plan was to use a DatePicker (http://docs.jquery.com/UI/Datepicker) control instead of the default datetime drop-down menus, but it looks like the easy approach (give the datetime div an id that jQuery's DatePicker

Re: jQuery with Cake forms

2009-08-26 Thread Matt Curry
http://www.pseudocoder.com On Aug 26, 10:02 pm, Mike mike.pan...@gmail.com wrote: Hello! I'm looking to use jQuery with Cake, specifically with a form.  My plan was to use a DatePicker  (http://docs.jquery.com/UI/Datepicker) control instead of the default datetime drop-down menus, but it looks

Help with JQuery and Cake

2009-07-21 Thread Dave Maharaj :: WidePixels.com
I am uploading a file and the script uses name: 'data[Image][image]', to pass the file name to Cake. What I want to do is not use the file name the user enters and change the file name before the page is submitted. I can change the file name server side but then I need to run more queries to

Re: Help with JQuery and Cake

2009-07-21 Thread Dr. Loboto
Impossible. Browser security rules. Javascript can only read input type=file but not edit. On Jul 21, 11:43 pm, Dave Maharaj :: WidePixels.com d...@widepixels.com wrote: I am uploading a file and the script uses name: 'data[Image][image]', to pass the file name to Cake. What I want to do is

Re: Jquery and Cake

2007-02-27 Thread [EMAIL PROTECTED]:
On 2/26/07, nate [EMAIL PROTECTED] wrote: The jQuery interface is already being implemented, however, we don't take code from other projects for licensing reasons. Can you give us more details about the implementation of the JQuery interface. [EMAIL PROTECTED]

Re: Jquery and Cake

2007-02-27 Thread [EMAIL PROTECTED]
maybe you could checkout the code from svn if it's not in (1.2) trunk, you'll probably find it in the 1.2 branch, this branch containst the very latest fixes (might be buggy but that's not an issue here right ;-) On Feb 27, 8:36 am, [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: On 2/26/07, nate

Jquery and Cake

2007-02-26 Thread Ámon Tamás
Hello, There was some discuss about jQuery and cakePHP. I found a class what is a jquery helper class for php. Maybe it is usefull. http://www.ngcoders.com/php/pquery-php-and-jquery/ -- Ámon Tamás http://linkfelho.amon.hu --~--~-~--~~~---~--~~ You received

Re: Jquery and Cake

2007-02-26 Thread nate
The jQuery interface is already being implemented, however, we don't take code from other projects for licensing reasons. On Feb 26, 7:01 am, Ámon Tamás [EMAIL PROTECTED] wrote: Hello, There was some discuss about jQuery and cakePHP. I found a class what is a jquery helper class for php.

Re: Jquery and Cake

2007-02-26 Thread Olivier Percebois-Garve
From their homepage: License : MIT or GPL ( what ever you wish to use ) This should be compatible with cake's license, isn't it ? On 2/26/07, nate [EMAIL PROTECTED] wrote: The jQuery interface is already being implemented, however, we don't take code from other projects for licensing

Re: Jquery and Cake

2007-02-26 Thread nate
On cakephp.org, there's a bullet point that reads as follows: Clean IP - Every line of code was written by the CakePHP development team So no. On Feb 26, 8:28 am, Olivier Percebois-Garve [EMAIL PROTECTED] wrote: From their homepage: License : MIT or GPL ( what ever you wish to use ) This