Questions tagged as 'jquery'

1
answer

Jquery event.target does not work in IE8

Hi. I have a problem with IE8. The code below works in chrome and firefox, but not in IE. Once it arrives on that first line, the IE error says "expected object." What I have is an img within a div # prods. When clicked, this code tests [if w...
asked by 13.08.2014 / 23:18
2
answers

Query mysql does not work with variable - PHP

The query mysql works with normal variable, but not with the jquery post variable, for example: DOES NOT WORK $agenda=$_POST['agenda']; $query = mysql_query("SELECT * FROM 'compromiso' WHERE login LIKE 'alanps' AND agenda LIKE '$agenda'...
asked by 14.08.2014 / 03:44
1
answer

Change URL Request Ajax PartialView

I need to change the page URL according to PartialView that I upload via Ajax. @EDIT In addition, I also need to release the direct access to PartialView via URL, but, bringing the "parent" page with me because I work with it so that it...
asked by 20.08.2014 / 18:48
2
answers

Modal window with database contents

I even know the PHP and Javascript, the problem is that I do not know how to dynamically create the modal for each click on a link, bring specific information from that link. If you click user 1 , bring information in the modal window of user 1...
asked by 10.09.2014 / 02:49
1
answer

Is it possible to create HTML frames?

I'm in a project where the front-end layer is totally, TOTALLY separate from the banck-end. They communicate via ajax via REST. And in this project, I'd like to break the html so I do not get duplicate content. Just as we do in ASP.NET (maste...
asked by 01.07.2014 / 20:23
1
answer

How to generate data for graphs

I'm doing a page that will have several types of graphics ... But my base is coming by jQuery, Example: var wo = new Array(); var listItemEnumerator = this.customlist.getEnumerator(); while ( listItemEnumerator.moveNext() ) { var oListIte...
asked by 29.07.2014 / 14:38
1
answer

Bootstrap popover trigger and html option together do not work

Does anyone know why when I put the trigger together with the html: true popover stops working? HTML: <a href="#" class="popoverr" role="button" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Vivamus sa...
asked by 01.08.2014 / 03:08
2
answers

Primefaces + Bootstrap Admin LTE Conflict jQuery

I've been working with Primefaces since 2.1 and am currently creating a project in version 5 using AdminLTE ( link ) which is a administrative panel using the bootstrap base. My problem is this: I created the template with ui: decorate and st...
asked by 05.08.2014 / 17:09
1
answer

Put active link with javascript?

I have a code in javascript, visible in this link link I'm trying to put the first 3 active links simultaneously, if someone clicks on "About MHG" or "Workout Programs" or "Fitness Tips", that is, click on 1 of the 3, both are active. > T...
asked by 05.08.2014 / 11:37
2
answers

Problem in the jQuery of a MENU with two ul 's

I'm having a problem with a Menu. It happens that when the person hovers the mouse in the Service link, a dropdown happens, the menu appears, since it is with display:none and when it passes the mouse it gets display:block...
asked by 09.08.2014 / 22:01