Kategorie: jQuery

Load formular with ajax and display it in fancybox lightbox

Just a code snippet: The link: <a href="#" id="the-opener-link" data-url="/link/to/form">Open form</a> The JavaScript: $('#the-opener-link').click(function(event) { $.fancybox.open({ href:$(this).attr('data-url'), type: 'ajax', afterShow: function() { $(".fancybox-inner form").bind("submit", function () { $.fancybox.showLoading(); $.ajax({ type: "POST", cache: false, url:...

Nützliche Links zum Thema jQuery

jQuery++: jQuery Hilfsklassen, um beispielsweise mit Cookies komfortabel zu hantieren. 3 jQuery Plugins für schönere Typografie 5 kostenlose jQuery-Bildergalerien für Responsive Webdesign jQuery Boilerplate: Schnellstart bei der Plugin-Entwicklung jCanvas – Manipulation des Canvas-Elements mit...

Making jQuery UI tabs (aka tabs 3) bookmarkable

What do I need? The history plugin of the ajaxy project Using tabs and history events for data exchange between tabs and history plugin. That’s all. Now the hash will be updated if you...