Tagged Questions
2
votes
2answers
320 views
Passing data from the cherrypy server-side to javascript client-side
Big picture question. I've got a cherrypy server running with all the shopping cart methods for my e-commerce site written in python. I'm working with jquery on the front end.
POSTing to my python ...
0
votes
2answers
365 views
generating javascript string in python
i have string stored in python variables, and i am outputting a html that contains javascript, and the i need to create javascript variables.
for ex, in python
title = "What's your name?"
i use ...