
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Simple asset gem containing jquery mobile ui touch punch. This gem allows for enabling touch drag and drop for jquery sortable via a vendor assets gem. See jQuery UI Touch Punch
jQuery UI Touch Punch is a small hack that enables the use of touch events on sites using the jQuery UI user interface library.
Visit the official Touch Punch website.
https://github.com/furf/jquery-ui-touch-punch
https://github.com/geothird/touchpunch-rails
Add this line to your application's Gemfile:
gem 'touchpunch-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install touchpunch-rails
Add the jquery ui rails gem to your project:
gem 'jquery-ui-rails'
Just follow these simple steps to enable touch events in your jQuery UI app:
Include jQuery and jQuery UI on your page.
<%= javascript_include_tag :jquery %>
<%= javascript_include_tag :jquery-ui %>
Include Touch Punch after jQuery UI and before its first use.
Please note that if you are using jQuery UI's components, Touch Punch must be included after jquery.ui.mouse.js, as Touch Punch modifies its behavior.
<%= javascript_include_tag :jquery.ui.touch-punch %>
There is no 3. Just use jQuery UI as expected and watch it work at the touch of a finger.
<script>$('#widget').draggable();</script>
Add the following to any project file you want touch support along with the requirements below.
#= require jquery.ui.touch-punch
Include the required jquery ui library (from jquery-ui-rails):
#= require jquery.ui.widget
#= require jquery.ui.mouse
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that touchpunch-rails demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.