Questions tagged as 'jquery'

1
answer

File opening via method Load jquery [closed]

I do not even know where to start, so I'm going to have it simplified! I'm trying to create an admin page, where the data has to be sent via $ .post and get via $ .get, but when I try to read the php file where the script is to read the data, !!...
asked by 05.06.2014 / 18:13
2
answers

How to put url dynamically for facebook comment boxes, specific to each page

In a response in php we can do this: <div class="fb-comments" data-href="<?php echo $url; ?>" data-width="687" data-numposts="7" data-colorscheme="light"></div> <?php $url = (!empty($_SERVER['HTTPS'])) ? 'https://'.$_...
asked by 15.06.2014 / 22:39
1
answer

Internet Explorer blocks javascript [closed]

I've set up a website and would like it to work in all browsers. But in IE, on all versions, it does not work as intended. I noticed that it was blocking my javascript and jquery codes with a message about activeX.  Where I work, for example, we...
asked by 27.05.2014 / 04:18
1
answer

Populating DIV after selecting a die from the list

Can anyone help me with this code? I assume that I do not understand about 80%, I am trying to pop the INFO div after selecting one of the options in the SELECT field, this information will be relative to the selected option, the information reg...
asked by 30.05.2014 / 05:06
1
answer

NaN sInfo _TOTAL_ dataTable jquery / JSON

I have a problem in return of JSON in the variable TOTAL that returns NaN is strange because the problem was in the END variable I removed and added END again and returned to normal but, started the NaN in the TOTAL variable. Can anyone...
asked by 28.05.2014 / 19:30
1
answer

jScrollPane with jQuery Sortable from 2 lists

I'm building a layout where I have two lists (first with 3 maximum items and the second with other items), which I can move items between lists using jQuery% p> The function works perfectly, until I put jScrollPane, because the person in char...
asked by 28.05.2014 / 12:47
1
answer

Check alphanumeric characters in field [closed]

I'm having a validation problem in a text field. I need the field not to allow ALPHANUMERIC characters , this validation must be done with jquery .     
asked by 17.10.2014 / 02:55
2
answers

Function does not enter ajax success with jquery

I can not get ajax success with this function. The function works, that is, it calls the double click. The first alert is ok, but the second is not triggered. $('#nmUsuario').on("dblclick", '.clique', function() { alert('Alô, tudo bem?');...
asked by 16.10.2014 / 20:38
1
answer

Show a div and hide another in Hover

I have 3 divs that show 3 products: <div class="produtosDestaqueBoxItem"> <div class="produtosDestaqueBoxItemCentralizar"> <img src="imagens/produto1 (1).jpg" height="131" width="120" alt="" /> </div> &l...
asked by 05.08.2014 / 20:09
1
answer

jQuery method is not writing to BD

I have a routine to write to DB. I get in AJAX's success, shoot a alert , but it does not record. A button that calls the method passes the parameters to the method in the controller and this method writes, with a SaveChanges() ....
asked by 20.06.2014 / 14:03