Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for a JavaScript based carousel such as absolute website. The main part that I am interested in is that it slides in a similar way to the main site flash, highlighting one item/image at a time and items are in a line.
Plug-in for any kind of library is welcome but indeed I would prefer jQuery based one as I have used it for my earlier works.
And yes I have done lots of googling but wasn't lucky enough :)
jCarousel is still a classic.
I can't open your example so I'm not sure it has all the features you want.
Check out the jQuery UI Carousel. It's still in development, but usable :)
MooFlow is beautiful!
EDIT: ImageFlow seems to a good alternative.
I'm a jQuery user. I've just used JCarousel w/ jQuery 1.3.2. on a Joomla 1.5.x.
It works fine even on Internet Explorer 6 (which is a pretty good thing, hehe). Hope it helps.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am currently looking around for a javascript example that can demonstrate the incompatibility or behavior issues in different browsers.
I have tried everything suggested here: Click here without luck.
Can anyone give me an example on this please. It is for teaching purposes.
Thanks in advance
P/S: The example should be applicable for all of the current modern browser (the latest version)
Try going to http://caniuse.com/. Different browsers will implement the latest features at different speeds and hence you can showcase the incompatibilities this way.
e.g.
(()=>console.log('hello'))();
works in chrome but not in IE11
var text = new Text('Oh, how quick that fox was!');
Works in chrome, but not IE.
There's a large list of incompatibilities at http://quirksmode.org/compatibility.html
Test page for the above constructor at http://quirksmode.org/dom/core/createElements.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I know these types of "questions" are discouraged but since I have quite specific needs I believe this question does have a definitive answer.
I need an image carousel that meets the following requirements:
I can make my own transitions (basically I want to apply a class and have a CSS transition)
Mobile support with swipe
My own markup if possible
Manual switching as well as automatic switching
Is there any library like this out there?
I've tried Flexslider but it doesn't allow me to have my own transitions.
Maybe I'm better off just using Swipe JS and writing my own transitions, though there are many edge cases to be aware of so I'd rather not do this myself.
jQuery Cycle is a very good plug in that mostly does what you want.
http://jquery.malsup.com/cycle/
You can use any of the default transitions or create your own named ones in the options.
http://jquery.malsup.com/cycle/adv2.html
I ended up using a custom built version for desktop and SwipeJS for touch devices.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I'm aware of timing issues in Javascript, how its not exact/off by milliseconds etc, but I need something to at least attempt to do browser-based scheduling.
In terms of features, I'm thinking something along the lines of scheduling patterns described here: http://www.sauronsoftware.it/projects/cron4j/manual.php#p02
Anything out there? I've done google searches and haven't found any implementation worth nothing.
I thought I'd give it a quick go -- obviously this isn't production-code-worthy yet. Have a look.
Pimping my own code here, but I'm busy developing cron.js and its ready for general use.
As long as js engines live inside a browser, I don
t think there's much drive for such a feature. Now.. if one made a server js engine...
Take a look at scheduler.codeeffects.com. I don't know how it works but it has a js-based interface, so may be their scheduling engine is js-based, too. Just trying to help :)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I"m looking to add rich-text in-place editing to a project (so people can see the results of their editing rendered straight away), and so am on the hunt for a rich-text editor that has an inline mode, or a way to use a rich-text editor for inline edits.
I've come across the neat-looking http://inplacericheditor.box.re/demos, but ideally, it'd be good to find one that's jQuery based, simply so that I can keep to a single JS library.
Cheers!
Have you tried CKEditor or FCKEditor?
I have experience working with jwysiwyg and is pretty good jquery based one. Try it.
Ah, here's exactly what i was looking for: a combination of the jQuery jEditable Plugin and TinyMCE. Am posting it here in case it helps others.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Does anyone have a good recommendation for a drop shadow jQuery plugin?
I've been working on a project that had every element on the page with a subtle drop shadow, we started using RUZEE to do the shadows but there was a severe performance hit when you had more then 4 or 5 shadows being calculated on the page.
I went to writing my own plugin, I call it simple shadow and it only uses jQuery to inject images in floating div's around the div you want a drop shadow. Nothing elegant but for the purpose of completing that site it worked without performance hits.
Now my plugin isn't anything special but I am still in search for a good light weight shadow plugin.
CSS 3 will support drop shadow. Firefox and Safari are already supporting the feature.
You might want to use that instead of the jQuery functionality, since it will run in browsers who have turned off javascript.
Take a look at http://www.css3.info/preview/box-shadow/ for a demo of the shadow.
The original site hosting the jQuery Dropshadow plugin has apparently gone down.
For anyone looking for it, I'm currently hosting it on my Dropbox account.
jQuery UI also provides drop shadow functionality.
The JQuery UI no longer supports shadow functionality.
try the FontEffect jQuery Plugin, sorry I can't post the link, but you can find it easily on google or jQuery plugin site.