The effect parallax.js ( link ) only works for desktop browsers.
Can something be done to make the effect visible on mobile devices?
I'm using the default classes and attributes:
<html>
<head>
<script src="js/jqu...
I made a form with the JQuery accordion and at the end a send button. After pressing the button should appear a pop up message, but it is giving error.
My pop up appears when the page starts and this button is kind of useless because pop up shou...
Including any component of Primefaces in the body of my HTML, it raises this error: Uncaught TypeError: N.delegate is not a function.
Do you know what it would be?
The error is in this second line of jquery-plugins generated by Primefaces...
I have a MVC aspnet code with a main view that can call 3 partials view depending on where the user clicks.
One of these partial view was part of the main view and has a jquery pluguin sortable ui, while it was in the main view the pluguin wo...
I am using draggable and resizable of jQuery UI to box so user can change dimension and move. It is working correctly if I put the <div> direct in the code:
<form action="" method="post" class="form row" en...
I'm using the following component:
link
In the same way as shown in the example, but in a modal bootstrap ..
The problem is that my Spinner does not appear the Up and Down buttons, browsing in my code I saw that when I remove the following...
I'm trying to add the "ComboBox Autocomplete" of jQuery UI in my ASP.NET MVC project, but it says that the widget function is not a function.
jquery-3.1.1.min.js: 2 jQuery.Deferred exception: $ .widget is not a function TypeError: $ .widge...
I have a button that calls this function in jQuery.
sendBtn.click(function(){
$('#dialog-confirm-send').dialog({
resizable: false,
modal: true,
buttons: [ {
text: "Cancelar",
click: funct...