Questions tagged as 'jquery-ui'

1
answer

Error in DatePicker JQueryUI in View

In my .Net MVC project, I can not get a JavaScript result that is in view @using Forte.Rastreador.ViewModels @model SuperViewModel <script src="~/Scripts/jquery-ui-1.8.24.min.js"></script> <script type="text/javascript"...
asked by 06.02.2015 / 17:22
1
answer

Show jquery-ui icon on close button of dialog widget

I'm customizing the appearance of the jquery-ui dialog widget and so far my css is as follows: .ui-dialog { position: fixed; z-index: 1050; display: none; /*overflow: auto;*/ /*overflow-y: scroll;*/ /*-webkit-overflow-scrolling: to...
asked by 12.04.2014 / 17:33
1
answer

JQuey-ui depends on JQuery

Does jquery-ui depend on jquery in an application?, I ask because in the application I'm working, apparently jquery.min is not being used, and the question is whether it has to be there to support jquery-ui. Thank you in advance, thank you....
asked by 27.09.2018 / 15:02
1
answer

Drag & Drop with jQuery does not put the element in the right DIV

I'm trying to perform two image swapping when a user clicks on an image and drags the other image. However, my code does not put the images in the correct position, it leaves the destination image in the same place and puts the image that was...
asked by 07.11.2018 / 00:46
0
answers

I built a playlist of jQuery videos and it is working, but not as expected, where is the error?

I'm an industrial designer (designer and illustrator) for training and I'm not a programmer, but I really enjoy learning about technology and programming. I built jQuery tutorials on the internet a playlist of videos, the basic idea would be to...
asked by 10.10.2018 / 16:46
1
answer

Problems loading jquery into laravel

Good afternoon, I'm not able to load jquery in my laravel, I'm linking the folders correctly: <script src="{{ asset('js/jquery/jquery-ui.js') }}" defer></script> <script src="{{ asset('js/jquery/external/jquery/jquery.js') }}" d...
asked by 31.07.2018 / 17:15
0
answers

Jquery UI resizable more than one element

I would like to use resize on two elements, but, each time expitting the external says the internal div expands with smaller value. I have the following html: <div class="resultado_janela"> <div class="btn-group w-100" role="g...
asked by 26.07.2018 / 06:18
1
answer

Error in columns with sortable, how to solve?

I have a 3-column layout containing cards, I need these cards to be dragged from one column to another and rearranged within a single column. I've got jQuery to make the cards draggable, but I can only drag from column 2 and column 3 to colum...
asked by 06.07.2018 / 17:25
1
answer

Only one column of the table responsible for Drag and Drop - Touch Punch

How to make only one table column responsible for performing the drag and drop of the table row using the jQuery UI Touch Punch event <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script s...
asked by 04.07.2018 / 23:37
0
answers

How to create a multiple calendar, only with year and month?

I'm using Boostrap 4.1.1 and I'm trying to create a multiple calendar with just the month and year, just like the one below: Atthemomentmycalendarlookslikethis: CODE:<inputtype="text" class="form-control border-0" id="periodo-picker" plac...
asked by 18.06.2018 / 21:10