jQuery [закрытая] Палитра цветов UI

Попробуйте:

var config = System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration("/")
var section = (System.Web.Configuration.SystemWebSectionGroup)config.GetSectionGroup("system.web")
var maxRequestLength = section.HttpRuntime.MaxRequestLength
54
задан meagar 6 July 2015 в 11:10
поделиться

3 ответа

You can find some demos and plugins here.

http://jqueryui.pbworks.com/ColorPicker

39
ответ дан 7 November 2019 в 08:10
поделиться

Make sure you have jQuery UI base and the color picker widget included on your page (as well as a copy of jQuery 1.3):

<link rel="stylesheet" href="http://dev.jquery.com/view/tags/ui/latest/themes/flora/flora.all.css" type="text/css" media="screen" title="Flora (Default)">

<script type="text/javascript" src="http://dev.jquery.com/view/tags/ui/latest/ui/ui.core.js"></script>

<script type="text/javascript" src="http://dev.jquery.com/view/tags/ui/latest/ui/ui.colorpicker.js"></script>

If you have those included, try posting your source so we can see what's going on.

2
ответ дан 7 November 2019 в 08:10
поделиться

Была та же проблема (не метод) с jQuery при работе с автозаполнение. Оказалось, что код был выполнен до загрузки autocomplete.js. Поэтому перед вызовом colorpicker убедитесь, что ui.colorpicker.js загружен.

1
ответ дан 7 November 2019 в 08:10
поделиться
Другие вопросы по тегам:

Похожие вопросы: