link_to_remote vs remote_function
May 24th, 2007 by viestards
There is problem with link_to_remote function. While it is nothing more than remote_function with <a href="#"
thingies, it produces some wierd error because Django does not uses routes. In the same time remote_function works ok. Looks like I just add HTML stuff at the end.