JavaScript Pop-under
Monday, January 23rd, 2012I recently had to do a pop under with JS and found the below snippet (can’t remember where anymore), I might need it again so I post it here for reference.... Read More
I recently had to do a pop under with JS and found the below snippet (can’t remember where anymore), I might need it again so I post it here for reference.... Read More
I often find myself wanting the empty() function of PHP in JavaScript, here it is:... Read More
I just have to post this little code listing. It’s basically a mix between stuff detailed in two prior posts, Keeping it DRY with Function.call and jQuery toggle and Using jQuery’s trigger for automated interfaces. It is however much simpler than either of the prior posts and therefore makes for a better example.... Read More
... Read More
There are basically only a few things involved in the successful creation of a lightwindow:... Read More
So I just finished an interface showing a search result which is paginated and sortable by column but the pagination and sorting is another story. Here we focus on the fact that each column’s visibility could also be toggled on and off.... Read More
Update: There is now a simpler example of the principles detailed here in the form of JQuery trigger and JS Function Call revisited. ... Read More
Update: This interface can be seen in a fully functioning state in the VizReader RSS reader.... Read More
I recently made a very simple but functional administrational interface using jQuery and Ajax to avoid having to refresh the page all the time thus simplifying development.... Read More
This tutorial will all be about managing loading data into multiple select lists and then save the selections in the list.... Read More