Re: how to fatch data from mysql database using jQuery in my django project?

2013-04-17 Thread Gerald Klein
You have to call an action from jQuery and use the results passed back, you
can return it in json text etc, this will be returned to the jQuery ajax
get call.

$.get(url,function(data) {
 //use data here to inject html
});


On Wed, Apr 17, 2013 at 8:57 AM, Avnesh Shakya wrote:

> hi,
> please tell me someone, I want to fetch data dynamically using jquery
> from database.. how it is possible, give me a example... please help me, i
> need it in my project.
>Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 

Gerald Klein DBA

contac...@geraldklein.com

www.geraldklein.com 

geraldklein.wordpress.com

j...@zognet.com

708-599-0352


Arch Awesome, Ranger & Vim the coding triple threat.

Linux registered user #548580

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




how to fatch data from mysql database using jQuery in my django project?

2013-04-17 Thread Avnesh Shakya
hi,
please tell me someone, I want to fetch data dynamically using jquery 
from database.. how it is possible, give me a example... please help me, i 
need it in my project.
   Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.