How to create a Adobe gradient picker with jquery and javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Eni Shima
    New Member
    • Jul 2010
    • 5

    How to create a Adobe gradient picker with jquery and javascript

    Hello. I want to create an comonent like adobe gradient picker in javascript and jquery. I want to use the jquery gradients plugin. there is a div with 2 markers left and right. when i clicked in bound of div this automaticaly add a marker , and when i dblcliket on this it open a jquery color to soelect a color . also the marker should be movie acrosss the main div . please help me with an example . PLEEESEEE
    Attached Files
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    what have you done so far?

    Comment

    • Eni Shima
      New Member
      • Jul 2010
      • 5

      #3
      nothing in especially. I started to divide a div in 2 div selection and apply the resizable method of jquery but i have problem in performace. I tried to divide the div tag by using jquery spliter but i faild. What can i do. Can you give me an suggestion

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        i don't know jQuery very well ... but basically i would try to use a combination of different sliders ... then you would need a methodology to interpret the sliders values client- or serverside to generate the resulting (selected) value from that ...

        Comment

        Working...