Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • I tried using this but get the error: Uncaught TypeError: Object [object Object] has no method 'randomize' Commented Oct 29, 2012 at 19:22
  • @jlg, you must call it on a JQuery object, like this: $(selector).randomize(optional_selector). You cannot call it on its own, like this: $.randomize(selector) Commented Mar 9, 2013 at 17:06
  • 2
    This should be the accepted answer.Russ Cam's solution gave some regressive results in the presence of other Maths Funcions. This works just fine. Commented Jul 18, 2018 at 7:49