Git Product home page Git Product logo

Comments (6)

mcm-ham avatar mcm-ham commented on June 19, 2024

[msilvalopes@4/11/2010]
is just do
[js script]
$("#list1").dragsort({ dragSelector: "div", dragBetween: true, dragEnd: saveOrder, placeHolderTemplate: "" });

	function saveOrder() {
		var serialStr = "";
		$("#list1 li").each(function(i, elm) { serialStr += (i > 0 ? "|" : "") + $(elm).children().html(); });
		$.post('submitOrder.php',{'neworder':serialStr},function(result){
			alert(result)
		});
	};

[example of work result on php]

from dragsort.

mcm-ham avatar mcm-ham commented on June 19, 2024

[msilvalopes@4/11/2010]
ops, i forgot to send the files

from dragsort.

mcm-ham avatar mcm-ham commented on June 19, 2024

[msilvalopes@4/11/2010]
p.s.: i forgot to say i disabled the second list

from dragsort.

mcm-ham avatar mcm-ham commented on June 19, 2024

[mcm_ham@25/02/2012]
Implemented for 0.4.

** Closed by mcm_ham 11/20/2010 2:37 PM

from dragsort.

mcm-ham avatar mcm-ham commented on June 19, 2024

[mcm_ham@25/02/2012]

from dragsort.

mcm-ham avatar mcm-ham commented on June 19, 2024

[llorca@13/12/2012]
Hi how can I dragsort stop and start? Or disable and enable? In other function.

Because I want to use with together Uploadify.

Photo instantly uploading I want to stop or disable dragsort.Thank you.

from dragsort.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.