[RESOLVED] JSON.parse error on some computers
The exact error is "SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data" and I couldn't really pinpoint where the problem is. It is working fine in Windows 10 64 bit and...
View Article[RESOLVED] jQueryUI - Autocomplete
I currently have a PHP file that is returning the JSON equivalent of some rows returned from a database, for what its worth, here is the PHP file: Code: <?php $configs_database =...
View Article[RESOLVED] parseJSON Returning Wrong Type
I'm attempting to load the following literal into a JSON object, but when I call typeof on the variable it says that it is an object rather than an array. Can you spot what could be causing this: Code:...
View ArticleOnVisible Event
I need an even for when the last fieldset becomes visible as I'm using a step-by-step form that toggles the visibility of the various fieldsets. I have tried: Code: $("#msform...
View ArticleTrouble calling PHP (maybe)
I'm trying to set up a backup system that will run off an Android tablet in a disconnected environment. To do this, I installed a server on the tablet and a WIFI hotspot. These appear to be working as...
View Articleseparatly treat checkbox in two different html table
suppose if i have two html table table1 and table2 and each have rows with css class "case" .. each html have header with selectall checkboxes .so if i check selectall checkbox of table1 and i want to...
View Articlejquery and external css
May i ask for an example how jquery can be used to execute an external css file OnChange event of the INPUT type html object.
View Article[RESOLVED] Adding Events With Dynamic HTML Control
Good day, I was able to make the adding of html textbox control working perfectly. So here's my code for adding textboxes. Code: var elementCounter = 2; // NEW BOOK TEXTBOX. var newBookTextbox =...
View Article[RESOLVED] jsTree - can I load data from the viewbag?
Hi All I'm just trying out the jsTree for the first time and like what I'm seeing. I've got it loading and formatting as I want and have it loading it's data using an ajax query to a method in my...
View ArticlejsTree - can I load data from the viewbag?
Hi All I'm just trying out the jsTree for the first time and like what I'm seeing. I've got it loading and formatting as I want and have it loading it's data using an ajax query to a method in my...
View Article[RESOLVED] Promises, promises...I'm Unloading
I noticed that people tended to unload my page by mistake a lot. The page is a series of forms that are displayed via JQuery, and the whole thing will be used almost exclusively offline. Because of the...
View Article[RESOLVED] JSON Not letting me post a URL?
How do you all a URL to pass thru json? http:// is breaking it... im guessing its the // because if I remove one it works... Code: $('#save_social').click(function() {...
View Articleuable to bind grid with jsons data
I am unable to bind gridview with json data ..although data is returning from json webservice here is the code Code: <%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/Site1.Master"...
View Article[RESOLVED] JQuery Render Time & HighCharts
Guys, I'm trying to figured out how to execute the HighChart after the button click. Here are my codes: Code: <script type="text/javascript"> $(function () { var option = {...
View ArticleJQuery Render Time & HighCharts
Guys, I'm trying to figured out how to execute the HighChart after the button click. Here are my codes: Code: <script type="text/javascript"> $(function () { var option = {...
View Article[RESOLVED] How to stop jquery tabs from refreshing
:wave: So I have these two tabs on a jquery tab widget. Each one is populated via an ajax call to the server. When I switch from tab1 to tab2, and then back to tab1, everything I had entered on tab1 is...
View ArticleHow to stop jquery tabs from refreshing
:wave: So I have these two tabs on a jquery tab widget. Each one is populated via an ajax call to the server. When I switch from tab1 to tab2, and then back to tab1, everything I had entered on tab1 is...
View ArticleRefresh Grid
Hi, I have an accordion with two panes. The first pane has a grid which is being used to search key columns of a table. The second pane has entry fields allowing the user to add, edit, delete etc rows....
View Article[RESOLVED] Ajax upload confusion
Ok - I've got this HTML - and it's working - dumping the return results into target="upload_target". Originally it was causing my page to reload - or dump into a new tab of the browser - until I found...
View ArticleRunning html pages offline in a tablet or mobile
Hi, Maybe this question has been asked before, but here is what I want to do. I am trying to develop an android based application that uses several HTML pages, the pages are modified to look like a...
View Article