I want to build a web page where user can select data from different html controls and form a conditional query. For instance
a == 2
and
b == 4
and
c == 6
or
x == 0
The data for a, b, c and x comes from html controls and user is also able to delete different conditions in the query.
Later I want to transform this query into json/xml and send it to the server.
Appreciate your suggestions for ui framework or live examples?
PS: I am using django framework and planning to use jquery.