Citation de code source en JavaScriptn° 148
          
           12 Juillet, 2014 à 02:23        
      $('a').click(function () {
            var id = '';
            var id2 = '';
            id = $(this).attr('id');
            id2 = $(this).attr('id');
            if (id == "search11") {
                //...
            }
            if (id2 == "search1") {
                //...
            }
            });