hi all,

as we all know javascript is doing great these days,and compatible with all langauges is best can see the effects using javascript libraries are really good like scriptalous,jquery and you have some resources u can share it with all community members to make world go around with javascript.

you can share any weblink having good effects or any javascript libraries.

thanx to all for bieng part of this query.

Dani AI

Generated

Good call starting a thread for JavaScript resources — and thanks to , , and for the early suggestions. Because this topic was started years ago, many old link lists can be stale. Below are a few up-to-date, maintained resources and a short checklist to help pick and test libraries and UI effects today.

Key references

Quick checklist when choosing a library or effect

  • Maintenance: check recent commits, issue activity and release cadence.
  • License: ensure it matches project needs (MIT/BSD are permissive; GPL is viral).
  • Size and performance: prefer small, focused libs or modular builds; test bundle impact.
  • Accessibility: UI effects should degrade gracefully and not rely on visual-only cues.
  • Compatibility: verify with Can I Use and test on target browsers/devices.

Tiny practical tip: detect a library before using it to avoid runtime errors.

if (window.jQuery) {
  // safe to use jQuery code
} else {
  // load fallback or use vanilla JS
}

Many of the older link collections in this thread are useful historically. For production work, prioritize maintained docs, community examples on CodePen/GitHub, and package-managed releases (npm + a CDN or bundler).

Recommended Answers

All 5 Replies

Another useful resource is:

come on guys lets include websites also in this category ,so if you know some site with some good effects on user interface than also we can share it,come on guys.....

http://interface.eyecon.ro/demos

try for these links also.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.