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

opinion

Identifying and Preventing Transaction Laundering

Recently, a few merchants approached me after receiving compliance notifications from their acquirer about transaction laundering. They were unsure what it meant, and unsure how to identify and fix the problem.

Cathy Beardsley ·
profile

WIA: Alexis Fawx Levels Up as Multifaceted Entrepreneur

As more performers look to diversify, expanding their range of revenue streams and promotional vehicles, some are spreading their entrepreneurial wings to create new businesses — including Alexis Fawx.

Women In Adult ·
opinion

Navigating Age-Related Regulations in Europe

Age verification measures are rapidly gaining momentum across Europe, with regulators stepping up efforts to protect children online. Recently, the U.K.’s communications regulator, Ofcom, updated its timeline for implementing the Online Safety Act, while France’s ARCOM has released technical guidance detailing age verification standards.

Gavin Worrall ·
opinion

Why Cyber Insurance Is Crucial for Adult Businesses

From streaming services and interactive platforms to ecommerce and virtual reality experiences, the adult industry has long stood at the forefront of online innovation. However, the same technology-forward approach that has enabled adult businesses to deliver unique and personalized content to consumers worldwide also exposes them to myriad risks.

Corey D. Silverstein ·
opinion

Best Practices for Payment Gateway Security

Securing digital payment transactions is critical for all businesses, but especially those in high-risk industries. Payment gateways are a core component of the digital payment ecosystem, and therefore must follow best practices to keep customer data safe.

Jonathan Corona ·
opinion

Ready for New Visa Acquirer Changes?

Next spring, Visa will roll out the U.S. version of its new Visa Acquirer Monitoring Program (VAMP), which goes into effect April 1, 2025. This follows Visa Europe, which rolled out VAMP back in June. VAMP charts a new path for acquirers to manage fraud and chargeback ratios.

Cathy Beardsley ·
opinion

How to Halt Hackers as Fraud Attacks Rise

For hackers, it’s often a game of trial and error. Bad actors will perform enumeration and account testing, repeating the same test on a system to look for vulnerabilities — and if you are not equipped with the proper tools, your merchant account could be the next target.

Cathy Beardsley ·
profile

VerifyMy Seeks to Provide Frictionless Online Safety, Compliance Solutions

Before founding VerifyMy, Ryan Shaw was simply looking for an age verification solution for his previous business. The ones he found, however, were too expensive, too difficult to integrate with, or failed to take into account the needs of either the businesses implementing them or the end users who would be required to interact with them.

Alejandro Freixes ·
opinion

How Adult Website Operators Can Cash in on the 'Interchange' Class Action

The Payment Card Interchange Fee Settlement resulted from a landmark antitrust lawsuit involving Visa, Mastercard and several major banks. The case centered around the interchange fees charged to merchants for processing credit and debit card transactions. These fees are set by card networks and are paid by merchants to the banks that issue the cards.

Jonathan Corona ·
opinion

It's Time to Rock the Vote and Make Your Voice Heard

When I worked to defeat California’s Proposition 60 in 2016, our opposition campaign was outspent nearly 10 to 1. Nevertheless, our community came together and garnered enough support and awareness to defeat that harmful, misguided piece of proposed legislation — by more than a million votes.

Siouxsie Q ·
Show More