[jQuery] jQuery 1.1.3 bugs in Thickbox 2 and 3 with iframed content
Hey guys, I had some trouble with thickbox's "iframed content" usage when upgrading to the new jquery. With jQuery 1.1.3 and thickbox 2: The thickbox content opened normally but the 'close' link won't close the thickbox. With jQuery 1.1.3 and thickbox 3: The thickbox content didn't load on top of the current page but instead at the bottom of the page. This is the thickbox iframe link usage I am talking about: <a href="form.html? keepThis=true&TB_iframe=true&height=500&width=400" title="Contact
[jQuery] Question regarding loading from XML
hello all... I have a quick question I was wondering if someone could help me with. I 2 files I am working with here. The first is a main page which everything is loading to. People are watching streams on this page. Attached to this page may be a slideshow. Sometimes, I will update the slideshow during an actual live event. The slideshow is loaded from a separate file for just this reason, because if there is a change, we can change that part of the page only when necessary. However, this is using
[jQuery] Digg story for jQuery 1.1.3
this digg link has gotten 1392 diggs as of this writing: http://digg.com/programming/jQuery_1_1_3_800_Faster_still_20KB the one on the blog itself only lists 24 at http://digg.com/tech_news/jQuery_1_1_3 is it time to change the digg link on the blog to leverage the most "dugg" ??
[jQuery] jQuery 1.1.3 breaks completely on Konqueror
Sorry to report this here, but the site appears to be largely non-functional due to the popularity of the recent release of jQuery 1.1.3. Unfortunately, 1.1.3 breaks completely on Konqueror, at least in my case where the lower-cased user agent string looks like this mozilla/5.0 (compatible; konqueror/3.5; linux) khtml/3.5.7 (like gecko) (debian) This string doesn't result in a match for the browser version when the original pattern is used jQuery.browser = { version: b.match(/.+(?:rv|it|ra|ie)[\/:
[jQuery] window.onresize event
Is there a way to simulate the behavior of FireFox with an window.onresize event in IE? Where the event only fires at the end of the onresize method? It appears that doing too many calculations on a layout while resizing the window in IE makes it slow down considerably until it finally makes all the calculations and renders the changes. FireFox works great because it waits until the resizing is done. Thanks, Marshall
[jQuery] Do Firefox and IE handle 'scope' differently?
Hi, Apologies if I'm doing something silly here, but I'm having great difficulty tracking this down... If I run the following page in FF, everything is good in the world. However, if I run it through IE7, my global variable (gData) looses its contents. Could some kind soul let me know if this is Firefox being kind and 'fixing' my bad code, or is there (another) bug in IE? I'm wondering if it's something to do with me calling a function (via a callback method) from within the constructor, which then
[jQuery] jCarousel: start image
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title></title> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <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; text-decoration:
jQuery 1.1.3: 800%+ Faster, still 20KB
Hi Everyone - I'm pleased to announce the release of jQuery 1.1.3. After many months of testing, developing, and more testing, we have a very solid release available for download. It comes with roughly 80+ fixed bugs and a handful of enhancements for good measure. Highlights include: 1. Improved speeds, with DOM traversal over 800% faster than in 1.1.2. 2. A re-written event system, with more graceful handling of keyboard events. 3. A re-written effects system (with an accompanying fx test suite),
[jQuery] sort of horizontal scrolling
Hi all i was investigating at make something like this: http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm but with jquery. does anybody played with this stuff already? How do i calculate how much the UL has already scrolled left? The gallery should be wrapped whitin a div with overflow hidden (and the dimensions.plugin only works - if i am not wrong - on containers with overflow auto) and even if i say $("div.mydiv ul").css("left", -300) and then check for it's LEFT css property i always
[jQuery] Selector docs?
Naturally, the day I pick to sit down and play with a new jquery project is the day that docs.jquery.com is down :-) Is there some kind of cribsheet out there for jQuery's selectors? It's something that the automatic docs like Visual jQuery and the API Browser don't cover... Cheers, Howie
[jQuery] Select list scroll event?
I'd like to be able to change the source attribute of an image based on which option in a <select> is being highlighted. Here's an example: http://zivotdesign.com/examples/jquery/test.html The example uses change(), which is okay, except you have to click to choose one of the options. I'd like the image to change as you scroll through the list. Is that possible? Thanks, Owen
[jQuery] Bug:
Should I submit bug report or did I miss some change I need to implement on below issue? In 1.1.2 using $t("#event_" + EventArray[i].ID).Draggable({ axis: 'horizontally', ghosting: true, opacity: 0.5, fx: 300, grid: [daySize,0] }); I get my bars to drag and when you lift off the mouse button the slide right into place where the ghost bar is.... But in 1.1.3 I get the
[jQuery] docs.jquery.com
Jquery docs is out? -- Pedro Gonçalves 031-8415 5423 <a href="mailto:pedro@izap.com.br">pedro@izap.com.br</a> <a href="http://www.izap.com.br">www.izap.com.br</a>
[jQuery] Problems with select *newbie question
This worked, but isnt now and i dont know why, someone could help me? $('select').change(function() {alert($("select option:selected").val());}); -- []´s Jean www.suissa.info Ethereal Agency www.etherealagency.com
[jQuery] NEWS: A Whole Lotta jQuery Love Over at AjaxRain.com
I've been keeping an eye on AjaxRain.com and I just noticed a big update with a boatload of jQuery plugins being listed. Very cool. http://www.ajaxrain.com/index.php Rey... -- BrightLight Development, LLC. 954-775-1111 (o) 954-600-2726 (c) rey@iambright.com http://www.iambright.com
[jQuery] SOT: Sorting Google Group e-mail in Outlook 2003...
Has anyone figured out how to get Outlook 2003 to correctly group messages? Sorting by Conversation seems to be the best, but replies are never grouped near the original thread. -Dan
[jQuery] AJAX response randomly ends prematurely. Any ideas?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.6000.16481" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>I'm struggling with a weird yet randomly reproducable constant problem in our systems jQuery AJAX-responses.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Some of our pages have links
[jQuery] $(elem) question
Hi, I am trying to access my SELECT element with jQuery but I can't make it working : This works : alert(document.getElementById('aller')); // [object] var sel = document.getElementById('aller'); alert(sel.selectedIndex); // 0 This not working : alert($(document.aller)); // [object Object] alert($(document.aller).selectedIndex); // undefined Could anyone help me ? Thank u for any comment. -- View this message in context: http://www.nabble.com/%24%28elem%29--question-tf4011702s15494.html#a11392465
[jQuery] OT - AJAX book
Hi all I've used JQuery for a project and it was fine. Now I want to buy a book just for AJAX not necessarily jQuery. What would you guys suggest? Thanks in advance. Angelo
[jQuery] Some IE bugs I can't figure out...
Hi there We're redesigning this site for i client and want to use alot of jquery features. I'm quite new to jq and keep getting IE bugs. For now the mockup works fine in Firefox but I can't figure out why it goes nuts in IE. Anyone got any ideas? http://devsrv.webbhuset.se/~joel/koll.se/ What happens is that you can't move the boxes in the right column properly(works just like I want it in FF) in IE and the little slider between the boxes doesn't work at all in IE (works fine in FF of course ;))
[jQuery] idrop and remeasure
Hi, I'm still having problems with the Interface plugin: In the idrop.source it says: /** * remeasure the droppable * * useful when the positions/dimensions for droppables * are changed while dragging a element * * this works for sortables too but with a greate processor * penality because remeasures each sort items too */ The positions of my droppables change while I'm dragging an element, but I have no idea how/where to invoke the remeasure function. Can anybody please give me an example? Michael
[jQuery] AutoScroll plugin
Hi, I know there is an autoscroll plugin out there, but I need something different: I have a div with scrollbars. When I move the mouse over the "top" or "bottom" of my div, the content of the div should scroll up or down. Is there a plugin that can do that? Michael
[jQuery] idrop and remeasure
Hi, I'm still having problems with the Interface plugin: In the idrop.source it says: /** * remeasure the droppable * * useful when the positions/dimensions for droppables * are changed while dragging a element * * this works for sortables too but with a greate processor * penality because remeasures each sort items too */ The positions of my droppables change while I'm dragging an element, but I have no idea how/where to invoke the remeasure function. Can anybody please give me an example? Michael
[jQuery] idrop and remeasure
Hi, I'm still having problems with the Interface plugin: In the idrop.source it says: /** * remeasure the droppable * * useful when the positions/dimensions for droppables * are changed while dragging a element * * this works for sortables too but with a greate processor * penality because remeasures each sort items too */ The positions of my droppables change while I'm dragging an element, but I have no idea how/where to invoke the remeasure function. Can anybody please give me an example? Michael
[jQuery] Sliding horizontal menu in a limited area
I'm looking for a plugin that can handle unlimited horizontal menu items. If the area is too small it should be able to click right/left to see all menu items. Just like the tabs in Firefox. All menu items doesn't need to be visible at the same time. But it should be obvious to the user that there are more items available, and how to find them. Is there such a plugin? The only similar jquery plugin that I've found is the <a href="http://www.getintothis.com/blog/2006/09/26/my-first-jquery-plugin-a-sliding-menu/">Sliding
[jQuery] Finding Correct Element
Hi, Beginning jQuery user here. I am currently coding for my blog. I have a small options menu for each post on the page and I am using jQuery to hide this. I have added a graphic link on each post, that when clicked, would unhide the appropriate menu. Currently when I click any of these links, it opens the menu for each post. How do I get jQuery to know which menu to open?
[jQuery] Links not working in collapse tree menu
I used the collapse tree menu I found on http://24ways.org "A carol Scripting - Derek Featherstone/Day 21". You can right mouse click and open the links in a new window - you can see the link in the status bar. If i disable the javascript the links work, You can view my html page: http://www.csu.edu.au/special/validate/build_kelly/library.html You will find the tree menu used down the left hand side of the page starting with + finding information. Javascript $(document).ready(function(){ TWOFOURWAYS.enableTree();
[jQuery] changing a class depending on content
<html> <body> Hi folks, I've tried, but I just cannot get my head in the right direction with this one. In a non-ajax application I have, if a database record is successfully updated, the return stream from the server contains an appropriate message of the form: <tt><p class="alert">The record was successfully updated </tt>If an error occurs, the message is of the form: <tt><p class="alert">Error - the record was not updated </tt>I currently "jquery" the stream via: <tt> $(".alert").highlightFade({color:'red',speed:2000,iterator:'sinusoidal'});
[jQuery] Grid and Editor
Last year almost, I set out to create a grid control with jQuery. Time has passed, and I thought I'd revisit the project. I'd like to ask what grid controls are available to jQuery and if you feel there is space for a another one. Furthermore, I want to create an editor. I've been teaching people to use WordPress. I sense a need for something that is somewhat between semantic and WYSIWYG. In my work, people want to insert pictures, have them as a block, or float left or right. They are writing documents
[jQuery] Call ajax when items were out of the screen
Anyone have an idea how i can know when a list is out of the screen? what i want to do is call a list via ajax and when the user use the scrollbar to show more items in the list wich are out of the screen some script call the srv via ajax to get me more results (items) thx
[jQuery] Naming Conventions
As my masked input plugin approaches 1.0, I'm noticing that my plugin isn't following the conventions of the jQuery library itself. Currently my plugins main method is .maskedinput(mask,options) I'm thinking I should change it to .maskInput(mask,options) or simpley .mask(mask,options) I think this change is good because it's a verb and it shows action. Also, there is a global method which allows user defined char placeholders which Jörn advided me to namespace off. So, I plan to put it in $.MaskedInput.addPlaceholder(character,regex).
[jQuery] Joern Form Validation hangs IE when validate monster forms
Hi all. I have a monster form with more than 110 fields(separeted in tabs) to validate before save in our DB. Every fields need easy validation like: rules ... pat_ds_veiculo_ano:{required: "#pat_co_veiculos:checked",digits: true, rangeValue:[1905,2008]}, pat_vr_veiculo:{required: "#pat_co_veiculos:checked"}, pat_co_veiculo_alienado:{required: "#pat_co_veiculos:checked"}, pat_dt_alienacao_fim:{required:
[jQuery] jCarouselLite - my first plugin - anxiously awaiting comments
Hi there, I have been using jquery for a couple of weeks now. I should say this is the best library out there. I come from raw javascript, prototype, mootools background and i am damn sure, i am not going back. That said, a couple of days ago, i was looking for a carousel style widget for my app, and stumbled upon the excellent jCarousel plugin. The plugin is awesome. It has everything i needed and more. It worked like a charm out of the box, but my issue was that, my use-case used carousel as a
[jQuery] Detecting an event's return value
jQuery let's you simulate firing an event. Is there anyway to check if the event returned true or false?
[jQuery] a question about the easing types in interface plugin
i checked the demo page on the interface website. but i donno what the easing types really mean. on the demo page, i selected an easing type and click the "animate" link. the top emement just move left to right or right to left. I can't see any difference between them. who can explain it to me, great thanks!
[jQuery] ajaxForm problem in IE while submitting
Hi all! I used this ajaxForm plugin. Saw the demos at http://malsup.com/jquery/form But there is a problem while submitting the form in IE. The beforeSubmit event is not triggred in IE. But in Firefox, it does as expected. Did the research, but couldn't find any solution. But what I find out during this course is, if I put the form html code in the page itself, it works; similar to the demo. Instead of putting the form mark-ups in the same file, I load the form page from another file using the jQuery's
[jQuery] Textfield word wrap
I have a textfield which I don't show scrollbars on - easy, using CSS. But I'd like to have the lines wordwrap, instead of just going off the screen. Can I use jQuery to catch the maxrows and wrap lines which are too long?
[jQuery] 1.13 bug - IE6 attr function
I have a bug in the fading code for IE6 it is triggered in the function attr on line 1587
[jQuery] History / Remote Plugin Instructions
Can anyone point me to some basic instructions for how to get started using this plugin? One question I have is do I have to name the class for all the links that I want to use with this to "remote"?
[jQuery] Selecting the first TD of every Row
I have been looking online at the documentation and don't seen to have any luck find a way of doing this. So far I can do this: $("td:first").addClass("tomas"); Which applies a class to the first td it founds in the table. How can I select the first td for every tr? Help will be much appreciated. Thanks!
Next Page