[jQuery] JQuery licensing questions

2008-11-10 Thread acesfull9
I am working on a web application project that utilizes jquery. I would like to be able to license the system I created to local businesses for a fee. Is this possible to do with jquery under either the MIT or GPL licenses? A license of the system will be purchased and the customer will host

[jQuery] Re: htmlspecialchars($string) equivalent

2008-01-11 Thread acesfull9
, acesfull9 [EMAIL PROTECTED] wrote: is there a javascript/jQuery equivalent to htmlspecialchars($string) in PHP- Hide quoted text - - Show quoted text -

[jQuery] html character encode

2008-01-10 Thread acesfull9
I have a form that on submit is doing an update/insert to a database via ajax. When it is an insert and it is successful I append a row to a table with the elements they entered (they are not sent back from the server, just a success, error result is returned). Maybe I have to send them back in

[jQuery] htmlspecialchars($string) equivalent

2008-01-10 Thread acesfull9
is there a javascript/jQuery equivalent to htmlspecialchars($string) in PHP