Questions tagged as 'jquery-ui'

1
answer

How to play fade in effect of modal bootstrap for dialog jquery ui?

I am standardizing the modal visualization effects, in this project I have both modal bootstrap and dialog, it happens that both have different effects. wanted to just leave them with fade in, default bootstrap. Example: $(function()...
asked by 20.09.2016 / 16:04
2
answers

Date format problems

I am developing a system using C # MVC and JQuery UI and at the moment I am having problems with date formats, in the inputs is the date in the correct format "dd / mm / yyyy" but the server is receiving the date in the format " mm / dd / yyyy "....
asked by 08.11.2014 / 02:11
1
answer

What is the difference between the stable and legacy versions of jQuery UI?

I downloaded JQuery UI and realized that it has two options, a stable call and another legacy, I would like to know the difference.     
asked by 10.12.2017 / 23:24
2
answers

Problem with accentuation in .js after concat and uglify in Gulp

I'm trying to optimize the website of the organ where I work and I'm having problems after concatenating and minifying the javascripts. Our Apache server uses ISO-8859-1 and all of my files in PHPStorm are configured on the same charset. A...
asked by 10.08.2015 / 16:26
1
answer

Customize the appearance of the jquery-ui dialog widget

I'm trying to change the appearance of the 'dialog' widget of jquery-ui, and so far I have the following css code for this: .ui-dialog { position: fixed; z-index: 1050; display: none; overflow: auto; overflow-y: scroll; -webkit-ove...
asked by 12.04.2014 / 16:23
0
answers

Select more than one date with MultiDatesPicker + shift key

I made an administrative system for a property rental site, to mark the dates that the property is already leased I used Multi Dates Picker , worked very well. Now the client needs one more feature, which I'm really not able to implement: Se...
asked by 17.09.2015 / 16:43
1
answer

Div's Auto Dimensionaveís

I'm having a question, I'm creating a html where I will have 3 columns , but the user will resize it anyway you want, however automatically divs will have to auto adjust ! I'm using the resizable property of jqueryUI . I wo...
asked by 28.12.2015 / 18:04
2
answers

How to use jQuery effect FadeIn and FadeOut in warnings to users

I have the script FadeIn: <!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script><script>$(document).ready(function(){$("button").cli...
asked by 04.02.2015 / 19:40
4
answers

How to change the date order of an implode coming from a jquery datepicker

I have the following $ _get: if(!empty($_GET) && $_SERVER['REQUEST_METHOD'] == 'GET'){ $v_ocorrencia = $_GET['ocorrencia']; $datainicio = $_GET['datainicio']; $datafinal = $_GET['datafinal']; echo 'valor recebido: '. $v_o...
asked by 01.11.2016 / 20:07
3
answers

How to check the ID value of a tag and how often does it repeat with Jquery?

Personal I have an excerpt of a code referring to the image below Thefirstdivshowsalistofstudents.Inthesecondthestudentsthattheuserchooseforhisgroup,asheclicksontopofeachstudentIhaveajqueryfunctionthatinsertsthestudentintothedivgroupandlimitshi...
asked by 13.04.2016 / 19:39