﻿/*TugberkUgurlu.Com Copyright*/ /*Tugberk Ugurlu Personal Blog & Web Site*/
/*This stylesheet has been created by tugberk ugurlu*/
/*Contact: tugberk@tourismgeek.com, http://tourismgeek.com/tugberk, http://tugberkugurlu.com/ */
/*The rights of this page and the other content of this website has compyright*/
/*The usage of the content without permission would cause legal infraction*/
//-----------------------------------------------------------------------------------------------------------

/*for textbox mask*/ - /*without livequery - do the following - $('input').placeholder();*/$('input').livequery(function () {$(this).placeholder();});

$(document).ready(function () {

    $("button, input:submit, a", ".jquery-button-class").button();
    $("#mvcbloggy-me li").first().css("margin-left", "0");
    /*jquery-autocomplate*//*jquery-autocomplate*//*jquery-autocomplate*//*jquery-autocomplate*//*jquery-autocomplate*/
    /*$("#searchbox").autocomplete({
        source: "/Listing/GetTags",
        minLength: 2
    });*/

    /*if (navigator.platform == "iPad") return;*/

    /*jquery-lazyload*//*jquery-lazyload*//*jquery-lazyload*//*jquery-lazyload*//*jquery-lazyload*//*jquery-lazyload*/
    $("#entire-blog-container img").lazyload({

        placeholder: "/scripts/jquery.plugins/lazyload/lazyload.gif",

        effect: "fadeIn"

    });

});
