Questions tagged as 'jquery'

1
answer

How to integrate Jquery.validator and SmartNotification.js plugin?

My question is: How do I integrate the messages in Jquery.Validator () with the modal windows of the SmartNotification.js plugin? I would like, when inputs to enter roles of JQuery validators , a message is displayed via SmartNotificatio...
asked by 02.07.2015 / 06:16
1
answer

Anchor Html + Table

Hello Personally, I have a problem with the anchor HTML inside a website. The anchor works normally when running on content visible on the site. The problem is that I would like to anchor a content within a "Tab" of the bootstrap. Fo...
asked by 02.05.2016 / 16:21
2
answers

Event Button FileUpload with submit Gmail style

I'm using vb.net and asp.net with forms and need to add an event that when clicking the select a file to attach button, when I select the file it automatically saves, without having to have another button to give the submit...
asked by 15.04.2016 / 17:46
1
answer

Set value inside a Jquery variable

I'm taking a beating of those to be able to do something simple (within my knowledge of Java). I'm loading a google chart on my page. At a certain point, I want to get the values of a REST that I created and for that, I created a function i...
asked by 30.05.2015 / 03:08
1
answer

Transferring value from C # to jQuery

Well, I have a job in ASP.NET where I can upload music to a folder on the computer and I already have a function in C# to get the correct file address. Anyway, I wanted to use this path in a music player in jQuery , how? B...
asked by 12.06.2015 / 23:30
1
answer

How can I decrease values of HTML fields with jQuery?

I have a class in PHP that captures the URL of an external site, this site itself returns me a HTML in the template: <div id="isOffered"> <a class="price " href="javascript:;"> <span class...
asked by 17.06.2015 / 18:17
1
answer

Jquery anchor extremely accurate!

I'm using the following code: <?php foreach($sqlPortfolio2 as $dPortfolio2): echo '<li><a href="#guia'.$dPortfolio2['id'].'" class="scroll">'.$dPortfolio2['nome'.$lg].'</a></li>'; endfor...
asked by 18.09.2015 / 11:58
2
answers

Slide in jquery with div, containing image and content

How do I make a slide that changes with each update, being that I can control with arrows. The structure of this slide contains div, image and content. A base example is this, app.mobile being that I supplemented the controls with two arrows b...
asked by 17.09.2015 / 20:32
1
answer

Why createEvent does not work in firefox

I have a div that inside of this div contains select option as hidden and I have a script in jquery that when clicking the button shows the list with option is working well in all browsers only in firefox and which does not...
asked by 15.05.2015 / 21:38
1
answer

Keep table with minimum height

I'm creating a table using Datatables , but I'd like to keep a minimum height even when I have at least one record. <table id="example" class="table table-striped table-bordered" cellspacing="0" width="100%"> <thead> &...
asked by 11.05.2015 / 20:04