Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6347145
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:09:16+00:00 2026-05-24T21:09:16+00:00

I want to develop a screen with JQuery Tools(or just with JQuery) and HTML5.

  • 0

I want to develop a screen with JQuery Tools(or just with JQuery) and HTML5. There will be a main panel at screen and it will have rounded square buttons on it. When user clicks a button this panel will get smaller and will be place at left side, something will appear at right side.

I mean:

clicking

Squares inside of big squares symbolizes buttons. When a user click a button at 1, panel will get smaller and go to left as like 2.

I may use that: JQuery Tools

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T21:09:19+00:00Added an answer on May 24, 2026 at 9:09 pm

    Looks like I found some time after all. Seems to work for me in Chrome 15, so will probably work in other webkit-based browsers as well. It’s only a starting point so the cross-browser code needs some attention.

    Edit: Updated demo which uses the shrinkTo jQuery plugin

    HTML

    <a href="#" id="shrinkify">Shrinkify me</a>
    <div id="small"></div>
    <div id="big">
        <a href="#"></a>
        <a href="#"></a>
        <a href="#"></a>
        <a href="#"></a>
        <a href="#"></a>
        <a href="#"></a>
        <a href="#"></a>
        <a href="#"></a>
        <a href="#"></a>
    </div>
    

    CSS

    #big {
        width:240px;
        height:240px;
        border:4px solid black;
        padding:5px;
        text-align:center;
        display:table-cell; 
        vertical-align:middle;
        position:relative;
        left:200px;
    }
    
    #big a {
        display:inline-block;
        border:2px solid black;
        -webkit-border-radius:5px;
        width:55px;
        height:55px;
    }
    
    #small {
        position:absolute;
        top:100px;
        width:120px;
        height:120px;
        visibility:hidden;
    }
    

    JavaScript

    $('#shrinkify').click(function() {
        $('div#big').shrinkTo($('#small'), {
            duration: 1000,
            easing: 'swing',
            opacity: false
        });
        return false;
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to develop Android applications which will support multiple screen resolutions. I have
I want to develop swipe buttons just like we see for lock unlock function
i have develop my application in android. Now i want to make Home Screen
I want to develop simple Serverless LAN Chat program just for fun. How can
I'm learning Python now and I want to develop a screen capture tool in
I want to develop an Android application which can run on all ,screen type
I want to do screen optimization. That means once I develop the UI in
HI, I develop an application in which I want to implement the splash screen,
I want to develop something like the home screen of the Android's devices, where
I am student and I want to develop a android unlock screen app. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.