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...
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...
I have an actiosheet that opens a popup:
InthepopupIwantthetotalofthevaluesinthelisttobedisplayed.Thatis,Ineedtoadd/accumulatethevaluesinthelistanddisplaythesuminthepopup(inthecodebelowthisvalueisfixed).Couldyouhelpme?
angular.module('start...
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
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...
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...
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...
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...
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...
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...