Delicious

Delicious

10552 bookmarks
Custom sorting
Question about, I think, Ajax -- filtering content - fancybox | Google Groups
Question about, I think, Ajax -- filtering content - fancybox | Google Groups
blah blah See table 1 Linked-to page (bigPage.html): blah blah ... ... <----- I just want the content of this div! .... ... And the FancyBox script: $("a.table").fancybox({ 'type': 'ajax', 'ajax': { dataFilter: function(data) { var fakeBody = $(data); // <---- fakeBody is a context which can now be used to manipulate the context fakeBody = $('#mainContent', fakeBody); // <---- extract the part you want from fakeBody and assign it back to fakeBody return(fakeBody); // <---- FancyBox will only display this part in the lightbox } } });
·groups.google.com·
Question about, I think, Ajax -- filtering content - fancybox | Google Groups
Ajax Load Container Contents | CSS-Tricks
Ajax Load Container Contents | CSS-Tricks
Use jQuery to replace a section of the page with that same section of the page from a different URL. The trick is to grab the contents of the section, not the section itself.
·css-tricks.com·
Ajax Load Container Contents | CSS-Tricks
Dynamic Page / Replacing Content | CSS-Tricks
Dynamic Page / Replacing Content | CSS-Tricks
This article is an update to this old article, which had an ugly demo and a variety of techniques in it no longer probably considered good practices. This
·css-tricks.com·
Dynamic Page / Replacing Content | CSS-Tricks
The Ultimate WordPress Theme Development Glossary
The Ultimate WordPress Theme Development Glossary
This post is an attempt to provide a glossary for the common terms used in WordPress Themes. This glossary will help new WordPress users understand the features offered by a theme and they can make...
·wplift.com·
The Ultimate WordPress Theme Development Glossary