
Introducing new pricing for Helpmonks
Discover Helpmonks' new pricing structure, featuring a flexible PRO plan, a FREE plan for smaller teams, and an exciting affiliate program. Experience unparalleled email management solutions today!
Read nowWithout a doubt the JQuery library is the most used Javascript framework for creating interactive web applications. Personally, I’m also a big fan of the JQuery UI Library and all it’s effects. Just makes it easy and straight forward to build interactive apps.
Recently, I’ve added the “selectable” effect. The jQuery UI Selectable plugin allows for elements to be selected by dragging a box (sometimes called a lasso) with the mouse over the elements. While this is working like advertised, I’ve came upon the issue that any link inside a selectable element was not working anymore. When I clicked on the link inside, it always called the function that I defined in the selectable() options.
After reading trough the whole docs, I’ve finally found out that one needs to tell the selectable() options to cancel it for links. Since we are all fans of real code, here is the solution:
[code]$("#selectme").selectable({
cancel: ‘a’,
stop: function(event, ui) {
}
});[/code]
Discover Helpmonks' new pricing structure, featuring a flexible PRO plan, a FREE plan for smaller teams, and an exciting affiliate program. Experience unparalleled email management solutions today!
Read nowDynamic email signatures increase brand visibility, build brand identity, and boost conversions. Learn how to create and update dynamic email signatures.
Read nowLooking for an email marketing automation software? This guide shows what to look for. We'll also review the best tools for your online marketing needs.
Read nowUsing customer engagement solutions helps you keep your existing customer base and grow. Here are the top 10 customer engagement solutions for your business.
Read nowEmpower your team and delight your customers.