Skip to content

Instantly share code, notes, and snippets.

@fahadsuhaib
Created July 16, 2012 05:21
Show Gist options
  • Save fahadsuhaib/3120783 to your computer and use it in GitHub Desktop.
Save fahadsuhaib/3120783 to your computer and use it in GitHub Desktop.
jQueryUI with Pit
// F# code
jQueryUI("#dragEl")
.draggable(
[ "axis" => "y"
"containment" => "#demo-frame"
])
.ignore()
// Output
$("#dragEl").draggable({
axis: "y",
containment: "#demo-frame"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment