educational

JQuery Lets Users Drag, Drop, Sort

One of the most compelling uses for jQuery is its ability to enhance the interactivity of next-gen user interface applications. In this arena, several techniques standout, such as the interactions offered by its Draggable, Droppable and Sortable plugins.

According to the jQuery UI website (www.jqueryui.com), the jQuery UI Draggable plugin makes selected elements draggable by mouse. To implement this technique, add the class ui-draggable to the draggable element. During drag, the plugin automatically adds the class ui-draggable-dragging to the desired element. For scripting dragand-drop events, the jQuery UI Droppable plugin provides a drop target for draggable elements.

Extending the power of Draggable, the jQuery UI Droppable plugin makes defined elements “droppable,” allowing them to accept draggable elements.

The action’s callbacks (start, stop, drag) each receive two arguments, including the original browser event and a UI object. These objects include the ui.helper, which is the object representing the element being dragged; ui.position, which provides the current position of the helper, relative to the offset element; and ui.offset, which gives the current absolute position of the helper, relative to the page.

“To manipulate the position of a draggable during drag,” states the jQuery UI website, “you can either use a wrapper as the draggable helper and position the wrapped element with absolute positioning, or you can correct internal values like so: $(this).data(‘draggable’) .offset.click.top -= x.”

Extending the power of Draggable, the jQuery UI Droppable plugin makes defined elements “droppable,” allowing them to accept draggable elements. The plugin allows users to specify individual draggable elements, or types of draggables to accept.

Due to this, the plugin provides an additional callback: ui.draggable, the current draggable element.

There are many applications where the ability to drag and drop page elements is very desirable, but what happens when the order of these elements requires reclassification?

Enter the jQuery UI Sortable plugin, which enables selected elements to be sortable by dragging them with a mouse. As with Droppable, additional callbacks are offered, including ui.item, which is the current dragged element; ui.placeholder (if one is defined); and ui.sender, identifying the sortable element where the item comes from.

While some applications for these technologies may seem overkill for adult, tools such as providing website subscribers with a customizable member’s area or gallery ranking experience will separate one site from its competitors. See how you can make these techniques work for your favorite online project!

Related:  

Copyright © 2025 Adnet Media. All Rights Reserved. XBIZ is a trademark of Adnet Media.
Reproduction in whole or in part in any form or medium without express written permission is prohibited.

More Articles

profile

WIA Profile: Lexi Morin

Lexi Morin’s journey into the adult industry began with a Craigslist ad and a leap of faith. In 2011, fresh-faced and ambitious, she was scrolling through job ads on Craigslist when she stumbled upon a listing for an assistant makeup artist.

Women In Adult ·
profile

Still Rocking: The Hun Celebrates 30 Years in the Game

In the ever-changing landscape of adult entertainment, The Hun’s Yellow Pages stands out for its endurance. As one of the internet’s original fixtures, literally nearly as old as the web itself, The Hun has functioned as a living archive for online adult content, quietly maintaining its relevance with an interface that feels more nostalgic than flashy.

Jackie Backman ·
opinion

Digital Desires: AI's Emerging Role in Adult Entertainment

The adult industry has always been ahead of the curve when it comes to embracing new technology. From the early days of dial-up internet and grainy video clips to today’s polished social media platforms and streaming services, our industry has never been afraid to innovate. But now, artificial intelligence (AI) is shaking things up in ways that are exciting but also daunting.

Steve Lightspeed ·
opinion

More Than Money: Why Donating Time Matters for Nonprofits

The adult industry faces constant legal battles, societal stigma and workplace challenges. Fortunately, a number of nonprofit organizations work tirelessly to protect the rights and well-being of adult performers, producers and industry workers. When folks in the industry think about supporting these groups, donating money is naturally the first solution that comes to mind.

Corey D. Silverstein ·
opinion

Consent Guardrails: How to Protect Your Content Platform

The adult industry takes a strong and definite stance against the creation or publication of nonconsensual materials. Adult industry creators, producers, processors, banks and hosts all share a vested interest in ensuring that the recording and publication of sexually explicit content is supported by informed consent.

Lawrence G. Walters ·
opinion

Payment Systems: Facilitator vs. Gateway Explained

Understanding and selecting the right payment platform can be confusing for anyone. Recently, Segpay launched its payment gateway. Since then, we’ve received numerous questions about the difference between a payment facilitator and a payment gateway. Most merchants want to know which type of platform best meets their business needs.

Cathy Beardsley ·
opinion

Reinventing Intimacy: A Look at AI's Implications for Adult Platforms

The adult industry has long revolved around delivering pleasure and entertainment, but now it’s moving into new territory: intimacy, connection and emotional fulfillment. And AI companions are at the forefront of that shift.

Daniel Keating ·
profile

WIA: Sara Edwards on Evolving Clip Culture and Creator Empowerment

Though she works behind the scenes, Sara Edwards has had a front-row seat to the evolution of adult content creation. Having been immersed in the sector since 1995, she has a unique perspective on the industry.

Jackie Backman ·
profile

Segpay Marks 20 Years of High-Risk Triumphs

Payment processors are behind-the-scenes players in the world of ecommerce, yet their role is critical. Ensuring secure, seamless transactions while navigating a rapidly changing regulatory landscape requires both technological expertise and business acumen.

Jackie Backman ·
opinion

The SCREEN Test: How to Prepare for Federal Age Verification

For those who are counting, there are now 20 enacted state laws in the United States requiring age verification for viewing online adult content, plus numerous proposed laws in the works. This ongoing barrage has been exhausting for many in the adult industry — and it may be about to escalate in the form of a potential new AV law, this time at the federal level.

Corey D. Silverstein ·
Show More