nadiam 0 Posting Pro in Training 10 Years Ago for example: function Show(modal) { $(".box).show(); } so maybe use <body onload="Show()"> is there any other way? javascript 0 0 Share niranga 9 Junior Poster 10 Years Ago $(document).ready(function(){ $(".box).show(); }); 0 0 Share Share Facebook Twitter LinkedIn Reply to this topic Be a part of the DaniWeb community We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge. Sign Up — It's Free!