JQuery :: Utilizing With My Website ?
Oct 13, 2010
I have certain features that use Jquery implemented in my website. I guess my hosting service does not offer support for jquery so I get these error messages when running the site.
Message: 'nodeName' is null or not an object
What do i need to do to make this work with my website?
View 5 Replies
ADVERTISEMENT
Jun 18, 2010
I have come in need of assistance in guiding me in the right direction. My intentions are to create a web-based page where one can select from a few drop down menu's, and enter a few select pieces of information. This information would then be logged for later purposes, when the user chooses to retrieve this information (during the initial usage, no long term storage) in the format of a report.
View 1 Replies
View Related
Nov 30, 2010
I have a ajax program on a page on website A. And I need to let it talk to a program on website B. I tried to put website B into the url of the parameter but it doesn't work.It gives me a "[objet XMLHttpRequest]" error.here is the code on website A:
[Code]...
View 1 Replies
View Related
Jan 28, 2010
The javascripts files in my website are constantly getting injected with malicious codes which redirects my website
View 2 Replies
View Related
Dec 29, 2005
I'm trying to code a feature for my website using DHTML where the person viewing the website can rotate between viewing the positive/negative points of the website being reviewed. This example was in the publication called Using HTML 4 by Lee Anne Phillips. Code:
View 5 Replies
View Related
Apr 27, 2010
Suppose I want to allow a user of a website to add a poll to the website for everyone to see/vote on. How exactly would I write a script for that?
View 8 Replies
View Related
Nov 17, 2009
I have a webpage and i want to put a section of another website on to my own website..
The Section i want to put on my website is on this page www.bebo.com/thegaadiscos and i only want to put the section with the comments on it...
What i want is a bit like the face book section of this website [URL]
View 4 Replies
View Related
Feb 12, 2010
I have simple web contents in a page on one server, [URL] and want to plant that in a page on a second server, [URL]
This code doesn't work:
$(function(){
$("#test").load("http://foo.bar.org/test.shtml");
});
although it does work if I put test.shtml on the second server, bar.org, and refer to it relative to root.
View 2 Replies
View Related
Dec 10, 2011
If you go to google and you search for a thing, you see a list of websites. On the right you can see a double arrow. I you placed your cursor on it, you can see a thumb of the website on the right.
View 1 Replies
View Related
Nov 7, 2011
I want to use a jQuery Lightbox for our new Web Site. I would like to have one lightbox where there is a large text sidebar on the right side describing the project represented by the slideshow. I would also like to style the text in the text box with Web Fonts if possible
View 3 Replies
View Related
Jul 19, 2010
i try to resice a div. it works fine in ie7 and ie8.in ie6 it does not work. what could be the reason?
function golabel(label,hoehe) {
if (movieIsLoaded(thisMovie(movieName))) {
thisMovie(movieName).TGotoLabel("_level0/",label);
[code]....
View 5 Replies
View Related
May 4, 2010
I have a problem on my current project. Animations are very slow on IE8 but when I turn the compatibility mode on, it become very fast.
FF, Safari and Chrome run it fast too. I don't understand how my site can be slower on IE8 than on IE7 O_o
View 3 Replies
View Related
Dec 18, 2011
I am trying to use 2 different jquery plugins on the same page of website. I can get one to work at a time, but not both at the same time. The plugins are a Countdown and Slider.I am a graphic designer, with very little javascript experience. The red code is for the Countdown and the blue code is for Slider
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
[Code].....
View 2 Replies
View Related
Jan 21, 2010
I have been trying to discover why the first() and last() methods are not working in my jQuery 1.2 nor 1.3 tests. After searching for a while, I found the alternative way with filter() and eq(), but I still wonder why none of those methods work.
The API documentation [URL]... states that they are available since 1.2, but they won't work, I always get a "not a function" error. I also found a tracker entry [URL].. discussing the need for them, but nothing is clear from it.
View 3 Replies
View Related
Mar 30, 2009
What makes this easy is I'm trying to replicate an existing website: BT's Personal Site
The menu of Packages / Phone, etc is very nice. Not only does the menu auto scroll, but also reacts to mouseover in a lovely manner (thereafter going back to auto scroll if there is no user input).
I've spent the afternoon going through all of JQuery's plugin library but I couldn't find something similar. I found individual scripts that I could use to mirror the auto rotate, but that meant integrating the rollover wouldn't work. Anyone got ideas on how to implement this?
A pre-existing script would be great if there is one(!) Otherwise, real simple advice as I'm a bit of a noob to jQuery. If there is no pre-existing script or the alterations will take a bit of effort, I'm happy to compensate if there is an expert for hire (depending on rates obviously!)
View 3 Replies
View Related
Aug 4, 2010
I am a novice jQuery user and I was assigned a job to create an interactive map for a website. I want to make a simple nap, but I have no idea where to start. I am trying to make a simple map (as attached) so when a user comes to a homepage, the map would be visible. Then when the cursor is rolled over the map, different states appear in different color and when clicked, the user is taken to another page. Sounds simple, but I cannot find any useful info.I do not want anyone posting any codes, I want to try to do it myself.
View 2 Replies
View Related
Nov 10, 2011
I'm doing the design update work for a previous site, and it's done except for one thing. I want a slideshow to be on the homepage, specifically the plugin Slider Pro. I have put in the shortcode and yet the plugin does not display. Also the navigational buttons do not animate with Jquery. Strangely if I test a Jquery code in the header displaying an alert it works. I have tried disabling all plugins except for the slider one to no avail. [URL]
View 10 Replies
View Related
Jun 10, 2011
My website has a pretty comprehensive CSS. I'm now using jQueryUI tabs on my site but the typeface within tabs look different than the typeface used throughout my site. How can I get jQueryUI tabs to use the same font type/size as the rest of the website?
View 2 Replies
View Related
Sep 22, 2011
I use Serif WebPlus X5 to design my website and found that the datepicker tool is perfect for my needs. However, I need six different datepickers on the same page working independently of each other for purposes of reserving one or more of 6 different day activities.
Getting a single datepicker to work on the page was easy enough. I copied and pasted the remaining 5 but the trouble now is to get the coding right for each one to work on its own. I know where and how to change the code of the page, I just don't know which code and what to insert or change.
View 4 Replies
View Related
Dec 4, 2011
We have one website [URL] it will open in only IE not in any other browsers. When it will open in other browsers it will shows source code. I have to make changes in it so that it will open in all the browsers.
View 18 Replies
View Related
Sep 1, 2010
I would like to add a fundraising progress bar to a web site. Searched here for code. Perhaps I was using the wrong terminology, but couldn't find anything. I don't want a thermometer look - prefer a horizontal bar.
View 3 Replies
View Related
Jul 1, 2010
been looking for a solution to this one for a couple of days, with no luck, I downloaded an under construction template from herethat incorporates keith wood's countdown timerjquery plugin. Its a perfect template for my site. Trouble is i just can't find a way to adjust the timer. it works fine, without adjusting any of the code but it's default display reads that there's 500+ days estimated to launch. As it's for my business website i don't want people to be put off visiting again, so i wanted to adjust the timer to just a few days. (i.e estimated time of launch 3 days, 72 hrs, however many mins & secs)
[Code]...
View 2 Replies
View Related
Jul 19, 2011
i want to load the content in the #contentscroll-div.at the leftmenu navigation all works fine with buttons and stuffthe headpic works fine eitherbut i wanted to have some links in my inner content (which is in #contentscroll-div). i gave them the class .contentlink and added the class to my click function. but it doesn't work.
$(document).ready(function()
{
$("#contentscroll").load("sites/home.html").fadeIn("slow");
[code]....
View 1 Replies
View Related
Jul 1, 2010
I can write the most basic codes but even then it really doesn't make sense. On my website I am trying to implement a JavaScript slideshow from this website: [URL]. I do everything as it says, but the images don't even show up. Here is a link to my website where the problem is, you can view the source to see my xhtml code (please note my site isn't even close to being done.): [URL]. The slideshow should be showing up in a right next to where it says "Design is our Passion."
Here is the code for the slideshow which the site I got the script said to do:
<div id="slider">
<img src="Assets/slideshow_assets/stereosound.jpg" alt="" title="Business Card design for StereoSound." />
<img src="Assets/slideshow_assets/triflex.jpg" alt="" title="Logo design for TriFlex Labs." />
</div>
Here are both of the CSS files that the slideshow uses:
nivo-slider.css:
/*
* jQuery Nivo Slider v2.0
* [URL]
*
* Copyright 2010, Gilbert Pellegrom
* Free to use and abuse under the MIT license.
* [URL]
*
* March 2010
*/
/* The Nivo Slider styles */
.nivoSlider {
position:relative;
}
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
} .....
View 7 Replies
View Related
Nov 13, 2009
I need some help in figuring out how to install this jQuery plug-in on my website code...
I have absolutely no experience with JavaScript.
View 2 Replies
View Related
May 26, 2011
I looking for animation (jQuery, mootools or other javascript library) similar to this flash animation on this website [URL]
View 3 Replies
View Related