Questions tagged as 'javascript'

1
answer

How to communicate a local application with a web page opened in the browser?

I have a commercial web application that runs basic operations of a restaurant. In short, a waiter accesses the 'orders' page and requests a new 'product'. These products are categorized by departments, and each department has a printer (thermal...
asked by 29.10.2014 / 17:14
1
answer

How do I convert text to HTML entities in a way compatible with CKEditor?

I need to do a textual search on a set of data produced by CKEditor. This editor converts text to HTML entities such as: Serviços oferecidos ---> Serviços oferecidos What I need, short-term, is that when the user enters a i...
asked by 18.11.2014 / 21:41
1
answer

How to sum results from a list and display result in a popup in ionic?

I have an actiosheet that opens a popup: InthepopupIwantthetotalofthevaluesinthelisttobedisplayed.Thatis,Ineedtoadd/accumulatethevaluesinthelistanddisplaythesuminthepopup(inthecodebelowthisvalueisfixed).Couldyouhelpme? angular.module('start...
asked by 16.08.2016 / 16:10
1
answer

How to measure the performance and costs (processing and memory) of a frontend?

I'm working on a project that uses a lot of JavaScript (ecmascript-6, jQuery), Html5, and CSS would like to have some way to measure performance , consumption of processing
asked by 26.08.2016 / 02:44
1
answer

Add values to vector and return value in true condition

I have a question in a script where I am doing a Quiz, in my last Quiz my I put 3 answer options: A, B and C. Where if the answer is The sum 3 points for option X, 2 points for option Y and 1 point for Option Z. If the answer is B sum 2 points f...
asked by 20.07.2016 / 05:39
2
answers

Make div appear in hers after 2 seconds with jQuery

I'm building the loading system using Jquery. And they consist of a div that covers all the splice in the browser and that when loading all elements of the page, Jquery hides the div. The system is working very well, but it is displayed ev...
asked by 25.08.2016 / 18:54
1
answer

Refresh the page (View) automatically in Asp.Net MVC

Well, in my application that runs Courses , I have a sign up screen, where the student clicks the "enrollment" button and enrolls in the course. field number of vacancies is decremented. The problem is that my View does not update afte...
asked by 15.06.2015 / 18:39
1
answer

Problem with the .blur () effect of JQuery in IE8

I have a method of constructing dynamic elements using jQuery v1.2 with Ajax, which creates a list of items containing the <ul> and <li> structure, however, when I apply .blur() and Ajax returns many values, a sc...
asked by 20.02.2014 / 23:51
1
answer

Validate fields in a form made with jQuery-steps

The form has two steps, I was able to validate the first step using the onStepChanging . But in the second step where there are fields that need to be validated, the user action becomes the submit, which I report on onFinished . I then tried...
asked by 27.12.2018 / 13:32
1
answer

Share facebook button displaying wrong information in "box_count"

In a wordpress-based project I'm working on, I have a modal that dynamically receives various information coming from a post-loop. This modal serves as a kind of "Preview" the complete post. Within this modal there must be sharing options...
asked by 15.09.2014 / 21:03