Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
47 views

I'm using jqxGrid with nested grids (row details) enabled via rowdetails: true and initrowdetails to show detailed subgrids for each parent row. It works perfectly in Chrome and Edge, but in Firefox, ...
E__'s user avatar
  • 65
0 votes
1 answer
128 views

{ text: 'sell', datafield: 'Sales', width: '3%', columntype: 'button', filterable: false, cellsrenderer: function(row, columnfield, value, defaulthtml, columnproperties) { ...
wittream's user avatar
  • 331
1 vote
0 answers
109 views

jQuery widgets work with vite build, but it do not work with vite. Then they are not available - object.widgetFunction() gives that widgetFunction is not a function. Is there anyway to get them to ...
TS''s user avatar
  • 133
1 vote
0 answers
37 views

$(document).ready(function() { $("img").tooltip(); }); <html> <head> <title>About Us</title> <link rel="stylesheet" type="text/css" href="style.css"> </...
user21646879's user avatar
-1 votes
1 answer
621 views

I am working on an automatic login feature by filling in the username and password for a web application using javascript. The password field has the autocomplete feature activated. It's HTML is as ...
user9057272's user avatar
1 vote
1 answer
450 views

I have prepared a jsfiddle for my problem. I define a custom jQuery UI widget representing a game table with up to 4 players and a white gid ("game id") number in the middle: Here is my ...
Alexander Farber's user avatar
0 votes
1 answer
89 views

TLDR UPDATE: here a JSFiddle demonstrating my problem. In an HTML game I have created a custom jQuery widget called table representing a rectangle green table with up to 4 players sitting at it: In ...
Alexander Farber's user avatar
4 votes
1 answer
623 views

EDIT: Simpler explenation of the problem first. More detailed explanation below. I use some jquery widgets code to create a UI slider. The code is here: https://webgl2fundamentals.org/webgl/...
rustyBucketBay's user avatar
0 votes
0 answers
35 views

I have an issue with the autocomplete widget from jquery(https://jqueryui.com/autocomplete/). When I start the local development server, everything works fine, the widget works perfect, but when I ...
andrei's user avatar
  • 77
0 votes
2 answers
299 views

Edited I am opening a modal on click of link in jqwidget grid column, I am using the cell renderer to accomplish this. but the data is rendering twice. Below is a screenshot after clicking to open ...
Curious-programmer's user avatar
0 votes
1 answer
84 views

In jQuery documentation it says the feedback argument gives horizontal, vertical and important, giving you twelve potential directions like { horizontal: "center", vertical: "left", important: "...
user7512979's user avatar
0 votes
1 answer
138 views

I am using JQueryUi 1.12.1 version and JQuery 3.2.1 version. I am trying to use 2 JQueryUI Autocomplete Comboboxes in my website, so I copied Combobox code from here, changed it a little bit and ...
Alcatrazor's user avatar
0 votes
1 answer
48 views

Is there any reason why bootstrap slider is not being recognised as a function even though the correct dependencies are there? The jquery ui files downloaded that are present in the web app folder ...
liam hayes's user avatar
0 votes
1 answer
239 views

I am trying to make this widget work in my application - http://jqueryui.com/autocomplete/#combobox I am only trying to make the example work as is. I did have to change the button widget ...
Mahogany's user avatar
  • 491
0 votes
1 answer
4k views

I am working on a project where I need to validate customer registration form as customer types. I want to use the event keyup for inputs. I want to change the default messages also. Right now I am ...
Klaus Mikaelson's user avatar
5 votes
0 answers
877 views

I tried to create an object of Model Event through UI using CreateView My Model is class Event(models.Model): start = models.DateTimeField(_("start"), db_index=True) end = models....
Sachu's user avatar
  • 358
2 votes
0 answers
389 views

My kanban is composed of 2 columns, and each column has several items (representing task) : taskId on the top, and task name on the bottom part of the item. I have selected task from database (taskId ...
Nilusha Kumarasiri's user avatar
0 votes
2 answers
423 views

Consider I have two widgets. $.widget( "custom.car", { options: { name: '' }, _create: function() { this.options.name = 'car' }, random: function( event ) { ...
Viji's user avatar
  • 15
1 vote
1 answer
513 views

I'm trying to create slider with 2 ranges and add some color to background, it's OK with max value 100 (line 9): $(function () { // the code belows assume the colors array is exactly one element ...
user avatar
2 votes
1 answer
900 views

This is my code, which has been working fine, until I updated to jQuery UI 1.12 var currentCategory = ""; $.widget("custom.catcomplete", $.ui.autocomplete, { _renderMenu: function (ul, items) { ...
Toni Michel Caubet's user avatar
1 vote
0 answers
382 views

I wrote a jquery-Widget with a method clear: (function($) { $.widget('ccf.mobileHeaderAutocomplete', { ... clear: function () { this.ulElement.empty(); }, ...
Florian Gössele's user avatar
0 votes
1 answer
2k views

The dropdown classes are ul.ui-autocomplete li.ui-menu-item by default. I want to make the unselectable li not selectable for better UX. i.e. If I enter keywords "coat" in the search bar, it shows ...
7537247's user avatar
  • 323
0 votes
1 answer
414 views

I'm currently studying jquery widget. What I did was convert a working javascript code into jquery widget. So the goal would be able to create a chart and update it when new data arrives. In the code ...
user3714598's user avatar
  • 1,783
0 votes
1 answer
402 views

I'm making some kind of file manager using JQXGrid and I need to have a fixed(pinned) row in the top of the grid with the link "Go Back". Is there a way to insert a fixed row (not affected by sorting) ...
ifuwannaride's user avatar
0 votes
1 answer
45 views

I have some old jquery UI code that I want to upgrade to todays standards. Since my code was written for jQuery UI 1.7.3 I've decided to upgrade to code release by release. A release list is found ...
Maurice's user avatar
  • 1,157
7 votes
2 answers
2k views

I've just started working on a website on which some developer was working previously. He has implemented Datepicker widget in one of the web pages. When I go through the code of this implementation ...
PHPLover's user avatar
  • 13k
1 vote
0 answers
425 views

I have a MVC project and I want to use a customized Hijri Calender to be selected by the dd-MM-yyyy returned from database and enables the user to be a Date-picker to change Date values if needed . I ...
user5765726's user avatar
1 vote
1 answer
2k views

How could I dynamically add a label to existing categories in jQuery UI custom autocomplete? I have made a custom autocomplete like described here (jQuery UI docs for autocomplete): <html lang="en"...
Suhail Gupta's user avatar
  • 23.4k
0 votes
2 answers
1k views

I'm using jquery autocomplete (+ jquery-ui.min.css), and I'm having issues with the styling. Most previous answers conclude with adding !important to the css, which I'd like to avoid. Simple code (...
robinyapockets's user avatar
2 votes
1 answer
373 views

Used libraries: jquery-ui-1.9.1 and jquery-1.8.2 I have one widget with some function called from destroy $.widget("my.customwidget", { options: { }, _destroy: function () { ...
Vladyslav  Kurkotov's user avatar
1 vote
1 answer
187 views

I'm trying to use the TableSorter Math Widget and Scroller Widget together but they don't seem to work while both active. When both active, the scroller is the only one that works. When I disable the ...
Joshua Silvia's user avatar
0 votes
0 answers
206 views

On my webApp, I need to create a tip functionality, which is a div with a close button, managed by browser cookie. If user closes one, it closes on all the page. I couldn't find a jQuery plugin for ...
DeltaKruger007's user avatar
2 votes
1 answer
5k views

I'm new to HTML5 I'm trying make my basic paint/whiteboard webpage embeddable to any other website. The whiteboard consist of three files: index.html, app.js and style.css what I'm asking for is ...
Yahya Sabry's user avatar
0 votes
0 answers
80 views

I am making a widget/modules system for my website creation. So far what I have done is made a form post to the main page but when you refresh the main page the widget disappears. <form action=".....
user4806359's user avatar
0 votes
1 answer
3k views

When I click on text field available in pop window, the date picker calender is showing behind that popup window. Code for date picker initialization is $("#nextSubmitDate").datepicker({ ...
Sarvesh V's user avatar
  • 157
0 votes
1 answer
106 views

I'm trying to add JQuery Window as a widget. This is implemented as a directive and works fine with static content. But I want the content of the jquery window to be another directive. Is it possible? ...
user2448338's user avatar
-3 votes
1 answer
2k views

I need some help writing a jQuery widget. As an exercise, I am trying to create a widget which adds a 'Hello World' message to the selected element when the page is loaded. The below code should ...
wrath1888's user avatar
0 votes
2 answers
1k views

I have a jqGrid with "local" source (an array). I added a button to add a row using this code: This is the button code: $("#btnAddCategory").button().click(function(event) { var newRowId = $....
vittochan's user avatar
  • 685
0 votes
1 answer
299 views

I'm gonna try again, I have been trying to find a solution to use jqwidgets in a single page app with knockout and requirejs. My index.html : <script src="app/require.config.js"></script>...
Maniac_1979's user avatar
1 vote
5 answers
246 views

I have created widget which is using jquery latest version 1.11.1. When i adding my widget into 3rd party website. And 3rd party website have lower version jquery e.g. 1.5 in my case (it could be ...
Yatin Mistry's user avatar
  • 1,264
0 votes
1 answer
345 views

I have created one Jquery widgets which is used in many third party website. My Widgets has it's own css for widgets elements. It is working perfect when run independently. But when i add my Widget ...
Yatin Mistry's user avatar
  • 1,264
2 votes
1 answer
113 views

I'm reading the source of a jquery-ui widget that I am extending, and I am completely stumped by this one line of code. this.placeholder[intersection === 1 ? "next" : "prev"]()[0] !== itemElement If ...
Nikita240's user avatar
  • 1,437
0 votes
2 answers
1k views

Using jQuery FancyList from http://jquerywidgets.com/widgets/fancy-list/ I am trying to insert a <li> through code, not by a user click action. My issue lies in the this keyword, specifically ...
cdsln's user avatar
  • 928
0 votes
3 answers
158 views

I am creating a jQuery widget. I have this code example set up to match my original situation as closely as possible... function someFunction(){ $("#somediv").on("click", ".rem", $.proxy(this....
BillH's user avatar
  • 421
0 votes
0 answers
199 views

How can I set default direction for all widgets used in JQuery widgets? Currently I am use rtl : true property when I am initialize every widget. $("#jqxgrid").jqxGrid( { ...
Nik Kashi's user avatar
  • 4,626
0 votes
1 answer
305 views

Lets imagine that I have some set of widgets: Widget1, Widget2 and Widget3. How can I apply them according to some circumstances? Something like this: if(case1) $('#container').Widget1() else ...
A. Wheatman's user avatar
  • 6,436
0 votes
1 answer
1k views

I've started using jQuery Widgets and I want to populate a DataTable with JSON data. This is my code: <script type="text/javascript"> $(document).ready(function () { // prepare the ...
nick gowdy's user avatar
  • 6,541
0 votes
0 answers
180 views

I have this problem and I hope someone can help me. I extend the 'Ui.dialog' widget, making a new widget, 'qui.qdialog': $ .widget ( ' qui.qdialog ', $ .ui.dialog , { options: { ...
Fabain Hioc's user avatar
0 votes
1 answer
91 views

We are writing a framework and are kind of stuck on a situation. Whenever a widget (all these widgets are custom developed with us and source code is available) is applied we update out ...
Durgesh Chaudhary's user avatar
0 votes
2 answers
175 views

Is there a library or widget out there that allows inline editing of certain sections of a paragraph? I have a mad lib like interface that have certain words highlighted. The idea is to allow the ...
MonkeyBonkey's user avatar
  • 48.1k