Re: Update a DIV jQuery

2009-05-10 Thread Enrique

And you should always keep a good Cheatsheet under your pillow:
http://www.gscottolson.com/weblog/2008/01/11/jquery-cheat-sheet/

- Enrique

On 9 Mai, 17:19, Dave Maharaj :: WidePixels.com
d...@widepixels.com wrote:
 As i drop prototype and move forward with jQuery i need to find replacements
 for the AJAX i have in my app.
 How do I update DIV? Originally I had used the update with prototype which
 ran a function and replaced the div content with the data retrieved from the
 function. What is the replacement for that with Jquery? Looking thru Google
 and jquery site but cant seem to find what i would need.

 Can someone point me in a general direction for the equivalent of prototypes
 update?

 Thanks,

 Dave
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Update a DIV jQuery

2009-05-09 Thread Dave Maharaj :: WidePixels.com
As i drop prototype and move forward with jQuery i need to find replacements
for the AJAX i have in my app.
How do I update DIV? Originally I had used the update with prototype which
ran a function and replaced the div content with the data retrieved from the
function. What is the replacement for that with Jquery? Looking thru Google
and jquery site but cant seem to find what i would need.
 
Can someone point me in a general direction for the equivalent of prototypes
update?
 
Thanks,
 
Dave

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Update a DIV jQuery

2009-05-09 Thread Dardo Sordi Bogado

$('#div_id').load(url);

On Sat, May 9, 2009 at 5:19 PM, Dave Maharaj :: WidePixels.com
d...@widepixels.com wrote:
 As i drop prototype and move forward with jQuery i need to find replacements
 for the AJAX i have in my app.
 How do I update DIV? Originally I had used the update with prototype which
 ran a function and replaced the div content with the data retrieved from the
 function. What is the replacement for that with Jquery? Looking thru Google
 and jquery site but cant seem to find what i would need.

 Can someone point me in a general direction for the equivalent of prototypes
 update?

 Thanks,

 Dave
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Update a DIV jQuery

2009-05-09 Thread Dardo Sordi Bogado

Also have a look at : http://docs.jquery.com/Ajax

On Sat, May 9, 2009 at 6:09 PM, Dardo Sordi Bogado dardoso...@gmail.com wrote:
 $('#div_id').load(url);

 On Sat, May 9, 2009 at 5:19 PM, Dave Maharaj :: WidePixels.com
 d...@widepixels.com wrote:
 As i drop prototype and move forward with jQuery i need to find replacements
 for the AJAX i have in my app.
 How do I update DIV? Originally I had used the update with prototype which
 ran a function and replaced the div content with the data retrieved from the
 function. What is the replacement for that with Jquery? Looking thru Google
 and jquery site but cant seem to find what i would need.

 Can someone point me in a general direction for the equivalent of prototypes
 update?

 Thanks,

 Dave
 



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---