-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: ajax
Django & Python Adventure Part 6
Today I am going to focus on incorporating JQuery into Django. If you’re following along this is material covered in chapter 6 of Ayman Hourieh’s “Django 1.0 Web Site Development”. The book was published in March 2009, so this will … Continue reading
jQuery to Web Service AJAX
jQuery to Web Service AJAX This is a bit wacky, but in the end it all makes perfect sense. jQuery has two functions you could use: get and put, but the function you’ll end up using is.ajax. Example: Let’s say … Continue reading