Skip to main content

All Questions

Tagged with
-1 votes
1 answer
104 views

How to call back text from p tag to the input text feild?

There are two identical ids and i just want to add some jquery which will do the following job, whenever p tag text changes then input value automatically changes itself according to text of p tag. ...
Ahmed Yasin's user avatar
0 votes
0 answers
38 views

Why is my onSelected constantly redirecting my page

I am using ddslick as my dropdown plugin. onSelected my page keeps redirecting. Why is that happening? $('#myDropdown').append( `<option value="${d.data.runId}" ${selected} data-description="...
noosigh's user avatar
  • 53
2 votes
0 answers
99 views

jQuery - businessHours Plugin, always initiates days as isActive:true while they're false

I'm trying to use a jQuery plugin called businessHours See Github documentation There's an initialise option from JSON array, like this: /* initial data */ var operationTime = [ {"isActive":...
DuliNini's user avatar
  • 181
1 vote
1 answer
233 views

How can a local web app interact with Chrome extension?

Can I send my values (key words) from DB to Multi-highlight Chrome extension? My requirement is to open a given web page and highlight multiple key words. I will have an input field where URL is ...
shank's user avatar
  • 59
0 votes
1 answer
6k views

Rendering a JSON form using jQuery formbuilder

I want to use jQuery formbuilder (https://formbuilder.online/docs/) and want to render the JSON form generated by Formbuilder on my web page. Can someone help to show how I can achieve this with ...
Marthinus Strydom's user avatar
0 votes
0 answers
284 views

jQuery plugin query mySQL database for data

OK, my apologies for this 'simple' question but I've forgotten .... Have a jQuery plugin where the data comes from a mySQL db. How do I pass the object via the plugin options - see said simple :) e....
Russell Parrott's user avatar
1 vote
0 answers
322 views

To create a Tree Grid Structure from the JSON input using nestedSortable jquery plugin

I have the following JSON file: [{ "Parent 1": [{ "Child 1.1.1": 1, "Child 1.1.2": "W1T1", "Child 1.1.3": 1.5, "Child 1.1.4": [{ "Child 1.1.4.1.1": 1, "Child 1.1.4.1.2": ...
Yash Saraiya's user avatar
  • 1,035
0 votes
1 answer
366 views

JSON to HTML table using 'datatable' plugin

I'm trying to generate a HTML data table from the result of a SQL query execution. The resulting data is in JSON format. I'm using the plugin "Datatables" to achieve this. I'm following this example ...
usert4jju7's user avatar
  • 1,773
2 votes
1 answer
240 views

How can iterate a JSON to create the body of a table - jQuery tmpl/template

I've been trying to iterate a JSON variable to create a table using jQuery template/tmpl to do so, I've succeeded on iterating one-dimensional JSON but when trying to generate the table's body where ...
Kyle's user avatar
  • 1,578
2 votes
1 answer
74 views

Editing goes wrong in Jqgrid table

When i call the value to the jqgrid using the json parameter, the value is correctly displayed but when i edit the table value the values are randomly edited. For example when i edit the 1st row then ...
Xravn's user avatar
  • 254
8 votes
2 answers
18k views

how to load dynamic json to jquery datatable

I want to load dynamic data into my jquery datatable. That means, before I get the json data from server, I don't know what fields it contains, but I'm sure the json is valid. It will looks like below,...
Allen4Tech's user avatar
  • 2,144
3 votes
3 answers
6k views

How to parse a external JSON file with arrays with javascript

I am currently struggling with the issue of reading in a JSON file with javascript. I am not entirely sure if this is the correct format for a JSON file with arrays, but here is my JSON file. [ ...
RYDiiN's user avatar
  • 289
3 votes
1 answer
3k views

server side data tables send POST data as json

I'm trying to use server processing with data tables: $("#my-table-id").DataTable( { serverSide: true, ajax: { url: '/request/path/', type: 'POST', } }); sends data as url ...
madhukar93's user avatar
0 votes
0 answers
139 views

Ajax result return as text and use it as a value for JSON array in CLNDR.js, but it is not working

Im having confusion what could be the appropriate title for this question, anyway let me explain what my problem is. Im currently using a plugin CLNDR.js and what im trying to do is display events in ...
threeFatCat's user avatar
4 votes
1 answer
2k views

Converting JSON to HTML with jQuery jPut

I'm studying jQuery jPut JSON to HTML, but while learning this plugin, I got stuck trying to convert some JSON data to HTML. I've provided a sample of my JSON data. How do I convert this into HTML? I ...
emmanandales's user avatar

15 30 50 per page
1
2 3 4 5
8