Skip to main content

JS Style Switcher for BG Images 77 Responses

Last post: 2 years, 3 months ago | Thread started: Jan 29, 10, 12:04 a.m.

RespondNew TopicDisable Images

Out of context: Response #4 [Jan 29, 10, 12:04 a.m.]

  • noiseisthis

    var bgList = ["http://src.to.bg.com.jpg", "http://src.to.bg2.com.jpg",...]

    $(document).ready(function(){
    $("body").css("background", bgList[i]);
    $("#button").click(function(){
    i++
    if(i>bgList.length) i=0;
    $("body").css("background", bgList[i]);
    });
    }

    you need to dl jquery to do this ^^^^

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content