[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 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 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 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 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 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 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 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] 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