Browser tab index
I am hoping that jQuery or Javascript has a way to know which browser tab index is being used in IE8. So, for example if the user has three tabs opened up on Internet Explorer then I want to know which...
View ArticleValidation for blank input field
Hello, I am trying to put a simple validation for the input text field. In the browser this is working something like this. 1st click - no message is displaying. 2nd click - message is displaying 2...
View ArticlejQuery selector undefined for dynamic table elements with custom ID
My app uses UploadiFive to provide a means for users to select files for uploading. Each file selection fires the following routine which creates a table row and appends it to a table on the selected...
View ArticleSearch Box on page
hi guys, is there a way to create in Jquery to have a search box and search for the data within the HTML page. In the HTML page, there's a lot of <a href="http://sample.com">Sample </a>...
View Article[RESOLVED] Validation for blank input field
Hello, I am trying to put a simple validation for the input text field. In the browser this is working something like this. 1st click - no message is displaying. 2nd click - message is displaying 2...
View ArticleValidation - Input fields - at a time
I wish to put validation on different input fields. Here are several situations take place that does not fulfill my requirements. 1. 1st time click - all the error messages are showing (ok). 2. 2nd...
View Article[RESOLVED] Jquery list files on a folder
is it possible to list all the files on a folder using jquery? Thanks.
View Article[RESOLVED] Search Box on page
hi guys, is there a way to create in Jquery to have a search box and search for the data within the HTML page. In the HTML page, there's a lot of <a href="http://sample.com">Sample </a>...
View ArticleLoad upload image into a an image control
Hi, I have an upload control which I have set the onclientcomplete to call a jquery function. In this function I want to get the name of the file uploaded and assign it to an image control. I know very...
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[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 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 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 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] 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