[RESOLVED] Setting cookie on remote host
I'm trying to connect two sites together, one that uses JavaScript and one that uses PHP. I want to pass a JavaScript variable to the PHP site, and figured the best way to do this would be to use...
View Articleconvert image gallery into website portfolio
Hi, so I sound this code online (image gallery) that I would like to change into a website portfolio, but instead of just a image coming up I would like the whole website to come up as a background,...
View ArticleJquery and database
hi all I wanted to use show slide show in jquery slider format ...I have database where one table hold all images i know how to get images from database but no idea how to move in slide format using...
View Articledrag and drop create image contrl
Hi, I have a div which contains a image control displaying a photo. I also have four images in div's which are arrows. I want to be able to clone (drag) the images on to the photo which I can do but I...
View ArticleConfused about code to DOWNLOAD - want to modify to pass large JSON to...
I have been using this function I found a long time ago to do downloads - I want to modify it to pass a large JSON string to the download.aspx page. With that said I am trying to first understand it...
View Articlejson and jquery gridview problem in binding
i have following code in json/jquery/grid connectivity Code: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="json.aspx.cs" Inherits="LINQ.json" %> <!DOCTYPE html PUBLIC "-//W3C//DTD...
View ArticleInternal server error in jquery /json webmethod
hi to all I have following code in webservice Code: [WebMethod] public string Records(string loginid,string pass) { //if (loginid == "Admin") //{ //...
View ArticlePartial 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