Posts Tagged ‘Javascript’
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
PHP style empty function for JavaScript
Monday, December 5th, 2011I often find myself wanting the empty() function of PHP in JavaScript, here it is:... Read More
JQuery trigger and JS Function Call revisited
Monday, November 29th, 2010I 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
jQuery Flash Banner rotator
Sunday, October 3rd, 2010... Read More
Custom LightWindow with jQuery – from scratch
Friday, October 1st, 2010There are basically only a few things involved in the successful creation of a lightwindow:... Read More
Showing and hiding table columns with jQuery
Thursday, September 9th, 2010So 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
Keeping it DRY with Function.call and jQuery toggle
Wednesday, September 1st, 2010Update: There is now a simpler example of the principles detailed here in the form of JQuery trigger and JS Function Call revisited. ... Read More
jQuery Drag and Drop to sort Tree
Sunday, March 7th, 2010... Read More
The basic C(R)UD
Sunday, January 10th, 2010I 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