KidsIL

Asaf Zamir – Chief Technology Officer and Cloud Consultant

  • CLOUD
  • AWS
  • NODEJS
  • SERVERLESS
  1. Home »
  2. Tag: jquery
  • 4 Cool homemade jQuery plugins!

    Posted on Jan 2, 2014
    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...
    Read more ›
    Tagged with jquery, javascript, image gallery
    Posted in Technology
  • Hover Effect in Javascript (like in FireBug)

    Posted on Sep 26, 2013
    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...
    Read more ›
    Tagged with jquery, javascript, js, firebug, hover event
    Posted in Technology
  • Chosen.js - a proper Select box solution with javascript

    Posted on Oct 7, 2012
    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...
    Read more ›
    Tagged with jquery, javascript, select box
    Posted in Technology
  • Jquery Click function excluding child elements

    Posted on May 12, 2011
    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...
    Read more ›
    Tagged with click, jquery
    Posted in Technology
  • Jparallax, the jQuery plugin that killed flash.

    Posted on Mar 3, 2011
    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...
    Read more ›
    Tagged with flash, jquery, parallax
    Posted in Technology
  • The Inability to automate forms via jQuery or Php

    Posted on Nov 4, 2010
    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.
    Read more ›
    Tagged with browser automation, jquery, php
    Posted in Technology
  • Welcome to KidsIL

    A blog for Cloud, Crypto, and Web Development


    MeanJS articles I wrote a while back:
    • MEAN, the LAMP Stack of 2014
    • MEAN.JS Installation
    • Basics of MeanJS
    • Testing on MeanJS
    • Generating with MeanJS and Yeoman Generator

    Take a look at Meteoro.
    A Pomodoro app built with Meteor.
    For those who like to work on their productivity.


    If you're into Django, feel free to mess with AgriCatch, the engine I've built for Berlin On Feier (events app) that grew well beyond the app, into a general data aggregation library.
  • Recent Posts

    • Git commit lint
    • Jekyll 4 Conflict errors
    • Miro, Figma, or Draw.io
    • Upgrading Jekyll 2.x to 4.x
    • Adventures of a very old Jekyll Setup

© 2022 KidsIL