LCallaghan84
Reaction score
27

Profile posts Latest activity Postings About

  • {
    cursor:pointer;
    }
    </style>
    </head>
    <body>
    <p class="flip">Click to fade in/out panel</p>
    <div class="panel">
    <p>Because time is valuable, we deliver quick and easy learning.</p>
    <p>At W3Schools, you can study everything you need to learn, in an accessible and handy format.</p>
    </div>
    <style type="text/css">div.panel,p.flip
    {
    line-height: 30px;margin:auto;font-size:16px;padding:5px;text-align:center;background:#555;border:solid 1px #666;color:#ffffff;border-adius:3px;}div.panel
    {
    height:120px;
    display:none;
    }
    p.flip
    <html>
    <head><script src="/android_asset/html/jquery-1.8.3.min.js"></script>
    <title></title>
    <meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport" />
    <script>
    $(document).ready(function(){
    $(".flip").click(function(){
    $(".panel").toggle();
    });
    });
    </script>
    Hi Mate, I have installed your app SPN Countdown and it was very nice design.
    I understand your hard effort behind it and you deserve an applaud. I read your posts and understand you have achieved this mostly with JQuery.

    Can you help me with simple example how to use JQuery in Web Module? I tried with simple Fadin function but not working, the html of my test web module is below:
    LCallaghan84
    LCallaghan84
    It depends what version of jQuery you are using. and how you are using it.
  • Loading…
  • Loading…
  • Loading…
Top