Questions tagged as 'jquery'

1
answer

visibility of tabs using bootstrap

In my spring application, I'm using the bootstrap in my views to create the user interface. In one of the views, called listagem , I have four tabs, and initially only one is visible (the one that gets the same name as the view, listing)....
asked by 20.06.2014 / 21:32
1
answer

Flexslider - Thumbnails Vertically

Hello, I'm using a Flexslider to do the image listing of the page, but I would like to know if there is an option to list the carousel images vertically at the moment they are going horizontally. Here's what I need to do: YoucanseethatifI...
asked by 22.07.2016 / 14:41
1
answer

Open a folder on the user's machine and open a file (csv, txt or xls)

How do I open a folder on the user's machine? I need to open the folder and load a csv, txt or xls file. I use MVC5 It would be more or less that. A button that loads the folder and then I give a load that would be like an upload, I think....
asked by 02.09.2014 / 12:54
2
answers

Client-Side Validation (Jquery) conditional attribute

Late! I am performing a complex validation on a specific class with the following code (reduced for simplicity): public class Classe1 : IValidatableObject { [Key] public int Id_Classe1 { get; set; } [Required] public int Id...
asked by 29.08.2014 / 18:28
1
answer

jQuery slide, go to next element (number of elements is not fixed)

I wanted to do a fadein / out slideShow (#overlayFancy, it only appears when we click on a '.wrapperExtraImg', fancybox plugin style), the code so far works great but now I wanted it to go to the next (#right being #left is 'prev'), and if there...
asked by 02.09.2014 / 11:40
1
answer

Wrong width in chart div

I'm trying to make an effect of when I choose an option in the select, I show the corresponding div with highchart . You have 2 problems: 1- The width of the chart is not completing the width of the div correctly. 2- I can not think...
asked by 26.04.2014 / 15:32
1
answer

How to get data from a BulletedList in CodeBehind ASP.NET?

I have a list of items set through a BulletedList in an Asp.net page. This list is populated with multiple items through the DataSource , DataTextField , DataValueField , and DataBind() attributes in CodeBehind in C #....
asked by 16.04.2014 / 01:05
2
answers

Like button

I have the following button <a href='?area=ref&amp;acao=curtir&amp;noticia=$noticia->id&amp;perfil=$user'>Curtir </a>"; that calls the function that is in the action page that I like the related article, but it h...
asked by 07.06.2014 / 00:30
2
answers

How to know that the file has reached the end with FileReader ()?

I am making a system that when the file has just been read opens the next file, the files are MP3 and wanted to play a sequence of songs whenever one is finished. How to do this with FileReader ()? I tried reader.onloadend = (function() {}...
asked by 12.06.2014 / 07:50
1
answer

Slider with jQuery in WordPress is not running in IE

I'm producing my site , in Chrome everything is ok as always, but in IE Slider is not running and I do not know what do. I'm using CSS3, jQuery Easing v1.3 and jQuery 1.11.0. I found the code that Chrome uses to run the slider, but I ha...
asked by 09.04.2014 / 05:41