-
Hello everyone! It's been a while (2 weeks!) since I've written a tech related post, but give me a break - it's the holidays! At any rate, I've decided to look into my archives and dig up some interesting skeletons, namely - jQuery plugins! About 2 years ago I was...
-
Or: Making a Select element effect. I’ve been trying to create an element selection tool for Javascript. The effect would be similar to FireBug (for those who know) - I just wanted to highlight whichever element the user has his mouse on. This proved to be more difficult than I...
-
Chosen.js is a very needed javascript library that handles select boxes beautifully. Finally there's a solution for basically all those annoying select box javascript tricks I had to do over and over again.. The Chosen.js library allows the possibility to search for items, choose multiple items, have sub headers inside...
-
I’ve been searching for a way to make a click function work only on a certain element, excluding the element’s children.. After a short search, I’ve found this function 1 2 3 4 5 $(".example").click(function(){ $(this).fadeOut("fast"); }).children().click(function(e) { return false; }); However it was disturbing some click functions I made...
-
Unbelievable mouse movement animation, I see it, but I still can believe how easy it is to implement it. Jparallax is a jQuery plugin that let's you have many layers moving around according to the mouse's position good example: http://webdev.stephband.info/parallax_demos.html This plugin let's you do some really awesome things, like...
-
I've tried it many times, but it seems impossible.
The reason is simple: the remote script checks the Headers
so you can't send data from another server.