|
Simple JQuery way to detect links pointing to external domains |
Ever wanted to detect links on your site that point to other domains? A few times in the past I've had requests to be able to pick out all the hyperlinks from a site that move a user to a different domain.
|
Book review: jQuery 1.4 Animation Techniques: Beginners Guide |
|
JQuery Sortable Drag and Drop lists and a server side AJAX save |
This article explains how you can use a few JQuery interactions to create a sortable drag and drop list and save its state to a server side processing template.
|
JQuery datatable with added FancyBox and auto refresh |
This is relatively straightforward to do, but there are several key concepts to getting everything working correctly, so I've broken it down into a few chunks.