JQuery :: Site On The Right Hand Side There Is A Section Called BBC IPlayer?
Aug 6, 2009
On this site on the right hand side there is a section called BBC IPlayer, you see the sliding scroll that is previewing some of the image before and some of the image due after,i cant seem to find anything similer in jquery,
View 1 Replies
ADVERTISEMENT
Oct 11, 2010
I am trying to assign some value to text filed using jquery.
I am using this code.
Its giving me this error (invalid assignment left-hand side)
If i use this simple statement
This works..
How to assign value to an input filed using jquery.
View 1 Replies
View Related
Aug 15, 2009
I have written a function to compare each character in startString with another nominated character (nomChar). If they are the same this character is written to outputString, in the same position. If they are not the same a character is lifted from the same position in altString and placed in the same position in outputString instead. I hope that's clear!
Code as follows:
However, the line of code within the if statement outputString.charAt(count) = nextLetter; keeps generating an 'Invalid assigment left hand side' error message.
View 2 Replies
View Related
Sep 14, 2011
I'm busy creating a website and I've implemented a gallery of sorts using this script below to make it move the images, however when it gets to the end of the cycle of images it reads the last image as the last one to reach the left hand side which is obviously quite unattractive. So all I would like to know is if there is someone who can alter this code to make it so the last image is read on the right of the block thus resulting in no blank blocks. You can view it in action at http://mcphotography.co.za/corporate.html.
Code:
var Spry;
if (!Spry) Spry = {};
[code]....
View 1 Replies
View Related
Jul 1, 2009
Is the UI section of the site down? I have a few websites that link to it and they're all taking forever to load, seemingly hanging when "waiting for ui.jquery.com..."
View 3 Replies
View Related
Dec 19, 2010
I've made a basic website template, which I'm still working on, but I'd like to make it compatible with IE before I go any further.
I'm having trouble with the drop down menu that is located in the top right section on the site...in the banner.
It seems to work fine in FireFox (which is what I've built it for), Safari, and Chrome, but it will not work in Internet Explorer. Problem is....it doesn't hide the links, or "il" section. I was able to get it to do so, but then it would not let you select any of them...they would disappear as soon as you moved your mouse off of the top section, or "ul" i believe it's called.
Here is the website link [url]
And here is the CSS sheet for the menu [url]
I'm sure I'm probably missing some things as well as having things I don't need. I'm lost.
Here is the code for the menu:
And here is the CSS:
View 2 Replies
View Related
Jan 5, 2009
Is there any way to create a java alert pop-up client-side for a third party site? I work freelance for a company where one is given various editing assignments. You login to your account page on their site and you keep refreshing as you choose and when an assignment appears, you can click it and accept it. I have a little auto-refresher add-on for IE which keeps refreshing that page every 12 seconds but it can be quite a chore during quiet times sitting in front of the browser waiting for something to come in. Also, you can miss out on assignments if you're not there a lot through the day.
I was wondering if there's some little script that will monitor that page and give me just a simple little alert pop-up dialog and tone when certain conditions appear on the page, i.e. an assignment appearing. I designed some websites a long time ago and used java pop-ups for my sites where it was installed by me server-side for a client-side alert, but wonder if there's any way to write some little thing that will do what I want above on my side when it's obviously not installed server-side.
View 1 Replies
View Related
Oct 4, 2010
I am driving an html site from my network drive in my office that can be viewd on LAN. I need to put a blog kind of section on my site so people who visite this site can leave there comments on it and all can see thses comments.
View 6 Replies
View Related
May 26, 2009
I am building a client-side and server-side solution and want to use JSON through Ajax in both directions. I have ASP or JavaScript server-side, though Microsoft's support of server side JavaScript seems nil, so I am reluctantly conceeding to use ASP. I'd appreciate suggestions on available solutions to encode/decode JSON on the server-side (ASP or JavaScript). I don't plan to load jQuery server-side so that rules out plug-ins. I'd also like to know what is the latest client-side encode/decode for JSON. Is it built in jQuery or a plug-in? In both server and client, decoding JSON securely is key, so using eval () to decode is out.
View 1 Replies
View Related
Oct 15, 2010
Okay so I have the code as below. When the page loads both alerts trigger as they should and all the code works. If I take out the first alert, the second one still triggers (so I know the code is reaching the bottom) but for some reason my .change() function stops working. Placing an alert just inside does not trigger so it must be something before the .change(). Firefox's error console shows no errors though.
[Code]....
View 2 Replies
View Related
Mar 7, 2009
I didn't want to write iPhone there.have any idea on how to do this? But most important, it IS possible, right?
View 5 Replies
View Related
Oct 5, 2010
I have a sliding vertical menu in my page in the left side and in the right side i have a text say for eg: Home.
So when i click on home, i need the left side vertical menu to slide and open and the home in the left side should get highlighted. How do i do this in javascript?
View 1 Replies
View Related
Jun 1, 2009
I am developing a web form using python cgi which has two list boxes. On selecting a value from the listbox1, the list box 2 should get auto populated with appropriate values (which are taken from the DB). I have written a javascript function to get the selected value from the list box1. But I am struck with passing the values from the javascript to the python function written in server side in which I have written the DB related stuffs.
View 1 Replies
View Related
Jul 20, 2005
I have a Hyperlink within a String like below:
sSql = "SELECT DISTINCT " + "'Action' = '<center><a
href='+char(34)+'ChangeRequest.aspx?ID='+cast(Chan geRequest.ChangeRequest_ID
as nvarchar) +CHAR(34)+'>Open</a></center>',"
I want to invoke a Client side javascript function and pass the value
of the ID. How can I accomplish this such when a user clicks "Open" he
goes to a new window with the same ID.
I tried this but it does not work:
On Server side:
sSql = "SELECT DISTINCT " + "'Action' = '<center><a href= 'javascript:
NewWindow('+cast(ChangeRequest.ChangeRequest_ID as nvarchar)+
CHAR(34)+)'>Open</a></center>',"
On Client side:
function NewWindow(myID)
{
window.open("ChangeRequest.aspx?ID="+myID,"WindowName","width=500,height=600");
}
</script>
View 1 Replies
View Related
Mar 30, 2009
The code on how to make this page into 2 columns. Right now I have everything in 1 long row of 6...id like to see how to make it 3 and 3 side by side...
View 2 Replies
View Related
Aug 22, 2011
On the server side I have a php generated session parameter.
I need to pass it to javascript on the client side page.
I saw on the web the following solution code...
I tried it but it did not work.
View 1 Replies
View Related
Sep 11, 2009
I have the following PHP code, which uses server-side validation, which works fine. It the user leaves the text field empty it stores an error in a session array which is outputted on the page where the $_GET['id'] variable came from. I also implemented a snippet of javascript code that just checks to see if the cell is empty and throws up alert box. The problem is that both the javascript code and php error validation are both running when I click submit. The PHP code should be a backup to the javascript code in case the user has javascript turned off. The client-side validation should be the default. Not sure if this change should be made in my PHP Code or Javascript Code.
PHP CODE:
session_start();
require_once("../Modules/Connection_Functions.php");[code].....
View 1 Replies
View Related
Jul 20, 2005
I have a web form that has a checkbox on it and a textbox associated
with it. I want the textbox to be displayed when the checkbox is checked
and I want this to happen on the client-side instead of posting back to
the server. The checkbox is a server control (asp:checkbox...). I can
write some codebehind that will display an alert message upon checking
the box that looks something like this...
Page_Load...
Dim s As String
Dim scriptString As New System.Text.StringBuilder
chkExpDate.Attributes.Add("onclick", "alertmsg()")
scriptString.Append("<script language=JavaScript> function alertmsg()
{")
scriptString.Append("alert('hi'); }<")
scriptstring.Append("/" + "script>"
s = scriptstring.ToString()
Page.RegisterStartupScript("startup", s)
End Sub
I used this as a test to make sure the server control was running the
script. But, when I change the script to assess the value of the server
control checkbox such as checked = true, I get errors and if I just try
to display the asp:textbox, it doesn't work either.
View 1 Replies
View Related
Jun 9, 2011
[URL]I've been using the advice and code here to start incorporating expanding/collapsing tables into my work, but I'm hitting a little problem. I want to have multiple such tables side-by-side (each headed by a picture and populated by a lightbox, which isn't the issue), but Dreamweaver wants nothing to do with the idea. I don't really even know if it's possible, but if it is I'd like to know what sort of changes I might need to make to achieve it.
View 3 Replies
View Related
May 14, 2007
I had a import function which allow for user import data from excel file. The number of row was dynamic, mean that user may import hundred or data or may thousand of line.
should i perform client side or server side validate?
the problem i faced was if the import thousand of line, i need display out thousand of text (multiple by 6, cause 1 got 6 fields)
the take a lot of time to loading and cause browser "hang" (response slow)
any solution for me?
View 13 Replies
View Related
Jun 16, 2010
I have the following client-side Content Management System VBscript which works great, now I'm looking at getting it to work server side so that I can update using online login rather than offline and having to upload files. To be honest, I have no idea where to begin with this,
Here's the full VB script:
[Code]...
View 1 Replies
View Related
Sep 5, 2009
I've got the following html code for a button - how can I get the cursor to turn into the hand shape when the mouse is over the button?<INPUT NAME="btn_cancel" TYPE="button" VALUE="Cancel" onClick="cancel_button_click()";>
View 14 Replies
View Related
Apr 22, 2006
I need a tag that doesn't go anywhere when I click on it but will show the little hand with index finger outstretched like I am hovering over the text teh tag applies to. I googled for a while, but could not find anything related to what I am looking for. I need this because I am writing a file that will execute a javascript function when I click on it, which will display some new information, so I want it to appear to the user that he/she is clicking on a link.
View 9 Replies
View Related
Jul 23, 2010
i have a personal website (www.akinbacioglu.com) and under WORKS title there are some projects and slideshows for this projects. Somebody wrote the javascript code for me months ago and now i want to see a hand cursor when i move my mouse over an image of these slideshows.
View 4 Replies
View Related
Apr 22, 2009
I have a form, in that form element I have a Date element. I use this script available at [URL] CalendarPopup to get the date from the user. Since, I want the date in a specific format (which the CalendarPopup script gives me) so I want the user to use the calendar popup rather than inputting the field by their hands . How is this possible? I disabled the form element but that won't let me use the calendar popup too
View 3 Replies
View Related
Oct 25, 2006
I have this:
Code:
<TD WIDTH="99" HEIGHT="41" BACKGROUND="button1DarkWeb.bmp" VALIGN="center" ALIGN="center" rowspan=2
onclick="javascript:formHandlerMainMenu('PrognosticsView.asp');">
<FONT SIZE="+1" COLOR="White">Prognostics</FONT></TD>
It's supposed to be a custom button with centered text in. I cannot include the text in the image and make a bitmap out of it. I have to be able to change the text, and there are lots of different strings.
When the cursor is over the text. It has the shape of a text cursor, not a hand.
Is it possible to make it a hand?
View 1 Replies
View Related