background preloader

Jquery

Facebook Twitter

jQuery UI Touch Punch - Touch Event Support for jQuery UI. Droppable Demos. Dynamic Drag’n Drop With jQuery And PHP. After publishing ScheduledTweets yesterday, I received e-mails asking "how the drag'n drop & saving the new positions to the database was working".

Dynamic Drag’n Drop With jQuery And PHP

Drag'n drop generally looks hard-to-apply but it is definitely not by using JavaScript frameworks. Here is, how it is done by using jQuery & jQuery UI: The Database: We create a simple database as below: The most important column in the database is recordListingID which shows us the order of the records. This feature can be applied to any table by adding such a column to it. The HTML: We'll be using an unordered list that is generated from a PHP query that lists the items according to the recordListingID value mentioned above. Here it is: 1. 2. Building a Custom HTML5 Audio Player with jQuery « Neutron Creations. We recently built an HTML5 audio player for Tim Van Damme's The Box, a new podcast where he interviews people who make cool stuff.

Building a Custom HTML5 Audio Player with jQuery « Neutron Creations

Tim wanted an HTML5 audio player on the site, and we put together some jQuery to hook up the player interface he designed. In this article we'll run through the code to explain how it works, covering a few caveats along the way. Here's the player interface, and the markup for it. As you can see, we have a few span elements for each component of the interface: playtoggle is the play/pause toggle button. gutter is the timeline track loading is the bar indicating the loading or buffering progress handle is the circular element that serves as the playhead, indicating current position in the audio file, and also acting as a drag handle to move to a different point of the audio timeleft is the play time remaining, in minutes and seconds.

ThemeRoller. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

ThemeRoller

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Phasellus mattis tincidunt nibh. Cras orci urna, blandit id, pretium vel, aliquet ornare, felis. Maecenas scelerisque sem non nisl. Fusce sed lorem in enim dictum bibendum. Nam dui erat, auctor a, dignissim quis, sollicitudin eu, felis. Lorem ipsum dolor sit amet, Nulla nec tortor. Nam congue semper tellus. Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam congue semper tellus. Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse scelerisque dui nec velit. Tooltips can be attached to any element. How do I get the coordinate position after using jQuery drag and drop.

JQuery Cycle Plugin - Option Reference. The cycle function can be passed a command string in the form: $('#slideshow').cycle('command');

JQuery Cycle Plugin - Option Reference

Cafundoestudio.com.br – Great Use Of The jQuery Framework. It’s Thursday – Time for Design of the Week.

Cafundoestudio.com.br – Great Use Of The jQuery Framework

Today’s selected website makes excellent use of the jQuery framework. Though it might not be the prettiest site out there, it’s definitely a good showcase for jQuery effects and shows you just how powerful the excellent framework is. Cafundo is a digital design studio focused on motion graphics, animation, illustration and innovative media solutions and is based in Florianópolis, Brazil. As you will soon find out, their website makes extensive use of the jQuery framework. Although admittedly, it might not run too smoothly on older computers, it’s good to see a company that is not scared of creating something different and original. When viewed as a whole, the website looks rather strange, as you will see from the following screenshot: This is one of those sites you really need to try yourself to fully appreciate the work involved in creating it.

Check it out: Cafundo What is your opinion on this site? Comments below! Create A Simple jQuery Drop Down Menu in 3 Simple Steps. This week’s Tutorial of the Week teaches you how to create a simple drop down menu which appears when you click on it, and disappears a second after your mouse pointer leaves it. 1) The elements you will need To create a drop down menu, you will need two items: A ButtonA Drop Down Menu To start off, we will be creating these two elements: I put in 2 random links in the sub menu just as a sample.

Create A Simple jQuery Drop Down Menu in 3 Simple Steps

CSS3 Animation With jQuery Fallbacks. In today's post, we'll be taking a look at how you can use CSS3 transitions to power your application's animations with jQuery's .animate() method as a fallback where transitions aren't supported.

CSS3 Animation With jQuery Fallbacks

The benefit of transitions is that unlike JavaScript based animations, they're hardware accelerated in certain browsers and mobile devices, resulting in a potentially smoother overall animation than you would normally experience. In a lot of cases your code will work seamlessly with the solutions presented today, so the effort involved in applying them is minimal.

Before we get started, if you'd prefer to see a sample of demos using today's fallbacks before reading the post, feel free to check some out below. All demos are hosted on jsFiddle so you can easily fork and play around with them straight away. Demo Gallery Interactive Demos Introduction to CSS3 Transitions.