>DansTonCode();

Citation de code source en JavaScript148

 12 July 2014 à 02:23
$('a').click(function () {

            var id = '';
            var id2 = '';
            id = $(this).attr('id');
            id2 = $(this).attr('id');

            if (id == "search11") {
                //...
            }
            if (id2 == "search1") {

                //...
            }
            });

Allez voir les citations similaires

Partagez cette citation