JQuery :: Carousel On Drupal Site Display Error IE7
Jun 12, 2009[URL]
I'm currently having difficulty to debug this issue in ie7. When the page is loading, all carousel lists are exposed and content displays for a couple of seconds.
[URL]
I'm currently having difficulty to debug this issue in ie7. When the page is loading, all carousel lists are exposed and content displays for a couple of seconds.
[URL]This is my website and you can see the images in the header are messed upbecause I tried to use "jcarousel" but it is not working and I have to sort this out
View 3 Replies View Relatedwhat I want to learn to do is have a feature on my website: [URL] where under the portfolio section there are multiple links (product, packaging, identity etc) I want different carousels to show up on the .index page when you click a certain one of those links. In old school HTML I believe you would use a frame but I know there is a better way to do it using jQuery. [URL](work section) does exactly how I want it to be except I don't need the fancybox feature.
View 1 Replies View RelatedI'm wondering if there's a way to have multiple row carousel implemented.
I use jCarouselLite.. [url]
To be more specific, here's what I have:
And this is what I would like to accomplish:
I do realize that placing multiple items withing the <li></li> would be one approach, however I can't do that since the items are generated dynamically. The structure of my data (items) is an unordered list:
Using "float: left" & "clear: left" messes up the whole structure...
Any ideas how to display 9 items at a time on 2 rows?
I have a number of Jquery plugins being called through my Drupal Acquia Marina theme .info file. They work fine in all popular browsers with the exception of IE6 and IE7, in which they don't appear to load at allSome of the plugins are very basic, like the following slidetoggle, which like all of them, exists as a a .js file referenced in a .info script call - $(document).ready(function()
[Code]...
I'm trying to have JQUERY slider on one of my contents (story). I installed jquery_ui (replaced with jquery ui 1.7), jquery update and all the things neede (no red warnings about things to do with jquery - everything working fine). I made new story, set input format to "PHP code" and pasted following short code:"...Testing jQUERY slider
<?php
drupal_add_js('sites/all/modules/jquery_ui/jquery.ui/ui/ui.slider.js');
drupal_add_js(
[code]....
I'm trying to create tooltips for a Drupal form that was built with the Form API. I'm able to show and hide all of the description fields on the form using the following method
<code>
$('img#tip').mouseenter(tip_enter); {
}
$('img#tip').mouseleave(tip_leave); {
[Code]....
How do I reference the description for the v01_price $form item, specifically?
I have next url for you to look [URL] i want the blue bar to contain an other image for 'some' pages... the action should be performed on the click of the menu items of my drupal site.
I was thinking that this would be easy with jQuery but the problem is thatjQuery isaclientside action and when the link is clicked its a server side request response and the image should stay the same... is this a little clear ...?
I am building a simple "accordion-like" interface in jQuery. The HTML looks like this-
<div class="mediaList accordion">
<div class="mediaListItem item $alt">
<div class="mediaTitle head group">$head</div>
[code]....
So I have this client who has a web form, the form was not made by me, I am debugging it as it has error's it seems. He has had 3 clients in the past two days complain they cannot finish the form, when they get to step 2 and click the button to go from step 2 to 3 they get this error:
Type Error: Unable to get value of the property (error): Object is null and undefined.
Now to me that looks to be JS, but there is no way at all to replicate it! I have tried this same procedure in IE6(XP), IE8(XP), Chrome, FF and it never happens to me ever.
I am pretty sure it's JS related since the form is never reloaded for each page, it's a JS tab paging system for each step.
Now he did finally get answer's from two of the 3 that had problems. They only said they were using IE on Windows Vista. And user's are not the most techie so I have been trying for two days to get info from them and nothing, info like IE version and what toolbar's and plugins they might have installed. Nothing.
So I am left here at this point. Does anyone know of anything related in Vista?
I don't have Vista so I cannot test this. I am testing right now on 7 with IE8 and then upgrading it to IE9 to test on 7 with IE9.
The site is here: [URL]
It's on step two, you get to step 2 by finishing step 1 and clicking on "Complete Application" to go to step 2. It's when clicking on the button to continue from step 2 to 3 that it happens.
As I said I cannot seem to duplicate this in any way.
I was hoping someone had Vista and IE to test for me, since your a coder you can screenshot for me the error and what happens, maybe that will help ha ha
Or maybe this has happened to someone before, the form seems to be using Dojo as it's FW.
how to display other website contents using javascript aside from iframe?
View 3 Replies View RelatedI've been working on a WP site that uses a handful of plugins - several of which include java-script files. I've been having trouble with one of the plugins and have started the debugging process and noticed that the page the problem is occurring on shows a few java-script errors. [URL]. What do the "Object Not Supported" errors mean - and what would it entail to fix them?
Webpage Error Details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Timestamp: Mon, 22 Nov 2010 16:43:02 UTC
Message: Object doesn't support this property or method
Line: 143
Char: 2
Code: 0
[URI]
Message: Object doesn't support this property or method
Line: 4621
Char: 7
Code: 0
[URI]
Message: 'style' is null or not an object
Line: 33
Char: 6
Code: 0
[URI]
I'm not sure why my ajax is throwing a cross site scripting error. I have a php page that request a page not in my domain. I have another page where my ajax requests the php page, which is in my domain. Then the error is thrown. Since the php page is in my domain, why would the error be thrown?
View 3 Replies View RelatedI made a contact form for my website originally in PHP. I wanted to change it to JavaScript because that is the preferred way. Originally I had the form in my HTML file using a separate PHP file for error checking. For JavaScript do I have to make a separate page and call to it like the last time? I have put it all on my HTML page and where it was calling for the php page, I also put the JavaScript code. When I go to my site, the error checking is not working at all. There must be something wrong, but I haven't been able to point it out and I am very new to JavaScript. Also, when I go to my page and right click for the source code, the JavaScript I have in there does not show up. Below is my HTML code.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]">
<html xmlns="[URL]">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Contact_Form</title>
</head>
<body> .....
allow me to create a poll on my site, and display results?
View 6 Replies View RelatedI wanted to know if its possible to get the ahref link that the adsense ads display on my site. For example an ad is displayed and if you mouseover a link will look like this: [URL]
I'm looking for javascript or php code to retrieve these links either when the page loads or using a on mouseover event or something. I want to be able to store these links to my database so that i can see the &adurl's to see what type of ads are displayed around the world
Have a jsp page that contains a button (<input type="submit" name="doThis" onClick="someFunction(field, arg2)"/>, when clicked it passes to params to a function that looks like this:
function somefunction(field, arg2) {
for (i = 0; i < field.length; i++) {
if (field[i].checked) {
[code]....
How can I change this so that the alert message is shown in the browser (no pop-up) using jquery?
We're using jQuery ajax quite a bit without issue. Today, however, we ran into an issue where the results of a query are not displayed.fyi... the following works fine in firefox. scenario:
1. load ajax "$("#location").load( url... )" used to retrieve results
2. using fiddler, we can see the results are returned as expected
3. results not displayed. look at the updated dom in IE8 with dev tools and the results are not put into the display area Additional info...
a. using $("#location").load( url, function(data) { alert(data); }); the alert shows the results are returned via the function call as well.
b. the #location is an empty div.. e.g. <div id="location"></div>
c. if we put some text in the div, it will be removed, by the call, but the results still will not display
d. we have removed all .show(), .hide() options
e. if we remove the ajax call and just do a $("#location").text("blah blah blah..."); the results are displayed
f. we have tried both 1.3.2 and 1.4.a1 again, every variation works just fine in firefox.t
I have some simple in put forms laid out as
<div id="New_Password">
<label>My Label1<span style="color:red">*</span></label>
<input type="text" name="my_input1" id="my_input1" value="" size="25" maxlength="25" style="width:200px;" />
[code]....
on screen it looks like
My label my_input
the validation works, but the error message appears between the label and the input i would like it to appear beside/after the input, how can i accomplish this?
I'm playing with the great Bassistance jQuery Validator and am stuck at a point The idea is simple: I have lot of this markup (I semplify, but the idea is that after each <input> there could be something else, i.e. a word, an icon, etc... that is "inline" with the corresponding<input>):
<ol>
<li><input type="text" id="width" size="3"></input> px</li>
<li><input type="text" id="height" size="3"></input> px</li>
<li><input type="text" id="thumb" size="3"></input> px</li>
</ol>
[Code]....
I have a page: [URL] that works perfectly fine in every browser I try, except for actual IE7 (it even works fine in IE8 emulating IE7). When you search for something on that page and have a display of results, each result has a link that changes a table row's display to visible, and hides the row when clicked again. It doesn't do that in IE7. here are no errors or warning in Firefox's Error Console. But IE7 has an "Error on Page" notice (which does NOT appear in IE8 emulating IE7), that says:
Line: 59
Char: 11
Error: Could not get the display property. Invalid argument.
[Code]I really don't know what to do, or where to begin. Everything in my limited knowledge seems to be working just fine. Most of my site's visitors use IE8, but enough use actual IE7 that I really need to fix this.
I'm planning on making a website which is mainly just a gallery of images.
The site will essentially look like one page with a jCarousel on it, when the user clicks left or right on the carousel, I would like the URL to change but for the animation not to get interupted.
I would also need to change some HTML on the page too, essentially each image will have a Facebook 'like' button and that will need to change to the corresponding URL.
The carousel is going to be database driven and dynamically built up with potentially 1000's of images, so I'm not sure what the best technique for this would be? I'm building it in ASP.NET / Ajax and using the SlideJS carousel [code]...
I don't have a ton of experience with JQuery, but I'm trying to design a carousel using Agile Carousel, the plugin. I've copied the code correctly, but nothing shows up. My code is as follows:
[Code]...
Anyone know a jquery plugin I can use for a horizontal scrolling image carousel with different size images. I Iike the plug in here as my client will be easily able to put new content using a simple text file. The problem is that the images will be the same height but different width so I get ugly spaces between narrow images. Is there a plug in that solves this or is there a way to manipulate the css for each image so as to adapt the width of the div ? I can add the height and width properties of the images themselves to the text file and that works up to a point , but the images display at their correct size but the carousel stops working.
View 1 Replies View RelatedHere is the jCarousel lite page : [URL] And here is my project : [URL] Carousel pager works great, when you click a page, carousel switch to the chosen page. But if you try to drag an item outside the carousel (green border), the item won't go above the carousel border, but underneath.
View 4 Replies View RelatedI am trying to code a reusable error handling function for my JavaScript objects. I thought is would be possible to display the name of the function. So this way, when an error occurs, I can display the error along with the name of the function the error occurred in. Is it possible to display the name of the function from within the function?
These examples do not work but I did try them.
<html>
<head>
<script language="JavaScript">
function display()
{
alert( this.toString() );
alert( this.name );
alert( this );
}
</script>
</head>
<body>
<a href="javascript: display();">Display</a>
</body>
</html>