Popup Windows

$(‘#link’).click(function () { window.open(‘http://www.example.com’,’mywindow’,’width=400,height=200′) }); width=300 Use this to define the width of the new window. height=200 Use this to…

8 سال پیش

How to Refresh DIV Content Without Reloading Page using jQuery?

http://crunchify.com/how-to-refresh-div-content-without-reloading-page-using-jquery-and-ajax/   <HTML> <HEAD> <TITLE>Crunchify – Refresh Div without Reloading Page</TITLE> <style type=”text/css”> body {     background-image:         url(‘http://cdn3.crunchify.com/wp-content/uploads/2013/03/Crunchify.bg_.300.png’); } </style> <script…

10 سال پیش