[jQuery] Accordion + jCarouselLite Bug?
I'm trying to use both Accordion and jCarouselLite plugins but am experiencing some problems with this. I set up a quick page here: http://thehotcrew.com/acccar/ There should be one of those image slider in "Content 2" as well. This problem might be related to: http://groups.google.com/group/jquery-en/browse_thread/thread/d97610f0a5accedc but I am unable to figure out what exactly is happening.
[jQuery] Announce: Accessible News Slider updated to v.1.2
It has been awhile since I posted anything, but after some good feedback from the community I finally managed to update the Accessible News Slider plugin to version 1.2. It now has a permanent landing page, and a better description of the functionality. To view the plugin, please visit http://www.jquery.com/plugins and scroll down until you see Accessible News Slider. I hope it continues to be a benefit to jQuery fans. Thanks! Brian Reindel
[jQuery] Chaining of display effects.
I've got two forms. When the page loads, both of the forms are hidden from view with display: none;. When Button1 is clicked, I want Form1 to appear. When Button2 is clicked, I want Form2 to appear. If Form1 is visible and Button1 is clicked, I want Form1 to disappear and THEN I want Form2 to appear. If Form2 is visible and Button2 is clicked, I want Form2 to disappear and THEN I want Form2 to appear. I can't seem to find a way to make these chain properly. If one of the forms was visible from the
[jQuery] JQuery AutoCompleter error
Using Jörn Zaefferer' AutoCompleter at http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete I'm getting an error in the function below. The error is at line 553, the error is "object required", this file is jquery.autocompleter.js. This is occurring under IE 7 and it happens when I move the mouse cursor over the drop down that is built to display the choices the user can select. It does not seem to happen in Firefox. The line where the error occurs is the WHILE line. When looking at this
[jQuery] iframes and jquery
Hi, all! Before i open up a can of worms which i don't want to deal with, i thought i'd ask: Are there any special concerns for using jquery in conjunction with iframes? e.g. if i embed a sub-page within an iframe, can the top- level page's jq still query/manipulate that sub-page's content normally? Your insights would be appreciated.
[jQuery] Interface abandoned?
Hi All, I need to make a decision on whether to use the Interface plugin or not for a new project. I think I remember a post from the author a few months ago saying that a 2.0 version was on the horizon, along with a video file of an app built using it (which was pretty rockin), but since then I don't remember seeing anything. I've used it for various past projects, but if it won't be tested by the author and updated to align with new jquery releases, get bug fixes, enhancements, etc.... and no one
[jQuery] Jquery hcal parser
For anyone who's interested, I just uploaded a jquery-based hcal parser: http://thebitterpill.com/07-2007/a-jquery-hcal-parser/
[jQuery] IE7 and jQuery Corners.....
Howdy, On a site I'm test designing I'm using jQuery and Corners, and it's working great so far. The problem I'm having with my site is IE7. In Firefox, it works great, all corners are the way I want them. In IE7, only the bottom is rounded. I need help...... http://www.jswindle.com/testing/trisha/ Thanks!
[jQuery] return false failing with substring
Hi guys, I'm having trouble with a bit of jQuery. It seems that if I include the following lines into my code, the page follows the link that i'm clicking instead of staying on the same page: var $ref = $("#calendar .#navleft").attr("href").text(); $("#calendar .nav").attr("href", $ref.substring(0, ($ref.length-1)).append('1')); What this should do is find the HREF of the anchor and change the last character to a 1. I have to do this twice per query (as there are two links to be changed). Firebug
[jQuery] AutoCompleter question
Using the AutoCompleter at http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete, how do I process the data I'm sending back. The data comes back like this: Item | Item Description | Qty On Hand | Price I need to put Item Description, Qty On Hand, and Price in three SPAN elements. The code is below. Go easy, I'm new to JQuery and I'm no JavaScript expert . . . <script type="text/javascript"> $(document).ready(function() { $("#txtItem").autocomplete("itemquery.acm", { minChars:
[jQuery] Superfish 1.2.1 3rd level IE display problem
Hi, I'm using Superfish, available http://users.tpg.com.au/j_birch/plugins/superfish/ here . I've added a "third level" and made the changes given by Joel Birch in answer to http://www.nabble.com/Help-with-Superfish-drop-down-menu-tf4068599s15494.html#a11561582 this post . Everything works fine in all browsers except IE6 (have not tested IE7). In IE6, the "third level" list does not display at all. Can't figure it out. I've posted my superfish CSS below hoping that someone can help a newbie. Many
[jQuery] Superfish 1.2.1 3rd level IE display problem
Hi, I'm using Superfish, available http://users.tpg.com.au/j_birch/plugins/superfish/ here . I've added a "third level" and made the changes given by Joel Birch in answer to http://www.nabble.com/Help-with-Superfish-drop-down-menu-tf4068599s15494.html#a11561582 this post . Everything works fine in all browsers except IE6 (have not tested IE7). In IE6, the "third level" list does not display at all. Can't figure it out. I've posted my superfish CSS below hoping that someone can help a newbie. Many
[jQuery] Release: Tooltip plugin 1.1
This update to the jQuery Tooltip plugin brings a few minor yet very useful features and some very important bug fixes. A full list of changes can be found in the changelog: http://jquery.bassistance.de/tooltip/changelog.txt. Maybe more useful are improvements on the project structure. In addition to the started changelog, the plugin page (http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/) now uses the same documenation format as other plugins, provides links to an reworked demo (http://jquery.bassistance.de/tooltip/),
[jQuery] book learning jquery appendix C,closure question
the following text if copy from the book,I was confused with the variable globVar in the innerFun2,is it a clerical error or the variable in the statement "var globVar = outerFun();"? thank you all! ==================================== Interactions between Closures When more than one inner function exists, closures can have effects that are not as easy to anticipate. Suppose we pair our incrementing function with another function, this time incrementing by two: function outerFun() { var outerVar
[jQuery] feature suggestion: toggle(shownFunc,hiddenFunc)
Hi, all! Code taken from a recent post: $("#toggle").click(function(){ $("#calendar .arc").toggle(); $("#calendar .arc").Highlight(1000, '#ff9'); ... that made me think: the highlight is useless(?) when the object is hidden, but of course desired when it is shown. That could be elegantly solved by adding two optional callbacks to toggle(): $("#toggle").click(function(){ $("#calendar .arg").toggle( function(){$(this).Highlight(1000,'#ff9');}, // called when shown function(){...} // called when hidden
[jQuery] [ANNOUNCE] jQuery Google Maps Application
Today I am pleased to announce the initial release of my jQuery plugin - the jQuery Google Map Application. http://code.google.com/p/gmapp/ This initial release provides full functionality for users to simply create a Google Map on their page using jQuery, as well as interact with the Google Maps Geocoder, and easily add simple points to their maps. Examples: $('#gmap').gmapp(); Initializes a basic map $('#gmap').addPoint('55.948286','-3.200111', 'Point1', true, true); Add's a point to the map at
[jQuery] how to fetch data by php page from jQuery
hello everyone, I am just a fresher to jQuery.I like it very much.I need some help. Is there any way to request a php file to fetch data from db in jQuery then operate on it use js?Ajax can do it? which format would be the best way to return the data,json or xml?how to deal with that in js? I just want to implement a calendar and display data from db. Thanks
[jQuery] Interested in porting another DOM creation plugin?
This looks really interesting: http://www.zachleat.com/web/2007/07/07/domdom-easy-dom-element-creation/ Of course his proposal for porting doesn't quite work out with jQuery, but a port that is integrated into jQuery's API would be really cool. -- Jörn Zaefferer http://bassistance.de
[jQuery] load different pages
I'm trying to set up a site so I can load a page based upon a certain link clicked... but this is causing errors... any ideas? This is my first day using jquery... so I'm a newbee! TIA! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>JQuery: Collapsible Menu</title> <script type="text/javascript" src="jquery-1.1.3.1.pack.js"></script> <script type="text/javascript">
[jQuery] javascript function help
Hi, I'm having a bit of trouble getting a function to pass a variable to an ajax function This is the function.... function display() { $.ajax({ type: "GET", url: "moreinfo.php", data: "id=A01", success: function (data) { $('#content').empty(); $('#content').append(data); } }); } If the above function is called like this.... while($row = mysql_fetch_array($query)) { $auid = $row['au_id']; echo "<tr>"; echo "<td class='body'><a href='#' onClick='display();'>".$auid."</
[jQuery] Help with Superfish drop down menu
Hello, Im trying to add an extra (third) level to the example that's posted here http://users.tpg.com.au/j_birch/plugins/superfish/ I have my own edited example on http://www.onbereikbaar.nl/menu i've added an extra level to the menu, but it shows rightaway, can anyone tell me what i need to change in the css file so this will work? Tnx Arjan
[jQuery] Change the content of a DIV section
<div id="topPromo"> <p class="centered"><img src="images/top_promo.jpg"> </div> How do I go about using Jquery to change the contents of a div? Sometimes I may want it to be: <div id="topPromo"> Lipsum ernum hoki doki... </div> Other times: <div id="topPromo"> <p class="centered"><img src="images/new_product_pictuer.jpg"> </div> I have the basics of JQuery going and have done some basic tutorials like. $(document).ready(function() { // highlights
[jQuery] SF AjaxExperience 2007 meetup?
<span style="font-family: verdana;">Its just 2 weeks away.</span><br style="font-family: verdana;"><span style="font-family: verdana;"><a href="http://ajaxexperience.techtarget.com/west/html/eventsataglance.html">http://ajaxexperience.techtarget.com/west/html/eventsataglance.html </a></span><br style="font-family: verdana;"><span style="font-family: verdana;"> Dates: July 25-27.</span><br style="font-family: verdana;"><span style="font-family: verdana;">Location: San Francisco</span><br style="font-family:
[jQuery] jQuery in Action
Who's doing the Manning "jQuery in Action" book? I've just been asked to do a technical review. -- Scott
[jQuery] Problem with event.target and forms
I am having a problem with matching if the event.target is a form. I have a div with several spans and a form in it, on the click event I check event.target.parent("div#tooltip") if I click on any of the spans this matches true as it should, but the form does not match it. Is this know about? Can anyone suggest a workaournd?
[jQuery] Swap two Interface Draggables
Currenly I'm working on a project where I'm using a bunch of droppables and draggables to organize list items. Now there is one thing I can't figure out how to do. If I have two droppables containing lists with items (<div class="droppable"><ul>...</ul></div>), and I want to swap one of the items in one droppable with one in another droppable, basically swapping to <li> tags, by drag/dropping one on the other. Is there a way to get the id of the <li> my mouse is hovering when dropping my dragged
[jQuery] Possible idea regarding $() and multiple selectors via add()
So basically, would it be practical to code the $() selector function in jquery to allow multiple selectors, instead of having to add them afterwards? Current style of selecting two ID's 1 $("#foo") 2 $("#foo").add("#bar") 3 $("#foo","#container") 4 $("#foo","#container").add($("#bar","#container")) Suggested Way: 1 $("#foo") 2 $(["#foo","#bar"]) aka $(array("#foo","#bar")) 3 $("#foo","#container") 4 $(["#foo","#bar"],"#container") aka $ (array("#foo","#bar"),"#container") To make this suggestion
[jQuery] Inline events triggering in 1.1.3.1
Hello, I'm not sure I'm missing something in the documentation but I've upgraded jquery to 1.1.3.1 and it seems that the inline events set in the html are not triggered when calling trigger(). Example: $(document).ready(function() { $('#test').trigger("change"); $('#test2').click(function() { $('#test').trigger("change"); alert('bleh'); }); }); .... <p id="test2">boooo <select onchange="alert('bleh');" id="test"> <option>1</option> <option>2</option> </select> When using 1.1.2, the alert pops up
[jQuery] allow no more than 3 checkboxes checked
I have about 10 checkbox input elements with the same name and I'd like to not let the user select more than 3 of them. How can I do this with Jquery?
[jQuery] Insert javascript runtime
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title></title> <META http-equiv=Content-Type content="text/html; charset=windows-1251"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- body { margin: 5px 5px 5px 5px; background-color: #ffffff; } /* ========== Text Styles ========== */ hr { color: #000000} body, table /* Normal text */ { font-size: 9pt; font-family: 'Courier New'; font-style: normal; font-weight: normal; color: #000000;
[jQuery] NEWS: jQuery Article in Dr. Dobb's
If you've been in development for awhile and are serious about coding, then you have to have heard of and/or read Dr. Dobb's Journal magazine. Dr. Dobb's magazine is truly the best publication for hardcore developers that want to learn new techniques for improving their development skills. It tackles a variety of programming languages and really gets to the juicy stuff without boring you with mundane commentary. Well, you can now add jQuery to the list of frameworks reviewed by DDJ. That's right,
[jQuery] problem updating div attributes?
hi folks! I have a web application that displays several .xls files depending if the tags they are pointing to are present or not in the web page. For example, defined that help.xsl points to a tag which id="help_please". What I want to do is to change the attribute id with jquery (the new one willpoint to the widget, by this way, the widget will be displayed) when clicking somewhere. $("#help").attr({ id: "help_please"}); does it pefectly, THE PROBLEM IS that it has no effect!! the widget is not
[jQuery] jCarouselLite
I have a container div that has a width of 350px. But the jCarouselLite images take the whole width of the screen. Why is that? <html> <head> <script src="jquery-latest.pack.js" type="text/javascript"></script> <script src="jcarousellite_0.3.0.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function(){ $("#carousel").jCarouselLite({ btnNext: ".next", btnPrev: ".prev" }); }); </script> </head> <body> <div style="width: 350px;"> <button
[jQuery] please prevent a nervous breakdown ... i'm just not understanding event bubbling and attaching events to the dom
this is my first post, i'm new to jquery and have always been a cut and paste JS guy ... relying more on php to take care of my needs. i found jquery and i'm in love with it ... who that's tried it isn't? anyways ... i have a problem that will probably annoy several of you as it's all over the board. note, i actually bought "learning jquery" to assist me with this, but "AJAX and Events Suppose we wanted to highlight all the <h3> elements on the page when they are clicked. By now the code to perform
[jQuery] jTip hover cache
Hi all. I'm using jTip plugin and love your easy implementation and css style. But when mouse gets over requests info from server(I'm using database content) what is a bit too much overhead. If user holds your mouse in a link for jTip loads several calls to database. How can I insert a "cache" to avoid this? Cheers
[jQuery] Subclassing in JavaScript
Hi, while working with Ext's grid component and subclassing its Ext.data.HttpProxy for some custom data handling I found that subclassing approach quite useful for configuration of larger components (read: plugins). I'd like to explore in what ways that approach could help making jQuery plugin easier to customize, whenever a simple plugin option isn't available or not enough. Ext's subclassing approach is okay, but the API rather clumsy. I'm remember seeing a little framework on this list with a
[jQuery] 1.2 Roadmap
In taking a look at http://planet.jquery.com/ I came across the jQuery 1.2 Roadmap post again and noted the request for comments and feedback. Reading over the map, two things came to mind. First a simple one. In the "Sorting (not tables)" post to this list http://groups.google.com/group/jquery-en/browse_frm/thread/e0d6c199552dd1f7 John shared a very tiny sort plugin (for sorting items in a jQuery array of objects, which is a live sort) that would be great to have in the core. The only caveat here
[jQuery] Inline events triggering in 1.1.3.1
Sorry if I double post, I'm not sure the previous one has been successfully sent: Hello, I'm not sure I'm missing something in the documentation but I've upgraded jquery to 1.1.3.1 and it seems that the inline events set in the html are not triggered when calling trigger(). Example: $(document).ready(function() { $('#test').trigger("change"); $('#test2').click(function() { $('#test').trigger("change"); alert('bleh'); }); }); .... <p id="test2">boooo <select onchange="alert('bleh');" id="test"> <option>1</option>
[jQuery] ANNOUNCE: ClockPick, a timepicker plugin
Hey all, I've whipped up a timepicker plugin over the last few days, and I'm hoping some folks on here using Macs might try the demo and let me know how it works, especially Safari. http://www.oakcitygraphics.com/jquery/clockpick/ClockPick.cfm Most of the kinks have been worked out, there is still a bit of work to be done, but it works well in IE6 and FF. If anyone has problems in other browsers please let me know. Comments/suggestions welcome! -- Josh
[jQuery] [SITE ADDITION] socwall.com - social wallpapering..
just saw this site which uses jquery, i'm not affiliated with it in any way, just noticed it.. http://www.socwall.com - social wallpapering dennis.
Next Page