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 8831721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:22:28+00:00 2026-06-14T08:22:28+00:00

I would like to develop a fancy function for adding widgets to my webpage.

  • 0

I would like to develop a fancy function for adding widgets to my webpage.
The plan is to add a toolbar with icons to the top of the page. For example, one of these icons could represent a graph. It would be nice if the elements in the toolbar can be dragged and dropped on a specific position on the web page.
After releasing the mouse button a popup form should open, where the details of the element can be set. After pressing finished/save, the element should be pinned on the position where the mouse was released.

That was my mind speaking, but now realism kicks in… How can I achieve something like this?

Thanks in advance!

  • 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-06-14T08:22:29+00:00Added an answer on June 14, 2026 at 8:22 am

    Easiest solution for this would be to use jquery + jquery-ui.

    $('.move').draggable().mouseup(function(e) { 
    var $t = $(this);        
    var p = $('<div></div>');
    p.addClass('pop');
    p.css('top', e.pageY).css('left',e.pageX);
    $('body').append(p);
    $t.unbind('mouseenter mouseleave mousedown mouseup');
    });​
    

    Demo: http://jsfiddle.net/DVHuY/1/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to develop a custom application (multiple screens, complex processes) on top
I would like to develop a webpage (using any technology) with these conditions: When
I would like to develop a phonegap application that has a login page, if
i would like to develop a web page which has the following List A
I would like develop on add-on for Firefox , which combine with other available
I would like to develop a selection-tool for Screen which ignores the leading spaces
I would like to develop Mono application for Win/Linux/Mac in C# on Windows. Is
I would like to develop applications for the Windows platform & at the very
I would like to develop a website with fully ajax navigation, but this means
I would like to develop a MS paint like app for the iPhone. Could

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.