Questions tagged as 'jquery'

1
answer

Jquery.Validate

Speak up, all right!? I'm breaking my head with the following, I'm using the jquery validate plugin, working fine, but in my form I'm using a button that I do not want to validate on the submit, but even putting the formnovalidate property on...
asked by 01.04.2016 / 01:53
1
answer

Unwanted loop behavior mysql_fetch_assoc

I'm having problems in a while loop where it has a mysql_fetch_assoc function that retrieves a value from a column in a table called requests in the delivered column. I made a if to see if it has a yes' s' in the column that was...
asked by 28.04.2016 / 21:02
1
answer

JQuery does not display image prewier

Good evening, I'm trying to make an image prewier in a file field with multiple uploads. html <!doctype html> <html> <head> <meta charset="utf-8"> <title>Upload Ajax</title> <script type="text/javascr...
asked by 04.04.2016 / 00:06
2
answers

Margin, width ghost (google iframe)

Expensive, hello. I'm developing a website, but there is a margin or width that is not declared on the site that is disrupting your view. When doing a test in the inspect element I came across some frames declared by google and I saw that they a...
asked by 04.04.2016 / 21:09
0
answers

Jquery function returning undefined

I created a function, but I do not know why when I call this function the return of it comes as undefined. follow the code function serviceDetails(id){ //Service of the wall of cards (Grid Home page). var _PATH_SERVICE = _app.parseBase...
asked by 30.03.2016 / 13:45
1
answer

Open different elements js

I would like to know how I can create a function in JS / Jquey that opens a DIV that not is visible. However, I will have more than one DIV, and I need JS to identify these DIVs (I hope it was clear) rs !! Obs : My code is a slider an...
asked by 24.03.2016 / 15:45
0
answers

Why does the Jquery UI import on the page not work?

I am not therefore having access to the Jquery UI theme in my HTML page. I assume that when I create a button and a menu, it already shows me in the layout of the theme, in which I downloaded the files, but it does not work. It shows the layout...
asked by 24.03.2016 / 15:24
2
answers

Change class value in jquery at a given resolution

I'm implementing a youtube video plugin, however I want this plugin at a given resolution to change a value in your statement. Here is an example code: $('#youmax').youmax({ apiKey:'AIzaSyDEm5wGLsWi2G3WG40re-DAJcWioQSpJ6o',...
asked by 24.03.2016 / 20:24
0
answers

How to load PartialView via Javascript

I have an Asp.Net MVC project where there is a method that returns a PartialView : [HttpPost] public ActionResult MinhaAction(int param1, int param2) { // ... // Código // ... MigraDoc.DocumentObjectModel.Document doc = new...
asked by 21.03.2016 / 20:53
2
answers

How to load image from a JS

Inside my div 'data' I load the JS information by the id inside the spans, I am not able to load the image inside the span id = 'imgspan' <div class="dados"> <label><span id="orderid"></span></label>...
asked by 21.03.2016 / 13:54