[jQuery] Interface Sortables -> Operation Aborted in IE
Hi everyone, I'm using jquery and interface sortables and I'm getting this weird IE bug, it doesn't always show up, though most of the time, but all it says is: Operation aborted. In FireFox (1.5.0.9) i'm getting another bug which seems to be related. It says script is still running and asks me if I wanna stop the script or continue. This 'bug' only happens occasionally. Anyone know anything about these? I'm having no luck looking for information on that one. I'm unable to provide an example as is.
[jQuery] Stop animation work-around
I've written a small plug-in work-around for stopping animation - not very pretty, but does the job while waiting for the 'official' version in jQuery 1.2. I Would like some feedback (not too harsh please!). The plug-in was inspired by the original 'easing' plug-in by George Smith and goes like this: <font size="1"><span style="font-family: courier new,monospace;">// Modify fx function by converting first to a String </span><br style="font-family: courier new,monospace;"><span style="font-family:
[jQuery] plugin FormValidation: getComputedStyle error
<!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><FONT face=Arial size=2><SPAN class=843344213-07022007>hello,</SPAN></FONT></DIV> <DIV><FONT face=Arial size=2><SPAN class=843344213-07022007></SPAN></FONT> </DIV> <DIV><FONT face=Arial size=2><SPAN class=843344213-07022007>using bassistance FormValidation plugin, i get an error in Firefox
[jQuery] Interface Sortables -> Operation Aborted in IE
<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana,helvetica,sans-serif;font-size:10pt"><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">Oli, A sample might be helpful as well as what actions are causing the exceptions. I've had problems with IE/FF and sortables in the past ... but there were fixed with the most recent release. - wg <div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">-----
[jQuery] Effects: Choppyness, speed and IE
On Thursday, February 08, 2007 9:31 AM Arne-Kolja Bachstein <> said:
[jQuery] Sending form to php to send mai
<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hello, I've been trying to submit a Form to a php file to send an email. I've already tested the script without jquery, to make sure the php works ok.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>I haven't been able from the examples to know how to do it. This is the last I tried:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><B>This is what I have in my script tag in the head:</B></DIV><DIV><BR
[jQuery] please un-subscribe me from [jQuery mailing list]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1255"> <META content="MSHTML 6.00.5730.11" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>its exploding my inbox...</FONT></DIV></BODY></HTML> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Smooth page scrolling between internal anchors
Hi, I'm very new to both jQuery and Javascript, but I love what it can do so far. I'd like to be able to create a plugin that enables smooth scrolling when you click on an internal anchor link on a page. It would be beneficial to users as it provides feedback that you are not going to a different page, but somewhere else on the page. I've found a snippet of code that implies it should do the trick, but I can't get it to work successfully. If anyone could start pointing me in the right direction I
[jQuery] Extending DOM element
Hello! I am trying to create a tree-like table. Each row has a link to expand the row. When the link is clicked i want to make a copy of the row (clone), change some values in the copy and insert it after the original row. After this is done, the link is bound to a new event: collapse. This should remove the appended row(s) from the table. Since the table can have multiple levels, the collapse function is recursive. To do this, I want to extend each <tr> element with a few functions and some "member
[jQuery] Uncooperative divs
<html> <body> <tt>Hello folks, I'm having a problem with a dyamically loaded div sliding under a following div, rather than pushing that div down the page. I have a page set up with the following divs.. [toolbar] [email form/glossary form] [content] Both the toolbar and content divs have visible content as the page is loaded. The email/glossary div is empty and hidden on page load. When, say the email icon is clicked in the toolbar, the following code loads an email form into the second div...
[jQuery] Form validation
<!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=890411219-06022007><FONT face=Arial size=2>hello,</FONT></SPAN></DIV> <DIV><SPAN class=890411219-06022007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=890411219-06022007><FONT face=Arial size=2>i used to use this very nice library for form validation, back
[jQuery] $().load() can not load script in a page with IE
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi All, I just study jQuery for a couple of days. jQuery is very nice way to improve readability of javascript code and more effective programming style. By the way, I find jQuery does not run script in a page when I load a page with $.load() with IE. I have work around a patch to fix it, and submit a bug report. But, there is no any response from the develop team. I don't know if it is a know issue, or you have fixing? - -- Thinker Li - thinker@branda.to
[jQuery] question about selectors
<!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=343204501-08022007><FONT face=Arial size=2>A quick question:</FONT></SPAN></DIV> <DIV><SPAN class=343204501-08022007></SPAN> </DIV> <DIV><SPAN class=343204501-08022007><FONT face=Arial size=2>say i have an input, how can i reach its containing form element ?</FONT></SPAN></DIV>
[jQuery] $().load() can not load script in a page with IE
Weird, this works for me in IE6 on xp/sp2 test.html: <html> <script src="jquery-1.1.1.js"> </script> <script> $(document).ready(function() { $("#load_here").load("test2.html"); }); </script> <body> <div id="load_here"> </div> </body> </html> test2.html: <html> <body> <script> alert("Hello!!!"); </script> <h1> Hello</h1> </body> </html> -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Thinker Sent: donderdag 8 februari 2007 10:25 To: jQuery
[jQuery] $().load() can not load script in a page with IE
I ran into the same issue, and it can be solved by putting your javascript inside the body tags. Then it works. Hurray for IE Regards Ronald -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Thinker Sent: donderdag 8 februari 2007 5:20 To: jQuery Discussion. Subject: Re: [jQuery] $().load() can not load script in a page with IE John Resig
[jQuery] jquery form plugin submitting 3 times
I am using the jquery form plugin and it seems to submit 3 times. I have looked at the php code and it should be only submitting it once. Here is the code <script type="text/javascript">//<![CDATA[ $('#formTurn').click(function() { $('#TB_window #yourTurnForm').ajaxForm({ dataType: 'json', target: '#TB_window #output', success: processyourTurnForm }); }); function processyourTurnForm(data) { $("#formTurn").fadeOut("fast") $(data.message).appendTo("#TB_window #TB_output")
[jQuery] Please Help
<!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.5730.11" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>I am trying to keep the gray box open until the mouse is outside of that box.....I want to be able to click the Test Link......Please help.....Thanks!! My code is below:</FONT></DIV> <DIV><FONT face=Arial size=2> </FONT></DIV>
[jQuery] Keep <div> open on mouseover event with AJAX and jQuery
<!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.5730.11" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>I am trying to keep the gray box open when I have my mouse within the box. Can someone tell me how to do so?</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>My code is below.</FONT></DIV>
[jQuery] spotted another cool jQuery site nabaztag
<a href="http://my.nabaztag.com/">http://my.nabaztag.com/</a> uses jquey and several plugins. the site is as cute as the little net-bunny they sell!<br clear="all"> -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQuery operations on ajax data
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word" xmlns:st1 = "urn:schemas-microsoft-com:office:smarttags"><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.5730.11" name=GENERATOR><o:SmartTagType name="City" namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType
[jQuery] jQuery operations on ajax 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: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)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);}
[jQuery] jQuery operations on ajax 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: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)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);}
[jQuery] Trouble with event position X/Y [Solution/Resolved]
On 2/7/07, Brandon Aaron <brandon.aaron@gmail.com>
[jQuery] jQuery operations on ajax 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: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)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);}
[jQuery] jQuery operations on ajax 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: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)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);}
[jQuery] after ajax dom not resetting
greetings, i have a $.ajax call with this as the success function: $("users/user", xml).each( function(){ userId = $("id",this).text(); $("span."+letter).append("<h4 id=\"user_"+userId+"\" class=\""+$("firstletter",this).text()+"\">"+$("username",this).text()+"</h4>"); $("span."+letter).append("<div id=\"userDetails_"+userId+"\" class=\"userDetails\"></div>"); $("div#userDetails_"+userId).append(" $("email",this).text()+""); $("div#userDetails_"+userId).append("<p class=\"created\">Created on: "+$("created",this).text()+"");
[jQuery] jQuery operations on ajax 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: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)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);}
[jQuery] jQuery operations on ajax data
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word" xmlns:st1 = "urn:schemas-microsoft-com:office:smarttags"><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.5730.11" name=GENERATOR><!--[if !mso]> <STYLE>v\:* { BEHAVIOR: url(#default#VML) } o\:*
[jQuery] jQuery operations on ajax data
<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="City"/> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
[jQuery] Trouble with event position X/Y [browser and code version]
On 2/7/07, Brandon Aaron <brandon.aaron@gmail.com>
[jQuery] display inline vs block
When using hide(), show, fadeIn() etc. jQuery make the elements display:block, while I'm sure there is a good reason for this I wonder is there anyway to get jQuery to set them as display:inline? Regards, Jon. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Proxy servers and AJAX requests
Hi everyone. I am new to jquery and this list so please let me know if this is the wrong place to post this question. I do the occasional web development and built a site(www.gautengfilmdirectory.org.za) using jquery for minor DOM manipulation, effects and AJAX requests. The site works nicely, or so I think, but there is a problem with a user who connects to the internet through a proxy called WinProxy. I use the $.post method to perform the AJAX request and based on the data returned I either update
[jQuery] Please Help
On Wednesday, February 07, 2007 12:15 PM Bradley Holloway <> said:
[jQuery] jQuery().hover() not working as intended in IE?
<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] Trouble with event position X/Y - anyone else?
I'm developing a little app that involves positioning a translucent div near the cursor, and the numbers aren't adding up. I'm using the Dimensions plugin and subtracting an element's offset from the event's pageX/Y coordinates, and the X coordinate is consistently about 53 pixels off. Not coincidentally, the element is centered within a larger element, and the distance between their (left) edges is 53 pixels. That parent element is floated right, if it makes a difference. (I'll try to create a stripped-down
[jQuery] Can I do JSON request with POST?
Hi! I would like to know if I can do a JSON request with POST and not GET? According to the documentation of $.getJSON( url, params, callback ): "Load JSON data using an HTTP GET request." so it is only GET. But I can do a $.post(), so I expect it to be available if not now, than maybe in the near future...? Thanks, BYE: TeeCee :o) _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQuery guru wanted for small contract, good $
Hi, I love jQuery, but have only just discovered it. I believe it would very nicely solve a design issue on one of my current projects, but the deadline doesn't give me enough time to learn everything I would need to know in order to build it myself. So, I am wondering if someone on this list who knows jQuery inside-out would be available for a small contract. I would like a three-tiered navigation system. * Level-one nav is a horizontal menu * when a user mouses-over a level-one nav item, that item's
[jQuery] jQuery().hover() not working as intended in IE?
<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] jQuery().hover() not working as intended in IE?
<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] searching ajax results for preloading images
How do I access the results of an ajax query? What I'm trying to do is search the results, preload any images found in the results, and only after that display to the page. Certainly, the query is fine...returns the results ot the page...but I'm not sure hwo Jquery goes from there... // the query call has been done and we have results = html function(html) { // preloading images...or the want of doing so // the css tree is correct...it should work // it would also not perform preload
Next Page