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 ...
How can a csv file be read in javascript so that an array can be populated ?
Thanks
I have a form with a radio button questions that states "Is this a multi-day event?" followed by questions that ask for the set-up date, start-date and end-date.
The functionality that I'm...
Hi everyone,
First off, thanks in advance to anyone that takes a look at this and second an even bigger thank you to anyone able to contribute to a solution.
I am trying to make a series...
I have the following code in javascript, I do not get any error in the actual browser, but when I validate it through http://validator.w3.org/check, I get the following error :
Line 346, C...
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...
I have a repeater which shows current month records from database based upon month and year selection from dropdownlist at the top of page. This repeater has 3 textboxes per row (date of mont...
I implemented a Javascript slideshow on a site: http://tinyurl.com/5rsofk
The JS for the slideshow is at: http://tinyurl.com/6hdptt
By default, the slideshow allows for images to be clic...
I have an application that is giving me a Microsoft jScript runtime error of " 'document.xxx' is null or not an object ". The xxx being the name of a function. The tool image is supposed to ch...
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...
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...
Trying to replace text with a background image in CSS - I'm assuming the fact that my list is display:inline could be causing the issue
Does anyone know how to fix this?
I am looking for the best javascript library to design a portal with a main window whose panels can be modified by the individual users preference, i.e. added, substracted from a column, sized...
Hello,
I'm trying to create dynamic textboxes and submit each as an individual record to a table. I've borrowed some code that has successfully allowed me to create the textboxes, however ...
Trying to implement the example of the YUI uploader, but even though it says the file has been successfully uploaded, it's nowhere to be found... I'm basically using the single file upload exa...
I would like to create dynamically rows with a label and a dropdownlist. The number of the rows varies and depends on data from my database.
How can I do this?
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.
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...
hello,
i am trying to find control (textbox) of html which is placed inside the text of lable of asp.net.
here is the code which i used..
protected void Page_Load(object sender, Event...
hi experts,
can you explain me the following questions ??
1. What is hibernate mapping ?
2. Can we insert multiple data in different tables at same time through hibernate ?
3. Can we ...
Hi Experts!
There is a lot of PHP gradient background generators out there...
But I'm looking for a similar solution that´s running client-side.
What I'm doing today:
There is a pa...
Hi
I am having a problem finding the right Mootools selector.
I have the following HTML:
<div id="container">
<div id="cp-1">
<div class="cp"></div>
<input type="text" cl...
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...
I am writing a series of functions which should do the following:
1. check and validate the submitted numeric values,
2. post them to the server
3. return and display the AJAX response f...
I am trying to create my first grid panel in Ext js - I have a ColdFusion 8 program mwCounties.cfm a ColdFusion 8 component - ext.cfc and a Javascript file - mwCounties.js.
I am using Firefo...