[jQuery] Using thickbox to display a cookie based "one time only" window
A client has requested a "pop-up" window on the front page of their site. I talked her out of an actual popup and so now I'm think I can use Thickbox along with cookie detection to display their "first time visitor" content. I've been seeing people talking about a newer reworked version of Thickbox over the past few days, Karl and someone else I think? Has this newer version been integrated with Cody's code on his site? If not, where can I grab this version and how would I go about triggering Thickbox
[jQuery] Grid and Storing State
I'd like to create a Grid for my application. I've started here... http://blogometer.com/repository/etude/jQuery/grid/grid.html ...with the first issue being one of sizing the columns. I'm doing this by applying a class to each column and heading in an HTML table and then adjusting the rules of the class. My creational pattern like so... $("#grid").grid({ dataType: 'html' }) My question is, where do I store state? How do I change my grid in the future? Where would I keep an object to adjust grid
[jQuery] Animating text like a cash register
Working on a page that is very jQuery. (That rhymes) - Oooh, I just thought of a new button: "<span style="font-weight: bold; background-color: rgb(255, 255, 153);">Very jQuery"</span> So far I am using: jQuery, Tabs, History, Corner and Checkbox. I am also going to add in the scrolling box from Karl. Anyway, on this panel <a href="http://glenlipka.kokopop.com/jQuery/tabs/#pricingGuide">http://glenlipka.kokopop.com/jQuery/tabs/#pricingGuide </a> I am trying to make it so that when I check the
[jQuery] Select only elements with ID ?
--
[jQuery] Select only elements with ID ?
Is it possible to select only the elements which have (valid) IDs with some straightforward CSS/XPath? -- View this message in context: http://www.nabble.com/Select-only-elements-with-ID---tf2670100.html#a7445634 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Weird Interface: Sortables bug in Safari
I have a sortable list, and every time I drag an item it jumps up about 20-30px vertically on the page and remains just above my mouse while dragging it. I disabled all my styles, but the item still jumps. It works perfectly in FF and IE, just Safari has the odd behavior. Anyone come across something like this before? Thanks -- View this message in context: http://www.nabble.com/Weird-Interface%3A-Sortables-bug-in-Safari-tf2679375.html#a7473042 Sent from the JQuery mailing list archive at Nabble.com.
[jQuery] Fix: ExternalInterface breaks jQuery in firefox 2
> I can see the point of constructor == Array, since they're
[jQuery] Packer and ActiveX ...
Hi everyone :-) I've run into a bit of an odd problem with my flash plugin (http://jquery.lukelutman.com/plugins/flash) in IE. The standard workaround for the ActiveX control activation/Eolas/greybox issue in IE is to insert flash movies using an *external* javascript file. Using the uncompressed version of jQuery, everything works as expected (i.e. you don't have to 'click to activate' flash movies). However, using the packed version of jQuery, the workaround fails and the dreaded 'click-to-activate'
[jQuery] NEWS: New jQuery Tutorial over at LearningjQuery.com
Karl Swedberg continues his outstanding work over at LearningjQuery.com with a new tutorial for creating a "Really Simple Live Comment Preview". You can check it out here: http://www.learningjquery.com/2006/11/really-simple-live-comment-preview Great work Karl! Rey... _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Strange problem..
Hi, I'm new using jquery. First of all, i should say it's the best js library i found and so, thanks to the author ! I'm trying to do a simple Slidedown effect for a div with a display:none. Here is my code : <script type="text/javascript" src="/v3/scripts_js/jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("a.ShowMap").click( function() { $("div.dynamic_zone").find("div#description").css({display:"none"}); $("div.dynamic_zone").find("div#map").slideDown("slow");
[jQuery] TableSorter -> reinitialise
Hi all, I have a table with some editable fields in there. The table is sortable using the excellent tablesorting plugin foudn right here: http://motherrussia.polyester.se/jquery-plugins/tablesorter The only problem is that when I dynamically change a field in the table, this field is not taken into account for sorting. What I would like to do is something like this (the example below doesn't work, obviously): $(".sortableTable td").bind ("change", function () { $(".sortableTable").reinitialize ();
[jQuery] jCarousel forum
Hi all, Just wanted to point out that there is now a http://www.nabble.com/jCarousel-f16035.html jCarousel forum available. I happened across it by accident, and as I haven't seen any mention of it anywhere I thought I'd point it out. Incidentally, there are 3 recent posts for help that haven't been solved ;) Hope to see some of you there, Adam -- View this message in context: http://www.nabble.com/jCarousel-forum-tf2678529.html#a7470463 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________
[jQuery] API docs draft 2
It was the the beginning of October when I posted on my blog three articles about the same subject ot this thread. Then I found the "jQuery API discussion" thread and posted this message there to have people discuss my proposals, but didn't receive any feedback (sniff): http://jquery.com/discuss/2006-October/014513/ Yesterday I updated my experiment, re-introducing the A through Z index, and making it crossbrowser for IE, FF, and Opera (this one could be better). This is the official xml data seen
[jQuery] selected text handling
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=iso-8859-2"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
[jQuery] plugin documentation?
Hi guys, Is there any uniform way to document plugins? Except from the comments in the code i mean, like 1 HTML file to describe all properties and stuff? I'm asking cause i want to release my window plugin. -- Gilles _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] form after callback didn't fired sometimes
hi, I'm using the form plugin and jQuery-1.0.3 submit a form. Everything works sweet until I added another event for tags link. The code generated like this: {{{ <!-- It works when we remove this --> <script type="text/javascript"> //<![CDATA[ $(document).ready(function(){ $("#quickForm p.tags a").click(function(e){ add_value_by_link("fe_tags", e, $(this)); }); function add_value_by_link(targetId, e, jObject) { e.preventDefault(); //BLAH
[jQuery] Get elements with a given class and send it with load()
Hi All, I have a list like this : <ul> <li value='1'></li> <li value='2'></li> <li value='3'></li> <li value='4'></li> <li value='5'></li> </ul> When I click on a list, I add the "selected" class with toggle(). I want to send li with the "selected" class in parameter with load(). I've tried this but it doesn't work : load = function(type) { params = $(".selected").serialize(); $("#"myDiv").load( "load.php", {load:
[jQuery] Interface 'Sortables', ul li:first-child
Hi all, is there anyway to improve the behaviour of Sortables to allow CSS styling of the current first element? Clarification: I always want the first element to be styled, whichever one is put there. ATM, the first li in a ul will be styled correctly when the page loads. Move another element to the top, and the style is lost. Move any of the others and the style is retained/restored. I supposed I need to reapply the CSS to the section, but don't know how. Any ideas? -- View this message in context:
[jQuery] nextUntil and other DOM traversing/manipulting methods
> Another thing I'd like to discuss here: Currently the jQuery
[jQuery] each returning unwanted object array?
All, this email will attest to my newbieness: I'm trying to use .each on all checkboxes in a form that contain the name "a". The problem is that the each is returning what appears to be an object array at the end of the list. Here's the sample code: <form name="f" id="f"> <input type="text" name="t" id="t" value="foobar"> <input type="checkbox" name="a" id="a" value="foo"> <input type="checkbox" name="a" id="aa" value="bar" checked> <input type="checkbox" name="b" id="b" value="zzzz"
[jQuery] getScript error
> I've updated bug 407 (http://jquery.com/dev/bugs/bug/407/) with a
[jQuery] Thickbox on Demand Plugin
> My first impression was that t is set to true if either
[jQuery] Thickbox on Demand Plugin
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Hello everbody, I know it doesn't take a genius to figure this one out, but since the Thickbox seems to be pretty popular in the community here comes a little plugin that can be used to make a given set of elements (links) use Thickbox on the fly. I needed it because I had some images that
[jQuery] nextUntil and other DOM traversing/manipulting methods
Hi folks, I'd like to invite you to discuss wheather methods like nextUntil should be included into the jQuery core. Details about the discussion so far can be found here: http://jquery.com/dev/bugs/bug/249/ Another thing I'd like to discuss here: Currently the jQuery code contains an interesting yet undocumented feature: It allows you to pass around functions as additional arguments to most methods, including the constructor: If such a method is present, the current selection is applied to this
[jQuery] Tooltip reloaded
Hi jQueryians, just wanted to let you know about the latest Tooltip update http://bassistance.de/index.php/jquery-plugins/jquery-plugin-tooltip/ Thanks to the ideas of this list and especially of Any Matthews, it's now even more fancier. As you can see in the demo page, the plugin now supports splitting the title into header and body elements, and styling them differently. The plugin can also fix transparent PNGs in IE, therefore you can use background images to style your tooltip, without worrying
[jQuery] IE and $(document).ready()
Hello, is anybody else having issues with IE and document.ready? ..I don't know if I'm doing something wrong but sometimes IE 6&7 won't load the page we're currently working on (it says something like "Internet Explorer cannot load this page").. And sometimes it loads but doesn't call the initialization function (I put an alert in the init and it never showed).. Firefox (of course) has no issues with this.. Anybody know what's wrong? _______________________________________________ jQuery mailing
[jQuery] window plugin --> SVN
Hi guys, the window plugin is in SVN after some more bug squishing. I also updated the documentation page with lots of text. http://gilles.jquery.com/window/ P.s. it works with SVN rev. 615 and no longer needs the dimensions plugin :) -- Gilles _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] class selector on ajax'd XML document
I can't persuade jQuery to match elements using class selectors on xml document objects retrieved via $.ajax. In the following, I run four tests: two expressions with two different methods of creating xml. The first method is just to parse a raw string with jQuery. The second method obtains the xml through $.ajax. In both cases, the XML document is <?xml version="1.0" encoding="UTF-8"?><doc><foo class="fooclass"></foo></doc> The expressions are basic tag selection $('foo') and class selection $('foo.fooclass').
[jQuery] class selector on ajax'd XML document
> In general, jQuery appears to be filtering out id and
[jQuery] Select only elements with ID ?
I'm fairly certain this will work: var els = $('[@id]'); Then you could iterate over those with .each() to find the valid ids based on a regex. m. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of jazzle Sent: Monday, November 20, 2006 7:36 AM To: discuss@jquery.com Subject: [jQuery] Select only elements with ID ? Is it possible to select only the elements which have (valid) IDs with some straightforward CSS/XPath? -- View this message in
[jQuery] IE and $(document).ready()
> (it says something like "Internet Explorer cannot load this page") Google on the actual error message. IE doesn't like certain changes to document.body before the whole page is loaded, that may be what you are seeing but the pages Google finds will tell you for sure. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Need help on first JQuery nested list function
<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="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 11 (filtered medium)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style>
[jQuery] artisan iFrame functions
Hi All, Does anyone on the list have experience of using the Artisan iFrame functions? http://www.artistan.org/js/jquery/iframe.js Cheers, Dug -- Dug Falby http://www.donkeyontheedge.com/ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] possible to load html page fragment?
<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hi everyone!<DIV><BR class="khtml-block-placeholder"></DIV><DIV>Someone asked me the other day if the jTip plugin, which uses .load() for "AHAH," could load only a fragment of a page, for example only what's inside <div id="loadme"></div>. Sadly, but not surprisingly, I didn't know the answer. I mean, I know that jTip can't do it as is. But the larger question is a mystery to me: Can a part
[jQuery] Need help on first JQuery nested list function
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" 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 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
[jQuery] set opacity
But is that cross browser though? <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Brandon Aaron Sent: Monday, November 20, 2006 9:01 AM To: jQuery Discussion. Subject: Re: [jQuery] set opacity
[jQuery] Move element to top of outside element, how?
Let's say I have a structure like this: <div id="container"> <div id="box1">box 1 content</div> <div id="box2">box 2 content</div> <div id="box3">box 3 content</div> <div id="box4">box 4 content</div> </div> Now how do I move one of those divs, lets say box3 to the top of the divs? The result should look like this: <div id="container"> <div id="box3">box 3 content</div> <div id="box1">box 1 content</div> <div id="box2">box 2 content</div> <div id="box4">box 4 content</div> </div> How can I do this?
[jQuery] hide problem in IE
Hi There, I use 1.0.3 JQuery, and try to make an AJAX based site, you can view it on <a href="http://mumor.freeweb.hu/mikronet">mumor.freeweb.hu/mikronet</a>. The in mikronet.js existing showModal() function there is a row: $('#scrolltext').hide();. This work perfekly in cirtain circumtances, when I reload the site and click on Képek - second menu on the left, then the #scrolltext div will disapear, but when I take the first link and than the next button, the Scrolltext div won't disapear in IE,
[jQuery] set opacity
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Helvetica, Arial, sans-serif">is there a possibility to set an opacity of a div or element to work in IE and FF (and other browsers?) </font> </body> </html> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Firebug 1.0 coming soon
Hi all, Did you miss it? http://www.getfirebug.com (it's not an ad, I'm just a fan) Franck. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Next Page