[jQuery] blockUI + IE6 + secure page
Small workaround for the non-secured items popup that shows its ugly head when using blockUI in a secured page in IE6. insert this piece of code: if (this.ie6) { f.attr('src','javascript:document.write ("");'); } before this line: this.g = $([f[0],w[0],m[0]]).appendTo('body'); IE6 is now happy.... Also tried (unsuccessfully): - javascript:void(); - throws error message - javascript:void(0); - throws error message - :// (from the jquery core script) - still shows the popup - https:// - takes you
[jQuery] jQuery (or code based on it) makes IE7 crash
Have anybody encountered such a problem? It happens when ajax is called probably, as my clients say so (based on whenever loading... message appears) Thanks in advance Danial _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Attribute Selector issue
Hey all, I'm probably just tired but I would have thought that the following should get any links with <a href="/home.html"> $('a[@href="/home.html"]') But it doesn't work... What's the correct way of getting these elements? Thanks, Allan _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Memory leak in blank index.html&jquery
Hi, > How fast are you reloading? What version of jQuery are you using? To limit possible influences, I made the same experiment with plain IEs 6 and 7, reloading the test file manually, once in a 15-20 seconds interval. I use the latest file from jquery.com, 1.1.1, * Rev: 1153, Date: 2007-01-22 00:27:54 -0500. It agains shows an increase of about 100-500 kb of memory, when inspecting directly the iexplore.exe process. Can someone please verify my results? I use W XP SP2, IE 7 & IE 6 ("standalone
[jQuery] Table data malformed in DOM using before,after and wrap
Hey guys, does Jquery not get along with complex HTML table wrapping or handling? I have been playing with Jquery for about a week now and have had a lot of success with it, however I'm trying to put a border around a photo. This is my HTML <img class="Photo" src="photodrop/woman.jpg"/> Here is my Ready data $(".Photo").before("<table border='0' cellpadding='0' cellspacing='0' width='1'><tr><td><img src='photodrop/topLeft.jpg'></td><td background='photodrop/topBG.jpg' align='right'><img src='photodrop/topMiddle.jpg'></td><td><img
[jQuery] jQuery Design Decisions? Comparison to MooTools?
Matt, Welcome! I have been a huge fan of your work. I am hoping you d adopt jQuery instead of others... it ll be great to have another js guru (amongst the many) in the camp. Michael
[jQuery] jQuery + Yahoo Pipes
Saw this posted on del.icio.us this afternoon and thought I'd forward it to the discussion group: http://comments.deasil.com/2007/02/10/y-pipe-integrated-with-ajax/ Shane -- --------- Bender: "Amy, you like cute things so I baked you a pony." --------- http://www.reefs.org - Where reefkeeping begins on the internet. http://www.advancedaquarist.com - High quality, free monthly publication for the reef keeping hobbyist. http://www.aquaristcourses.org - Distance learning courses for the marine aquarist.
[jQuery] Which file to download from SVN?
OK, I'm not very well up on SVN... I've read that the latest build on SVN might fix the problem of flickering in FF Mac, so thought I'd download it to test... Which file/branch/etc. should I be trying? Seb _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQuery Validation 1.0 Alpha
Hi folks, there were some questions about my very first version of the validation plugin (it's still on the plugin page). If you are interested in form validation, you may want to take a look at the current state of the plugin: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ It's 1.0 version is now in alpha status: That means that I can't guarantee to not change the API until the beta release. But apart from that, the plugin is already pretty stable, and should provide nearly everything
[jQuery] Select box manipulation plugins update
I have updated my plugins for working with select boxes. I am unable to test in Safari, but there should hopefully be no problems. Tested in IE 7, Firefox 2 and Opera 8.54. Available at http://www.texotela.co.uk/code/jquery/select/ Changes: addOption also replaces options with the same value (so that you don't get duplicates) selectOptions allow you to clear previously selected options (by supplying a boolean as the second parameter - setting to true clears, false leaves as is) Addition: copyOptions
[jQuery] Accordion trouble
Hi all. I've just found the Accordion plug-in and it seems pretty straight forward to implement but I get an "<span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch opened">$(":first-child", this)[0] has no properties" in firebug when the page load and the navigation doesn't work. My code is really simple but maybe it could be thickbox or I'm just tired.. ... <script type="text/javascript" src="lib/jquery/jquery-compressed.js"></script> <script type="text/javascript" src="lib/ThickBox/ThickBox.js"></script>
[jQuery] Why not standardize to use jQuery( instead of $('...
or jq('#... this completely solved the problem of collision... howard _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] selector gurus: how can I create list of all selected elements values.
I know I can loop over all the options in a select object, checking to see if they are selected and add their values to an array if so. I would love to see how JQuery could tackle this though. In other words, I want to end up with an array of all of the selected object's values in one line of code. -- View this message in context: http://www.nabble.com/selector-gurus%3A-how-can-I-create-list-of-all-selected-elements-values.-tf3218532.html#a8938311 Sent from the JQuery mailing list archive at Nabble.com.
[jQuery] Closing a thickbox from within an iframe
Is it possible to be able to close an iframe from within itself? I am using an iframe thickbox to upload an image. I would like to be able to close the iframe/thickbox and refresh the page when the script completes. Anyone got any ideas? Thanks Marc -- View this message in context: http://www.nabble.com/Closing-a-thickbox-from-within-an-iframe-tf3220577.html#a8944198 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] Closing a tickbox from within an iframe
Is it possible to be able to close an iframe from within itself? I am using an iframe thickbox to upload an image. I would like to be able to close the iframe/thickbox and refresh the page when the script completes. Anyone got any ideas? Thanks Marc -- View this message in context: http://www.nabble.com/Closing-a-thickbox-from-within-an-iframe-tf3220577.html#a8944198 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] wrap, before, after all not working with table data
<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)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face
[jQuery] Corner + hover + IE7 -- not working
Hi, I am trying to get corner and hover to work together. The code works properly for FF but fails in IE7..below is my sample script that I have been trying on.. <html> <head> <title>Test Page</title> <script src="jquery.js" type="text/javascript"></script> <script src="corner.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function(){ $("div.corner").hover( function(){$(this).css("background-color","#FFFFCC"); }, function(){$(this).css("background-color","#CCFFCC");
[jQuery] Memory leak in blank index.html&jquery
Hi all, I was investigating a memory leak in my application and unfortunately everything led to jQuery. So I created this simple HTML file: <html> <head> <script src="packages/jquery/jquery-latest.pack.js"> </script> </head> <body> test </body> </html> Then I started Drip, the IE Leak Detector (http://outofhanwell.com/ieleak/index.php?title=Main_Page) and hit the auto-refresh button. I was very surprised while viewing the memory consumption in Process Explorer (by SysInternals, now Microsoft) (the
[jQuery] Jquery Shortkeys Plugin - "Ctrl" doesn't work?
maybe i'm missing something obvious, but when i do this... $().shortkeys({ 'Ctrl': function(){ alert('Ctrl'); } }); i get nothing. yet any other key i assign works just fine. i tried all lowercase too "ctrl". does anybody else see this? i'm testing IE 6, IE 7, and Firefox 2 thanks -mundi -- View this message in context: http://www.nabble.com/Jquery-Shortkeys-Plugin---%22Ctrl%22-doesn%27t-work--tf3221205.html#a8946046 Sent from the JQuery mailing list archive
[jQuery] problem with mootools like top navigation
Hello Everybody, It's my first post here. I've been using jquery for some time now but new to interface and don't have much deep knowledge of javascript. So just playing with interface, what i was trying to do is to make a menu like <a href="http://mootools.net">http://mootools.net</a>. I'm talking about the top menu (Download, Docs, Forum, Trac). I'm trying making the same effect using jquery and interface. Check it at <a href="http://sharanbrar.com/moo/"> http://sharanbrar.com/moo/</a> I've
[jQuery] Enabling wildcards in .className selector
I recently had a need for a simple wildcard in the class selector syntax. eg: $("INPUT.myClass*") would match .myClass1 and .myClassHello etc. As an experiment to make this work I made a small change to JQuery's code but that is decidedly poor practice! I'd like to apply the change as a small plugin but the section of code in question is quite long and I presume the plugin would have to include all of it in order to replace the existing code on the fly. So... - Is there an easier way to apply this
[jQuery] jQuery Design Decisions? Comparison to MooTools?
Matt, I think your final statement sealed the deal when I was deciding. This list is packed with experienced, patient, and helpful jQuery gurus. I've been developing for nearly a decade and have subscribed to a lot of lists over those years, and the degree of helpfulness you see on here is rare indeed. They don't jump on people for asking "dumb" questions or doing things differently, but there is still a good amount of constructive advice when its warranted. Being one of the "moderately experienced
[jQuery] Get the selected option of a select element
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=812004712-13022007><FONT face=Arial size=2>hello!</FONT></SPAN></DIV> <DIV><SPAN class=812004712-13022007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=812004712-13022007><FONT face=Arial size=2>i'm trying to have the selected option's value in a select element
[jQuery] Newbie Question - wraping an element
Hi, I have been using jquery for some time but never really created my own extension that requires dom manipulation. I am wondering how can I wrap a <span> with two table element. So my original code is something like this Original <div class="box"> <span class="heading">Heading</span> </div> Modified (desired result) <div class="box"> <table> <tr> <td><span>heading</span></td> </tr> </table> </div> I was able to get handle on div.box but when I tried $('div.box').children("span.heading").before('...').after('...');
[jQuery] Finding All IDs beginning with a certain string
Is it possible to find all IDs who's beginning matches a string but with different endings. I can't use class's as i'm using them for styles. -- View this message in context: http://www.nabble.com/Finding-All-IDs-beginning-with-a-certain-string-tf3220128.html#a8942932 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Attribute Selector issue
Hi, Some browsers store the href attribute as full path, so /home.html would become http://www.some.com/home.html. Nandi -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Allan Mullan Sent: Tuesday, February 13, 2007 10:44 AM To: jQuery Discussion. Subject: [jQuery] Attribute Selector issue Hey all, I'm probably just tired but I would have thought that the following should get any links with <a href="/home.html"> $('a[@href="/home.html"]')
[jQuery] check for checked
I have a jquery selection of input tags of type checkbox, I want to filter out those that are checked. Feels like it should be something easy like $('input[@checked=checked]', checkboxes); andreas _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Does jQuery support File Size Check before uploading?
Does jQuery support File Size Check before uploading? Lets say only max 2MB upload size allowed. Thank you john _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Best way to reload a table after an AJAX call? Guru's weigh in...
I'm doing an ajax call and returning a recordset - think of it as a 2D Array. Given this 2D array, what do you think the fastest jQuery code might be to clear and reload the table? The recordset can be very large - 500 records for example. -- View this message in context: http://www.nabble.com/Best-way-to-reload-a-table-after-an-AJAX-call---Guru%27s-weigh-in...-tf3204000.html#a8897129 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing
[jQuery] JQuery AJAX PHP tutorial
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Hi, Is there any good reference to how to use JQuery, AJAX and PHP together <div class="moz-signature">-- <meta http-equiv="Content-Type" content="text/html; "> <meta name="ProgId" content="Word.Document"> <meta name="Generator" content="Microsoft Word 10"> <meta name="Originator" content="Microsoft Word
[jQuery] Issues with non FF browsers
Hi, I'm trying to get some simple things to work using jquery, and everything currently works the way I'd like it to in Firefox. However, in Opera, Safari, and Internet Explorer, nothing works right -- and I haven't been able to figure out where the hang up is. My entire jquery code can be found here: http://www.moiph.com/javascript/index.js but a snippet is below: $(document).ready(function() { $("a.lastfm").click(function() { var type = $(this).attr("id"); var user = $("#user").val(); $("div.lastfmContent").html("Loading...");
[jQuery] Autocomplete mod tweak
I'm using the autocomplete mod from http://www.pengoworks.com/workshop/jquery/autocomplete.htm The page above uses an older version of jQuery; with the latest, a bug occurs: when hitting enter without having selected any item in the drop-down, the whole dropdown innerHTML gets written to the target textbox; To fix, I modified line 154 from if (!li) { to if (!li || li.tagName.toLowerCase() != 'li') { and set the option 'selectFirst' to true this is because line 153 var li =
[jQuery] jqModal: ajax global and body overflow
Brice, First off, I am loving your take on the Modal. I have two questions: 1. I get scrollbars when I the overlay is on, and I know the fix is to set the body overflow to hidden, but can't find where to put that in your code, can you point me in the right direction? 2. I set the $().ajaxStart().ajaxStop(); for other notices I have on the site, how do I set the global to false in your code? Thanks,<br clear="all"> -- Benjamin Sterling <a href="http://www.KenzoMedia.com"> http://www.KenzoMedia.com</a>
[jQuery] OT: Web developer needed
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" 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)"> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="State"/> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
[jQuery] help - Interface Blind Toggle crashes Safari
I've got a fairly simple page - basically a container div with two divs - a leftPane and a rightPane. A third div serves as something to toggle the left pane open and closed using Interface's blindToggleHorizontally. For some reason, Safari crashes every time the leftPane is closed. Firefox, IE, Netscape all seem fine. I've stripped just about everything else out of the page trying to isolate the problem, but still can't find it - anyone seen this before? http://www.monkeypuzzle.net/testfiles/safari_crash_blindtoggle/index.htm
[jQuery] Mouse coordenates
Ok, this is a noob question, but what is the fastest, cross-browser way to obtain the mouse coordenates? I've found tons of info about this in google, but it all seemed a little bit dated (with comments about Netscape 4 and the war of browsers all the time). Thanks. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] how to simplify this
Hello, I am looking for a way to simplify this chunk of code: $('li#normal').click(function() { $('#bereit').ScrollTo(800); $('li#normal dd').toggleClass('ausgewaehlt'); $('li#standard dd').removeClass('ausgewaehlt'); $('li#profi dd').removeClass('ausgewaehlt'); $('label#label_radiobutton_1').toggleClass('ausgewaehlt'); $('label#label_radiobutton_2').removeClass('ausgewaehlt'); $('label#label_radiobutton_3').removeClass('ausgewaehlt');
[jQuery] jquery + tinymce .... scope problem?
Tinymce support really does appear to be bad :/ I tend to not have any questions answered over in the support forum. I found this: http://tinymce.moxiecode.com/punbb/viewtopic.php?id=2731 I haven't read the entire thing fully, but it appears to be solving the ajax/tinymce issue in some cases. Maybe it will help you out? --kim --- ® / Robb Irrgang <irrgang@gmail.com> wrote: > Hi all, > > sorry to bump this but I'm wondering if anyone knows > how to resolve my > problem with jquery and tinymce. > >
[jQuery] How to animate background-color ?
Hi guys, I was wondering if anybody could help with this. I am trying to do animate on the backgound-color of a div, but I got an error message saying that 'background-color' is not supported. Here is my code: $("#testanimate").mouseover(function(){ $(this).animate({'background-color':'#ffffff'},"slow"); }); Is this the correct way of doing it ? Have I missed something ? Thanks for the help, Chris -- View this message in context: http://www.nabble.com/How-to-animate-background-color---tf3199612.html#a8883462
[jQuery] Selecting all other siblings
I have what is probably a newbie question. I have a table displaying data and use the following script to create a highlight on a row, except for the first row (.headingrow) because it's used as the header for the table. $("#docstable").find("tr").not(".headingrow").mouseover(function(){$(this).addClass("trover")}); $("#docstable").find("tr").not(".headingrow").mouseout(function(){$(this).removeClass("trover")}); This works fine but my question is would there be a more efficient way to do this, without
Next Page