views:

43

answers:

1

Does jQuery have any HTML page designer plugins. An ideal one would let draw/create page with HTML tags.

Maybe close to HTML editor programs like Dreamweaver.

A: 

Your question is a bit confusing. jQuery is a javascript library and is completely different than an editor or IDE. It is a resource you can use when creating web pages.

If you are looking for a jQuery HTML editor to embed on a page, I would check out jHtmlArea.

If you are looking for an easy way to create web pages for which you would then edit the source to add in some jQuery functionality, I would check out mozilla's SeaMonkey project or, if running linux, Quanta Plus.

Zugwalt