开发者

Creating a online webpage designer using jquery, is it hard?

开发者 https://www.devze.com 2023-01-10 13:52 出处:网络
I want to create an online web page editor using jquery. How complicated is this type of feature? (yes I know its hard to answer this)

I want to create an online web page editor using jquery.

How complicated is this type of feature? (yes I know its hard to answer this)

From wh开发者_StackOverflow社区at I can tell, you are simply referencing the various elements on the page and when a user selects a color in a colormap, you simply then cycle through the elements on the page that match a particular set of id's or classes and modify them.

I would also need to use jQuery live as new elements in the DOM will be added/removed.

Am I making it easier than it is?


You can try to figure out how jqueryui theme roller bookmarklet works: http://jqueryui.com/themeroller/developertool/

0

精彩评论

暂无评论...
验证码 换一张
取 消