Running 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[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 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] 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 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 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] 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 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 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] 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 ArticlejQuery/Bootstrap Datepicker issue
I made a fiddle showing an issue I've been having. When a modal is shown, I am populating a field with a value. On shown, I'm actually querying mysql database and populating fields. The fiddle just...
View ArticleJQuery not finding the new elements
Ok, so a page I'm working on has a grid (table) AJAXed in/updated. The check box on the grid JQuery can find, however the td with unique id's it cannot find. I made some javascript/jquery to create a...
View ArticleJQuery > button > click created link
Hi again, I have this working in Chrome and Firefox (although Firefox blocked direct clicking on a created link - click a span in a link tho...) However, Edge/IE(?) runs the JS up to the JQuery...
View Article