[SOLVED]JQuery.Cycle: can't get it working.[/SOLVED]
Hey Guys, I'm new to JQuery and these forums but I've already learned myself valid XHTML/CSS in the past few months. I wanted to created a futured content box on my new portfolio (Vertical sliding with 3 items). I've created this HTML (2 items so far): <div id="slider"> <ul> <li> <div class="featured1"> <div id="featured_image1" class="featured_image"> <img src="images/featured_1.png"
[jQuery] uframe - src not a valid attribute of element div
Hi, I'm trying to use UFrame which according to the info should allow a <div> to act like an IFrame by using a src attribute to specify the page to load in the div. I've included the following: <script src="~/Scripts/jquery-1.3.2.js" type="text/javascript"></script> <script src="~/Scripts/htmlparser.js" type="text/javascript"></script> <script src="~/Scripts/UFrame.js" type="text/javascript"></script> The problem is when I try to use <div class="UFrame" id="UFrame1" src="EmployeesPage.aspx" > </div>
[jQuery] SimpleModal problem in IE7
Hi folks, I've just updated a previously functioning piece of code that uses the simplemodal plugin - the code does an ajax call to a file containing a email form and loads it into a modal layer. The code now longer works in IE7 using the latest version of simplemodal (http://www.ericmmartin.com/simplemodal-1-3-2-released/) - I notice that the "contact form" example at eric's site (http://www.ericmmartin.com/projects/simplemodal-demos/ - from which I developed my code) no longer works either - the
[jQuery] mouse control issue within nested tags
This is related to an earlier post, but rather than address it is a selecting issue, I am thinking it is an append issue. I'd like others' thoughts on this. If you have: <div id="mymouse">Hello</div> You can control the innerHTML through Jquery mouseover(), etc. Simple enough. If you have: <div id="mymouse">Hello<div>Goodbye</div></div> The mouseover, I believe, still on effects the Hello, recognizing it is the innerHTML of the tag with the id="mymouse." However, using the original example, if you
[jQuery] How to Select element with class, but EXCLUDE its children?
I am manipulating a style on elements with class="House" or "Senate." Unfortunately, it sets the style for every child underneath. The tree is like this: AL House of Representatives Member Member Member Senate Member Member Member House has class="House." Senate has class="Senate." This is just the label next to a checkbox that either says "House of Representatives" or "Senate." I am using that label for a mouseover function, where the label turns blue and is italicized for clicking. Beneath this
[jQuery] Hide a nested UL, but show children
Hi, I have a set of nested ULs that is generated for me. I want to use it to create a drop-down navigation menu, however I don't want to use the values in the second level of ULs in the navigation. It looks something like this: <ul class="topMenu"> <li>home</li> <li>community <ul> <li>awards (not a link) <ul> <li>award type 1</li> <li>award type 2</li> </ul> <li>discussions (not a link) <ul> <li>discussion 1 <ul> <li>more info</li> </ul> </li> </ul> </li> </ul> </li> <li>news and events <ul> <li>news
[jQuery] My jQuery Pumpkin... Jealous?
Just a little fun for Halloween 2009. I carved my pumpkin this year as the jQuery logo. I hope some in this group can appreciate it! :) http://mattkruse.com/2009/10/31/jquery-pumpkin/ Matt Kruse
HELP PLEASE!! Trying to get JQuery Multilevel menu to work
Hey JQuery Experts. I'm a total newbie to JQuery. I'm having some trouble with getting my JQuery multilevel menu to work properly. Can't seem to get the third level sub menu <ul id="bigs"> to become visible on a mouseover action off the first li element (Security) of the <ul id="subMenu2"> Here's both JQuery & html code to examine. Can't see what I'm doing wrong. Thanks for your help JQuery Gurus. <script type="text/javascript" src="jquery/jquery.js"></script> <script type="text/javascript"> var
[jQuery] what does options mean ???
I am looking through some previous made code and I notice a special varible called options. I suppose it special because my html editor gives it a purple color that stands out as if its a predefined varible. the code looks like something below $('#begin').click(function(){ $('#log').val('') $('#display').val('') log('Started recording: ' + duration + 'ms') $.Events({ duration: duration }, function(){ $('#display').val(this.exportJSON()) log('Finished recording') }) }) // Then the plugin recieves
[jQuery] missing ) after argument list
I tried many things, but cant get rid of this error message by firebug: missing ) after argument list testReplace1 works perfect, but testReplace2 gives the error. Code: <?php // testvar $testReplace1 = '<div>TEST</div>'; $testReplace2 = '<div id="pos1-0"><img name="pos1-0" src="test.gif" height="50" width="50" border="0" alt="white_pawn"></img></div>'; ?> <taconite> <eval><![CDATA[ $("#<?php echo $div; ?>").replaceWith("<?php echo $testReplace1; ?
[jQuery] Fix: Superfish & Cufon in IE8
Submenu items aren't visible when they are Cufonized. To fix this change superfish.js line 105 to: .find('>ul').hide().css('display','none'); and line 113 to .find('>ul:hidden').css ('display','block');
[jQuery] [autocomplete] IE7 bugs
I've noticed some strange behavior in IE7 for the bassistance autocomplete plugin. 1. This bug can be seen on the demo page here: Type something into the "Multiple Birds (remote)" field and select one of the autocomplete choices. Type a couple more letters so the drop down appears again. Hold shift while selecting a second option from the autocomplete drop down and everything below that input box disappears. I've noticed this behavior on my site also. Can someone verify that this is happening for
[jQuery] how to multiple images slideshow with jquery cycle plugin
Hi , i am new to jquery cycle plugin I would like to make a multiple images slideshow with jquery cycle plugin Say I have 12 images and I want to show 3 at a time and cycle through the 12 in this fashion: (img1-img2-img3) then (img2-img3-img4) then (img3-img4-img5)..... (img11-img12-img1) auto scroll on mouseover i need it to be paused and mouseout it should continue.. Thanks in advance And
[jQuery] Async problem using basic $() and a slideshow
Sorry if this is just weird but I have this working fine on my dev server on IE8, Firefox 3.5.3, and Safari (windows), but online (and here's the WEIRD part) it only works on IE. http://www.jrbentleys.com The menu works fine, but if you click on events->upcoming or specials-
[jQuery] Superfish jquery menu plugin - how to disable menu items
I'm thinking of using this plugin for my menus. Is there an easy way to display a menu item in a disabled state?
[jQuery]
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 12 (filtered medium)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);}
[jQuery] Some problems with (maybe) caching
Hi, I'm running in a problem, which I can't solve alone and I need some hints of experts. I'm using $.getJSON() to populate a list with images (image src are external too) and then I try to build a gallery from this list with the JQuery plugin galleryview. The problem I'm running in is, that the described construction works not in IEs and Safari4, when the images (or the AJAX result) are in the browser cache. All other browsers works fine here. I tried to set the AJAX caching to false and disabled
[jQuery] getting code from/between
Hi, I would like get get/copy code between html tags, like this: <fieldset> <legend>some...</legend> <label id="n1">some input</label> <label id="n2">some next input</label> <label id="n3">next input</label> </fieldset> I want set to variable code from </legend> to <label id="n3"> (between) How do this?
[jQuery] Select the inverse of what you're looking for
I have a table with 2 columns and four rows. I am currently able to highlight the row which contains a specific piece of text. But what I want to do is to highlight the rows that DO NOT have that piece of text. Here's the code: This line highlights the row that contains a cell with the text "Brown": var found = $("tr:has(td:contains('Brown'))").css("background-color", "Red"); However, I do not want to highlight the row with the text but all the others..so I tried this: var found = $("tr:has(td:contains('Brown'))");
[jQuery] Focus event firing twice in Internet Explorer
I'm building a form in which the specified values (the ones written in the value attribute) for the inputs (types: text or password) are saved as default values for that fields and when the user clicks on them they disappear or appear again if the field has been left blank. So, basically: the specified values are hints to the fields. With the focus event, the hint disappears and with blur appears again if the field is empty. Each input has the following structure: <div class='txtbox'> <div class='i1'></div>
[jQuery] Emica is good
Recently, I had a chance to use services of Emica Consulting, Uk. They produce high quality work at a reasonable cost. If you are looking for the services like bid writing, fundraising, educational consultancy, you should definately check Emica Consulting first. Here is their website address http://www.emica.co.uk -- View this message in context: http://old.nabble.com/Emica-is-good-tp26140174s27240p26140174.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
src attribute in div not recognized
Hi, I'm trying to use jquery (for the 1st time) in the following default.aspx page <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script src="Scripts/jquery-1.3.2.js" type="text/javascript"></script> <script src="Scripts/htmlparser.js" type="text/javascript"></script> <script src="Scripts/UFrame.js" type="text/javascript"></script> <style type="text/css"> div.UFrame
[jQuery] enabling instance manipulation on a jQuery plugin
This topic is relevant because there are people asking how to enable manipulation on a jQuery plugin instance for plugin authors. I could not find a good answer to this. jQuery makes code simple and beautiful but has the side effect of locking away the ability to manipulate a plugin instance as far as I can tell unless you have a singleton approach. I'm fairly new to jQuery so forgive my ignorance if I missed this already being supported or documented. I have not found any documentation on this however.
jquieryUI accordions Not working properly in IE
Hello!, i am new to jquery but i love it! however i am having troubles with my site working properly in Internet Explorer 7+ the website is http://www.onlinehorrormovies.net Example of the error is: http://onlinehorrormovies.net/movie.aspx?v=50 Please look at it in IE, The bottom accordions 'Watch Online", "User Comments" and " Post Comments" are broken. Can somebody please tell me whats wrong with it? the errors i get are: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows
[jQuery] Simple question. my query isnt working
I just started on a book and before I can get started I am already stuck. Here is what ive done 1. Ive added jquery to my server and I included it in my html. I check my source code in browser and it shows that it's there. I have version 1.3.2 2. I added this line of code <script src="jquery.js"></script> <script type="text/javascript"> $('#go').html("I have added some text to an element"); </script> 3. In my body tag I added this <div id="go"> And nothing is happening. I tried calling the class
[jQuery] Two javascript not working together.
I have put two JavaScript, jquery on my website test page. both are working itself on each page but not working together why could anyone explain me, or could give me solution. See here http://makemycreative.in/project/index.html 1. One is A slideshow jquery 2 Anther is a Sliding tab effect got from =http://interface.eyecon.ro/ demos/accordion.html Both script are not working together. Your Friend Yash Mistrey
[jQuery] Resending an XMLHttpRequest
I'm wondering if there is a good way to resend an ajax request if it has produced an error. The example below isn't something I would be doing obviously but should be enough to convey what I'm talking about. $().ajaxError(function(event, request, settings, error) { request.resend(); }); The 'request' parameter above is an XMLHttpRequest object so this isn't really jQuery related unless there is a jQuery hook of which I'm not aware. If I try calling send() on the request nothing happens as I think
[jQuery] Cycle Font Size off one button
I am using the following code to adjust the size of all P tags. This tag is design to work with three buttons a increase font button a decrease font button and a reset button I would like to modify this so it works with just one button.... I would like the first 4 clicks to run the increase font size function then the 5th click to reset the font. Can somebody suggest how to do this? // font resizer $(document).ready(function() { // Reset Font Size var originalFontSize = $('p').css('font-size'); $("#resetFont").click(function(){
[jQuery] Click not running on IE
Hi all. I'm searching for a solution to this problem: i've put a div (passed to the function with "r") with inside three div with class "pul". These has the function: function clic(r){ var blocco = r + " div.pul"; $(blocco).each(function (i) { $("#bloccofoto1").hide(); $("#bloccofoto2").hide(); $("#bloccofoto3").hide(); $(document.getElementById("elencofoto")).hide(); $(this).click( function() { $(document.getElementById("mostrafoto")).css("height","22.65em"); $(document.getElementById("elencofoto")).fadeIn("slow");
[jQuery] Simple problem
Hello, I'm new to using jQuery. I was motivated by wanting to put some panels on an ASP.NET website which would display additional info if a link or button was clicked. I found a simple tutorial and mimicked that and it works fine, but uses the specific ID of the hyperlink to trigger the action. My page needs a list of items, and if you click on one, extra information appears right below the item. So what I want to do is capture clicks on any link, read the ID, and then use the ID to identify the
Problem with my jquery plugin
Hi all, this is my first post in this forum and i hope someone can help. My pro is that the animate effect on the new version of my plugin doesn't work correctly, http://www.pirolab.it/demo.html If you see when you navigate the gallery there is a little bug on the transition timeing, the elements animateing doesn't match perfeclty, a little empty space remains onResizing the next or prev image. My plugin is almost finished, before i release the final version i would like to fix this bug. i explain
[jQuery] Cycle fxFn being reset
In regards to the 9/9/9 release; it seems like the fxFn is set to null in the resetState function and not being set back. I am invoking the script with: $(document).ready( function() {jQuery ('#cf73b7c6341940210VgnVCM100000288ea8c0____').cycle({ pagerEvent: 'mouseover', timeout: 4500, pager: '#pager', cleartype: 1, slideExpr: ".carouselElement", fxFn:'slideFade' }); }); Thanks. Jim McCollom
[jQuery] Conflict of jQuery tabs with prettyPopin
I have a simple HTML page that has 3 tabs on it using jQuery tabs and I'm trying to pop it open using prettyPopin. The page renders fine on its own, but will not display as tabs when it is called in a prettyPopin window. Has anyone seen this before? <!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> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled
[jQuery] problem in setting min max time
i am having prblem with setting min and max time limits if my min limit is grater than max limit,limit is getting set,but when i try to change time,then i get my max time directly....
[jQuery] Cancel form submission "by outside"
What I mean: everyone knows that to cancel a form submission it just have to put an "return false" in the submit function of the form. But I want a link in the page that executes a function that can stop a running-submission of a form. got it?
[jQuery] Using variable combination as selector
thisState="ALHouse"; I want to select all elements of class="placemark" and whose parent is thisState. Any suggestions? Thanks.
[jQuery] Jquery Treeview JSON Issue
Greetings: I am trying to get a proof of concept going for using Jquery Treeview Async to build a dynamic tree with JSP. I looked at the documentation on the Treeview website but I am unable to get this to work. My "host" page calls another jsp as follows: $(document).ready(function(){ $("#asynctree").treeview({ url: "page_parts/pageGuidTreeViewSource.jsp" }) }); On this same "host" page I have this simple structure: <ul id="asynctree"> </ul> The page I am calling has a tag
[jQuery] Chaining and each
Kind of large to paste here. My script and resulting HTML can be found at: http://jquery.pastebin.com/m3f98dd99 If you look towards the bottom you will see the following: .parents('td.embedded td.latest') .each(function(i) { $(this) .append(new_table) .addClass('mod' + i); }); I had to add the each because if I didn't my *new_table* was being appended 9 times. With the each it's only appended once, but the class is still added 9 times. Why?
[jQuery] why jquery not wors together ?
Hello to All I have used different JavaScript on my website but only one script is working. This is the link http://makemycreative.in/30oct_09 You will see these a button Name: Services = That is working But under “service button” there is another Javascript “Slidshow” Could you please look in my page, what is the problem with jquery. because all jquery works in separate page. but not work together, i tested See Screen: http://makemycreative.in/Untitled-1.png I will appreciate your comments Regard
[jQuery] How to prevent default behavior in an event handler that returns a function
Example page: http://jqueryfun.nathanielklee.com/eventFirefox.html Following one example provided in an official jQuery tutorial (located at http://docs.jquery.com/Tutorials:How_jQuery_Works), I can pass "event" into a function I define directly in the click assignment handler. e.g. $("#something").click(function(event) { event.preventDefault (); }); However, if this is put into a for loop and modified to include a statement that requires a value of i from the for loop iteration, it won't work because
Next Page