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

Posted in Uncategorized | Tagged , , , | Leave a comment

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

Posted in Uncategorized | Tagged , , | 1 Comment