Questions tagged as 'jquery'

0
answers

Paging inside tab does not work

I'm using the JPAGES plugin to make paging, but putting it inside a flip made with jquery tab , it crashes and only appears next and previous. So I did a test: I put the script of the line below <script src="//ajax.googleapis.com/ajax...
asked by 16.07.2018 / 21:11
1
answer

How to add a class in form after page return

I have an input of type hidden that gets the name of the menu that was selected that was returning from the application, it can receive (progress, closure, values) After the postback, I want the menu that was received in the input to be active (...
asked by 18.07.2018 / 19:02
1
answer

How to show Controller result in View c #

I would like to show my result that is in the controller method in View. EX: Controller: public class SMSTarifado { public int QtdTarifados { get; set; } public int QtdEnviados { get; set; } public int QtdRespondidos { get; set;...
asked by 23.07.2018 / 20:57
0
answers

Restore removed element with jquery

The div.mega-posts element is inside a menu, nav , that element, when depending on the resolution, goes inside the element ul#overflow where it is not necessary, and then remove with .remove() . So far, the problem now...
asked by 14.07.2018 / 16:08
0
answers

JQuery.Ajax () in WebForms without static method

Is it possible to execute a void method of codebehind without them being static? I'm having 500 error return when trying.     
asked by 19.07.2018 / 23:53
0
answers

WordPress Elementor

People put a loading on the page but when I edit the page by the ementor it does not stop there I can not edit the contents = (could you help me to see what is happening? CSS: /*Loading*/ #page{ display: none; } #loading{ position:abs...
asked by 19.07.2018 / 21:41
1
answer

Jquery after reload

I would like to know if there is any way to do it, because I have a function that when I click on a menu button it captures via jquery the page id but if example I am in the HOME page that has no id and is for service page which has id it a relo...
asked by 19.07.2018 / 20:46
0
answers

Apply water effect on div

I have a div that is the breadcrumb of the page. .banner-blog { background: url(http://www.hostmove.com.br/geral.jpg) no-repeat scroll; background-attachment: fixed; background-size: 100%; /* background-position: 50%, 25%; */...
asked by 17.07.2018 / 15:02
0
answers

Deserialize an XML and display its data in an input

I need to create an upload button that when reading the xml of my invoice can display the NFe key that is inside the tag, inside an input. I have already used several methods and are not deseralizing. public void UploadXML(string CHAVE_ACES...
asked by 17.07.2018 / 15:08
2
answers

Reload the main script when completing ajax request

I'm developing an application where I have some views that are loaded into my <section id="view"> via ajax. The view loads normally, but functions that have been programmed with jQuery for all inputs, for example, do not work. As...
asked by 03.02.2018 / 04:51