I was wondering if anyone has ever come across a strange little bug in Scriptaculous's appear option which show's a background image for a brief second through the newly appearing image over t...
Hi everyone,
Thank you in advance for anyone that can offer some support on this. First off, I'd like to warn everyone that I am a beginner with javascript/scriptaculous.
Ok, what I have...
Hi everyone,
I was wondering if anyone had any good pointers for using JQuery to achieve page transitions (ie: Once page is loaded, page fades in, then on link click the page fades out and ...
I have a table of results. One row has a submit button. Ive written code to execute a JSON call and I can easily change disable the button and change the text:
function lockButton(buttonCl...
I have a table that I am dynamically adding rows to using javascript, in this row I need to add a cell with a checkbox control. I'm able to create the checkbox fine but I cannot figure out ho...
Hi,
when the user select a radio button that has a value of "Time Sensitive" if should show the div otherwise don't show the div.
here's my code.
function ShowHideOppt()
{
if (doc...
I'm using YUI's treeview method and I'm having some issues.
(1) If I just try to echo the response, I keep getting this error: missing ) in parenthetical
But, if I add exit(); after the...
Hi everyone.
I have a page where I am setting animation orders using an onload function (as seen below). On load, the page fades in, I am then wanting to have "slidedown_demo" slide down in...
Ok take this function I have. This function is a method to a large class I have written in JavaScript. I am using the prototype library as a framework. You can see how I've had to cheat and us...
I'm trying to use script.aculo.us to slide up/down a panel - I want to use the same area to drop it down if it's up, and vice versa. Is there a built in way to do this? I've got the followin...
Hi Experts,
I'm working now on one "Ajax portal", it uses Prototype JS (version 1.5.1.1) and Scriptaculous.
I have remove browsers default scrollers (in CSS that is "overflow"), and replac...
Hi - I have a development page here:
http://www.aoec.com/beta2008%5Fv1/open/index_ajax.asp
When you click on the play video box on the left it shows a DIV and then replaces some black co...
Group,
Just trying to catch up on some of the newer techniques for web dev and came across a weird tag in the header of a website I am studying and I am trying to get a handle on it. I believ...
I'm trying to have my vertical slide ( copied identical to http://demos.mootools.net/Fx.Slide ) start in a closed state. In the demo provided, they all start open.
I tried adding this to th...
I have seen the following code in brackets:
[this.parentNode.parentNode.parentNode.nextSibling.style.display="none"] OR
[this.parentNode.parentNode.parentNode.nextSibling.style.display="...
Hi everyone,
I am currently using the script below to tell the page to fade out on click and then render the new page in its place. This works perfectly in Firefox (as usual) but in all IE ...
Hi everyone,
Just wondering if anyone has ever noticed a strange IE text blur issue when Scriptaculous fades in an object.
I am using Scriptaculous to fade in my page on load, once the c...
Dim javascript As String
javascript = "Thewin=window.open('www.techinterview.com/TechInterview/','mywindow','width=500,height=950,left=750,top=0');window.focus;"
Re...