Вход Регистрация
Файл: public_html/admin/vendors/jGrowl/examples/multiple-containers.html
Строк: 23
<?php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<
html>
  <
head>
    <
script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
    <
script src="../jquery.jgrowl.js"></script>
    <
link rel="stylesheet" type="text/css" href="../jquery.jgrowl.css"/>
  </
head>
  <
body>
    <
div>
      <
input type="button" onclick="$.jGrowl('Default Positioning');" value="Default"/>
      <
input type="button" onclick="$('#one').jGrowl('Bottom Right Positioning');" value="Bottom Right"/>
      <
input type="button" onclick="$('#two').jGrowl('Bottom Left Positioning');" value="Bottom Left"/>
    </
div>
    <
div id="one" class="jGrowl bottom-right"></div>
    <
div id="two" class="jGrowl bottom-left"></div>
  </
body>
</
html>
?>
Онлайн: 1
Реклама