Partial Page Refresh Problem
Hi Guys, Im using the code below to refresh the contents of a specific div on my webpage. But the problem I'm having is that when it refreshes it removes the contents completly rather than actually...
View ArticlejQuery - SlickGrid - sometime my customer gets this message
The attached screen shot shows an error message that sometimes appear for one of my customers. If they immediately try again to open this "grid" it works - so it's a sporadic problem. And I've never...
View ArticleAccess hover of navigation
Is it possible to gain access of : Code: #nav li:hover I tried many thing but none of them work. I want to change css property of nav li:hover .
View ArticleMaking an Accordion Control?
I'm using JQuery to create an Accordion control. The problem that I'm having is that when I run my webapp, 1 section of the Accordion control is open. I have a total of 4 sections (<div>'s) but...
View ArticleDrag and Drop div with image and server side click
Hi, I have a page which has a div and a background image on which is draggable. This works great but I want the user to be able to click on the div this will access a function server side to change the...
View ArticleCentering an Image on the screen?
I am building a image viewer just to gain the experience. I have a series of thumbnail pics in which I can hover over them. When I do this, I want to be able to show the full-size image centered in the...
View Articlehow to display linkbutton using jquery
hi to all can any one tell me how to display linkbutton visible using jquery ... Thnaks
View ArticleSelecting a menu option using jQuery?
I have a web page that contains a menu built using <div> tags. The structure is below: Code: <div id="mnuStructure" style="border-top: 1px Solid Gray; border-bottom: 1px Solid...
View ArticleAccessing the "Browse" button for FileUpload control?
Does anyone have an example of how to access the "Browse" button of the FileUpload control using JQuery? Thanks,
View ArticleUsing FancyBox as an Error or Success Message without clicking on a link.
Hello guys, I would like to use fancybox as an Error and Success Message indication withouth clicking on a link. Scenario: A user fills out an HTML form and if some things are wrong, they see a...
View ArticleJSON Problem
Hi There Im trying to create a little dialog where a net user can select a previous destination for a trip request. Ive got a bit stuck working with the JSON This is my entire class, I have used...
View ArticleHas anyone ever received this error (see attachment)
I'm trying to run a webpage and I get this error. My page is using jQuery in it. Below are the references I have in my page. Code: <link href="css/portal_standard_calendar.css"...
View ArticleLoad MySql Data to JavaScript Array
Hi There Is it possible, Using jQUERY (or something else ), to download data from my MySql DataBase and store it an array. I have seen load of people using $.post Or $.get to load data in to HTML...
View Article[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 Article