jorgebastida / django-dajax

Easy to use library to create asynchronous presentation logic with django and dajaxice
http://dajaxproject.com/
BSD 3-Clause "New" or "Revised" License
346 stars 99 forks source link

Two problems with examples on the web page #5

Closed gerdemb closed 14 years ago

gerdemb commented 14 years ago
  1. The example here http://dajaxproject.com/fullform/ doesn't show the definition of send_form() I had to look at the page source to see the Dajaxice.examples.send_form() command
  2. The example here http://dajaxproject.com/forms/ doesn't work in Internet Explorer. Not really a dajax bug, but still confusing. Here's a discussion of the issue: http://stackoverflow.com/questions/1293427/innerhtml-replace-does-not-reflect
jorgebastida commented 14 years ago

First of all thank you for the feedback.

  1. the send_form() definition added in the example page
  2. thanks for the advise, but dajax itself can't do anything. The example only tries to represent an easy way to modify the DOM. This cross browsing issues should be faced particularly in each development. Sorry
jorgebastida commented 14 years ago

Site upgraded