[RESOLVED] Formatting a date variable using JQuery?
Is there a way to format a date value in JQuery? I have a variable that contains a date value in this format: Tue Mar 19 2013 00:00:00 GMT-0800 (Pacific Standard Time). I need it to be in "mm/dd/yyyy"...
View Article[RESOLVED] CLICK Event THIS not working consistently - javascript question -...
Ok - this I believe is really a javascript question - although I am using jQuery in the code... So - I've got an IMAGE - a STAR - that when you click it it runs an event called addstarClick() - see...
View ArticleJQUery Must Not Affect Code Behind
Hi guys I want to know if its possible to execute my code behind (VB code) even the jquery execute first. To give you a more details on what I am saying, this is what i have Code:...
View Articlehow to display image in html table uisng jquery
i have following line of code along with gif image ..it showing all database driven data but not image any help Code: for (var i = 0; i < data.d.length; i++) { $("#tbl").append("<tr bgcolor=...
View ArticlejQuery JSON validation for username before continuing with Facebook...
OK, heres the thing... I am integrating facebook login into my website... Its all working, except i have yet to validate the fields on the registration form. ie: all of the following work... Facebook...
View ArticlejQuery screen updates work in FF, not in IE, Chrome
Hi, I'm not much of a front end developer and made up the following as I went along, but work in FF, and realized in IE and Chrome, the screen just "freeze". However in FireFox, for each record that...
View ArticleJquery list files on a folder
is it possible to list all the files on a folder using jquery? Thanks.
View ArticleBrowser 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 ArticleProblem in Jquery Slide up and Slide down when clicking asp.net button
Hi, In my code, I used jquery slide up and slide down control. It is working perfectly in normal image click. Initially the Div tag is slide down position (display:none) I can slide up the Div tag in...
View ArticleCreating Clickable Line Chart
Have been searching for a long time no try to find a clickable Jquery chart that does what I want. I really need to do two things. 1. I need a chart that will allow me to graph a reverse y-axis. 2. The...
View ArticleJQuery Tutorial
Hey everyone, Where can I find the best tutorial in JQuery, a tutorial that is step by step and has good explanation in every line of the code. Thanks!
View Articleshow mysql result into html table on new window
I have this main page with text and button. On click of the textbox, it should open a new window and show there html table populated with mysql records and on each row has a button that when I click on...
View Article