Questions tagged [taconite]

an Ajax framework to update a DOM without writing javascript

Taconite is an Ajax-only JavaScript framework that greatly simplies adding Ajax to your web applications. The feature that sets Taconite apart from other Ajax frameworks (or JavaScript frameworks that include Ajax support) is that you can easily update the DOM without writing any JavaScript.

jQuery Taconite

Taconite Classic

5 questions
3
votes
5 answers

Setting the content-type of a response in Struts2

So, I'm using freemarker templates with Struts2 to formulate my responses. However, since I'm trying to use taconite as well, I need the response to be sent with the content type of "text/xml". I can't seem to find a way to use freemarker…
Thomas
  • 4,889
  • 4
  • 24
  • 19
0
votes
1 answer

Ajax replaces a bunch of HTML, how to update the associated jQuery actions like Drag And Drop?

So I've finally figured out a system for refreshing portions of the screen using Ajax, Taconite, and jQuery within Django, sortof like Ruby on Rails partials. I was pleased, but unfortunately, the code associated with clicking and drag and…
iJames
  • 640
  • 1
  • 7
  • 16
0
votes
1 answer

taconite form only works on first click

I have a jQuery "accordian" with each section(5) having a form. A few of these forms need to update some of the other forms so I'm trying the Taconite jQuery plugin. I have this working in that if you fill in one form, it passed the information to…
user3018152
  • 37
  • 1
  • 1
  • 7
0
votes
2 answers

Jquery/php/taconite radio buttons

I am new to Jquery and taconite I want to have a page that does the following It has multiple panels the first contains search criteria to submit a request to a mysql database The second panel contains the results of the search I would like to use…
0
votes
1 answer

IE issue with a combination of taconite & ajaxForm with file upload

I've a form with file upload and below a grid which lists the files uploaded. I'm using ajaxForm (jquery.form.js) to perform an ajax file upload. In response to the successful file upload, I expect a security-code (I create it on server) returned…
Hemant Tank
  • 1,724
  • 4
  • 28
  • 56