php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "jQuery Sortable"

What is the main issue with using jQuery UI Sortable with mySQL in PHP?

The main issue with using jQuery UI Sortable with mySQL in PHP is that the order of the items in the database may not be updated to reflect the new or...

Are there any best practices for integrating jQuery UI Sortable with mySQL in a PHP project?

When integrating jQuery UI Sortable with mySQL in a PHP project, one best practice is to use AJAX to send the updated order of the sortable items to a...

How can hidden form fields be dynamically populated with values from a sortable list using jQuery to submit data to the server?

To dynamically populate hidden form fields with values from a sortable list using jQuery, you can listen for changes in the list order and update the...

How can jQuery Sortable be used to collect IDs of sortable elements and send them to the server using Fetch API?

When using jQuery Sortable to allow users to reorder elements on a web page, you may want to collect the IDs of the sorted elements and send them to t...

What are the best practices for assigning unique IDs to elements in a sortable list using jQuery?

When working with a sortable list in jQuery, it is important to assign unique IDs to each element to ensure proper sorting functionality. One way to a...

Showing 1 to 5 of 665 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 132 133 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.