Skip to content

Instantly share code, notes, and snippets.

View allixsenos's full-sized avatar

Luka Kladarić allixsenos

View GitHub Profile

Simple Security Guidelines

Using an iDevice? (Best option)

  • Use an iPod or an iPad without a SIM card
  • Use an iPhone
  • Do not jailbreak
  • Always upgrade to new iOS versions
  • Use Brave browser

Need Secure chat?

@shadowhand
shadowhand / droppable_refresh.js
Created June 3, 2013 22:53
Immediate refresh of all jQuery UI Droppables. This is very necessary when you create Droppables when a Draggable is started.
// refresh droppables to work with a draggable that is already started
if ($.ui.ddmanager && $.ui.ddmanager.current) {
$.ui.ddmanager.prepareOffsets($.ui.ddmanager.current);
}