Hello I've been working on some javascript/jquery implementation and looking for the best way to proceed.
its an advanced select system => http://www.mixel.be/?q=node/20
I was thinking, maybe it can become part of the jstools?

I had an idea earlier on, its not a critic (just my 2 cents), would love your opinion about it. Why not having supporting modules for every js-feature, we can integrate it with the categories in 5.0 (make jstools the category and the components modules)? Just wondering if we won't get to many js-tools in the end.

cheers,
Mixel

Comments

nedjo’s picture

This looks potentially useful. Offhand I'd say it would probably be best as part of a very generic form library. In terms of jstools, the key issue is 'Jstools meet the criteria of "graceful degradation" or "progressive enhancement"--that is, they contribute additional functionality to pages that are fully usable without the Javascript.' Probably it would be possible to write what you're doing as an enhancement, but it would be a lot more work.

mixel’s picture

Status: Active » Closed (fixed)

Ok, good to know the criteria, yes than this is somthing more for a form libery.

Tnx for the feedback.