>FromYourCode();

Source code quote in JavaScript148

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

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

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

                //...
            }
            });

Check similar quotes

Share this quote