Posts Tagged jquery
We want all fo the data all of the time
Posted by John in Information on March 30th, 2010
Sometimes we need to display a ridiculous amount of information be on the screen, whether that is product information, statistics, or other tabular type data. This often presents several problems: There isn’t enough room to display this data - There is enough room, but it’s all crammed in ...
Advanced docking using jQuery
Posted by John in JavaScript, Programming on June 8th, 2009
Some time ago I was doing some proof of concept: how Visual Studio docking functionality can be done with jQuery and unordered lists. Basically, the main goal was to implement multiple docking and undocking functionality. This tutorial will show you the results of PoC. via Advanced docking using jQuery. I wouldn't mind using something like this on ...
jQuery Highlight Plugin | bartaz @ GitHub
Posted by John in JavaScript, Programming on June 8th, 2009
It will probably not be a big surprise that jQuery Highlight plugin can be used to highlight pieces of text on a page. It's based on great Highlight plugin by Johann Burkard. To be honest most of the credit should go to him, as all I did was a little refactoring and customisation (so blame ...
jQuery Delay Plugin – EvanBot.com
Posted by John in Programming on April 6th, 2009
I'm a big fan of jQuery and for all it's super awesomeness, it doesn't yet have a native "delay" method. I went looking for something that could delay some meny actions for me today and fortunately I found someone had written this little plugin :-) A simple jQuery plugin that allows you to add a delay ...
jQuery API browser
Posted by John in Programming on February 2nd, 2009
If you use jQuery (or have to deal with jQuery code written by others), a new API browser has been released to coincide with the release of jQuery 1.3 http://api.jquery.com/ features a very nice search indeed, you can type in any of the jQuery functions and the list of results is update in real time. A ...
jQuery 1.3.1 Released
Posted by John in JavaScript, Programming on January 22nd, 2009
Only a very short time after the initial 1.3.0 release of jQuery - we're seeing 1.3.1 released to fix a few bugs present in the previous version. With the 1.3.x releases, the jQuery developers have also decided to stop providing a "packed" version of the script, the reasons cited being performance and compatibility reasons. The minified ...
JavaScript Will Save Us All
Posted by John in CSS, HTML, JavaScript, Programming on October 23rd, 2008
A while back, I woke up one morning thinking, John Resig’s got some great CSS3 support in jQuery but it’s all forced into JS statements. I should ask him if he could set things up like Dean Edwards‘ IE7 script so that the JS scans the author’s CSS, finds the advanced selectors, does any necessary ...
Recent Comments