-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hello
I had a working application, which uses a jquery ui dialog. I wanted to make the dialog draggable. As far as I know the only thing needed is the jquery.ui.draggable.js script. So I added it to the scripts I am using, but know I get the following error (as shown in the firebug console): base…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a datepicker control setup using the JQuery UI, I am also using the JQuery UI themes which provide a bunch of default icons that I want to use.
The DatePicker allows for specifying a specific image, i.e.:
<script type="text/javascript">
$(document).ready(function() {
$("#DateFrom")…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In the following code I get an error that says autocomplete function Object is not a property or method
Here is the code:
<title><%= ViewData["pagetitle"] + " | " + config.Sitename.ToString() %></title>
<script src="../../Scripts/jqueryui/jquery-ui-1.8.1.custom/development-bundle/ui/minified/jquery…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have dialog created like this
$('#add_error').click(function(e) {
$('<div>')
.load('/someaction/format/html/')
.dialog({
title: 'Some title',
modal: true,
width: 385,
close: function() {
…
>>> More
-
as seen on Developper.com
- Search for 'Developper.com'
jQuery UI 1.8 est disponible
L'équipe de jQuery UI annonce la sortie de jQuery UI 1.8, cette version apporte 5 nouveaux plug-ins, 1 nouvel effet, et des centaines de corrections de bogues et d'améliorations.
Pour une liste complète de tous les changements entre jQuery UI 1.7.2 et jQuery UI 1…
>>> More