用javascript调用farbtastic颜色选择器

时间:2011-03-27 09:30:39

标签: php javascript jquery

  

可能重复:
  How to call farbtastic (color picker).

更新

我想调用farbtastic颜色选择器,我已经阅读了以下教程,但我不知道如何使用javascript获取自己的值。那是我的html和颜色选择器占位符。 enter link description here

enter code here   <form action="controller.php" method="post" class="popupform" id="form_changecolor">
<div id="colorpicker"></div>
<table>
  <tr><th>huidige:</th><th>nieuwe:</th></tr>
  <tr><td><input type="text" name="oldcolor" disabled="disabled" id="oldcolor" />
  </td><td><input type="text" name="newcolor" id="newcolor" /></td></tr>
</table>
<div class="buttonrow">
  <input type="hidden" name="page" value="{$PAGE}" />
  <input type="hidden" name="module" value="changecolor" />
  <input type="hidden" name="id" id="parameter_key" value="" />
  <input type="submit" class="btnOk" value="Aanpassen" />
  <input type="button" class="btnCancel" value="Annuleren" />
</div>

0 个答案:

没有答案