[jQuery] RSS feed not updating
Anybody else noticed that the RSS feed hasn't updated in at least a few days now? http://jquery.com/discuss/feed/ http://jquery.com/discuss/feed/ Somebody feed the meter! -- View this message in context: http://www.nabble.com/RSS-feed-not-updating-tf3412453.html#a9508208 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Ok... one last effort to make this work... help!
Hi, all... I've been tinkering with jQuery for about 3 weeks now and while I've made some progress and gotten some things to work, I'm stuck on validation and I've got to get it working so I can do something that makes money! Anyway... here's what I've got. If anyone could give me the advice I need to get this working I'd be very grateful... I'm trying to run validation on each form field of a form on blur. Right now I'm just working on one form field. I've got my page with the validation code (trying
[jQuery] How to convert "class" to "style='attrs ...'"
Hi, I'm trying to write a function to generate MySpace friendly HTML. MySpace does not accept "link" tags, so the HTML from my page that contains "class='whatever'", will mean nothing on the mySpace page. My question is, given an element with a class, e.g. "<td class='myClass'>Hello</td>", how would I use jQuery to rewrite that element as "<td style='font-family:verdana;font-size:12px;...>Hello</td>"? Notice I have replaced the "class" attribute with a style attribute with all the attributes listed
[jQuery] Sortable - is 'containment' implemented? simple test case fails
Heya jquery folks, Has anyone implemented a .Sortable with the containment: 'parent' property? Even in a basic test case (below), I receive unexpected behavior when using this property: Most prominent is dragging the first item in a list yet unable to drop/sort it. If this helps, here is a fellow user who also experienced unexpected behavior with 'containment': http://jquery.com/pipermail/discuss_jquery.com/2006-November/016519.html Here is the simple test case: <html><head> <!-- include jquery and
[jQuery] [!jQ] - But need help: "Object doesn't support this property or method"
This was driving me crazy all day yesterday, and I'm sick and tired of it today. IE problem only, naturally. I'm loading an external source (which I have control over) into an object tag. I need to set the height of the object to the content of the source. Plays nicely in everything but IE (tried 6/7), where it throws the "Object doesn't support this property or method" error and freezes up. The problem lies in this script, which is in the external source (tried some different things, but can't get
[jQuery] blending effect?
Hi, I'm displaying one image, now how do I replace it with a 'blending' effect, i.e the old image fades out and the new image fades in ? I suspect I should make clever use of animate,opacity,z-index etc, I'm just not sure were to start. Any pointers to an existing example on how to do it with jquery ? Cheers, Tobbe _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] bug caught when retrieving data
if encountered a weird bug it spilled out this error message... <span class="objectBox objectBox-errorMessage hasBreakSwitch opened">[Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest.open]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: javascript: eval(__firebugTemp__); :: anonymous :: line 1" data: no] this is where the error seems to occur, I can't seem to get a better detail on what. showEtapes = function(){ $("div#cptEtapes").show();
[jQuery] Test
Disregard this, please. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Delay on keypress
Thanks Erik that did the trick! - David Dexter -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Erik Beeson Sent: Thursday, March 15, 2007 8:59 PM To: jQuery Discussion. Subject: Re: [jQuery] Delay on keypress You basically want to have a timer that gets "canceled" if a key is pressed before it executes. Something like this: var search_timeout = undefined; $(...).bind('keyup', function() { if(search_timeout != undefined) { clearTimeout(search_timeout);
[jQuery] Delay on keypress
I'm trying to put together a live search input for an internal app I'm working on and I can't seem to figure out how to delay the ajax call to only fire if the user hasn't typed a character for half a second or so. That way, the request isn't firing after every character is entered as the user is typing. Here is what I'm using, but I would like to build in some functionality $('#search').bind('keyup',function() { str = $('#search').val(); if(str.length >= 3){ $.ajax(.....) } } Thanks
[jQuery] php - web service (ajax/jscript)
Hi I'm trying to find information with regards to how to create/implement a test web services app. I'm trying to find pointers to anyone who's actually created this kind of functionality, or pointers to web sites where I can find the information I'm looking for. For my test, App1 has the web service, and provides the jscript/ajax code to the 3rd Party, for use on the Test App. I'm trying to find php code for the apps on the web servers as well as test php code for the api on the Master Server. I'm
[jQuery] js right click menu
Hi! Can you provide example implemented with jquery please? Thanks! _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Local XML
I need to load and process a local XML file from a page displayed locally. However, if XML is loaded through .get, it is passed to the processing function as text, not as a document. How can I ensure that the XML that is loaded gets parsed and presented as DOM? That is, I need to to something like: $(document).ready( function() { $("a.ex").click( function() { $.get( $(this).attr("href"), handleResponse ) } ); } ); function handleResponse(data) { // do stuff not with text that gets passed, but wit
[jQuery] .load and page reloading twice
Hi all, Im in the process of updating some old javascript to utilize jquery. I had some old javascript that used the old document.location. For the heck of it I replaced that with a .load. It works, and I know this may not be the best way to do this, but Im curious why the page is drawn twice after the load? And yes I didnt use parameters because I intended to use a GET not POST. Are there any technique to force .load to only fire once? function headersearch() { var g,h,ch,u; g=document.nsearch.acct.value;
[jQuery] *New jQuery plugin* - autoSave
To try and master jQuery I've been playing with a few ideas. I decided to flesh this one out for use on one of my sites and in hopes it can benefit someone else as well I'm making it available. Depending on your view of network traffic this may have limited potential for you, but it's free so no complaining ;) autoSave will automatically submit individual fields in a form as you make changes, preventing users from losing form data should the power fail, or they get called away to watch the last 3
[jQuery] How to convert "class" to "style='attrs ...'"
> -------Original Message------- > From: Sam Collett <sam.collett@gmail.com> > Subject: Re: [jQuery] How to convert "class" to "style='attrs ...'" > Sent: Mar 15 '07 17:06 > > On 15/03/07, dalvarado@remanresource.com <dalvarado@remanresource.com>
[jQuery] Animation question
I'm working with the fade and slide animations now, and while testing I've hit a couple of points where an element tried to slideIn when it was already ... in, and fadeOut when it was already...out. In both cases the animation starts from the beginning, fully hiding the element and sliding it in or showing the element and fading it out. Now I know I can handle it in my code, but the behavior seems a little less intelligent than it could be. If someone calls a fadeout function the end result is display:none
[jQuery] How to convert "class" to "style='attrs ...'" [Offtopic]
Hi Javier, Thanks for your thoughtful insight into my question. I will try out this code. It definitely gets me closer to where I want to be. Best regards, - Dave
[jQuery] How to convert "class" to "style='attrs ...'"
Thanks but what I am really trying to do is find out all the attributes that define "myClass". Below it appears you have hard-coded certain values, but I won't know those ahead of time and there could be different classes per element, each defined differently. Thanks, - Dave > -------Original Message------- > From: Brandon Aaron <brandon.aaron@gmail.com> > Subject: Re: [jQuery] How to convert "class" to "style='attrs ...'" > Sent: Mar 15 '07 17:44 > > I didn't think MySpace allowed JavaScript either?
[jQuery] Advantages of adding functions to jQuery
I'm having trouble seeing the advantage of adding static functions to jQuery as in: jQuery.log = { error : function() { ... }, warning : function() { ... }, debug : function() { ... }, }; as opposed to: function log() { ... } log.prototype.error = function() { ... } log.prototype.warning = function() { ... } log.prototype.debug = function() { ... } It seems the former opens up the door to unintended closures. What are the benefits of doing it this way as opposed to the traditional non-jQuery way?
[jQuery] OT: Job posting
<!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:ns0 = "urn:schemas-microsoft-com:office:smarttags"><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.6000.16414" name=GENERATOR><!--[if !mso]> <STYLE>v\:* { BEHAVIOR: url(#default#VML) } o\:*
[jQuery] interface sortables problem
my page with jquery/interface code is http://fakanana.com/test/sort.html with screenshots of my problem. image thumbs go outside of their container, any tips on how to fix this? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQuery In The Wild: marmot.com
Another jQuery sighting: <a href="http://marmot.com">http://marmot.com</a> click on "Clothing & Equipment" -js _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] OT: Job posting
<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" xmlns:ns0="urn:schemas-microsoft-com:office:smarttags"> <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] xsl sped up my xml over ajax
while writing an AJAX application, I was concerned about the little bit of extra time it took to load the xml. I reversed the application to start with the xml, apply an xsl transform, that loads in the jquery scripts, and it's all much faster, with only a few lines of code being changed. http://jpassoc.com/survey/survey.html vs http://jpassoc.com/survey/survey.xml jquery made the change extremely easy! how many of the jquery supported browsers don't do xsl? (or don't do it right) I tested in FF
[jQuery] OT: Job posting
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns:o = "urn:schemas-microsoft-com:office:office"><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.6000.16414" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=889065216-15032007><FONT face=Arial size=2>I've never done this before, but I figured it couldn't hurt. <SPAN class=600505316-15032007>My company </SPAN>is hiring and I thought I might post the job here. Feel free to ask
[jQuery] Test
Test _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] JQuery Form plugin
Sorry, no I haven't. And apologies for being totally wrong - I didn't know the Form plugin can't do file uploads. I was just working on the fact that the plugin uses the attributes of the form, so should (might...) include the enctype. If it doesn't support file uploads though it's not that relevant :-( --rob
[jQuery] changing default thickbox behavior
<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] web services/api - jscript invocation
Hi. Thanks for the reply. Nope, don't have Cold Fusion (CF). I'm doing this on apache/php. I'm aware of the cross-domain limitations, and I'm trying to figure out how to resolve this. Using a proxy server on the 3rd party web server is not acceptable. If I create a widget that I wnat to allow other sites to use/install, I can't simply tell them to create a proxy server on their site!!! Has to be a way to do this given the proliferation of widgets that communicate back to their origin servers... thanks
[jQuery] JQuery Form plugin
George, Just set the 'enctype' attribute of the form as usual: <form id='my_form' action='x.php' method='POST' enctype='multipart/form-data'>...</form> $("#my_form").ajaxForm({"dataType": "...", "success": onFormSubmitSuccess}); Rob
[jQuery] the pitfalls of jquery
Or that their only experience of JavaScript has been riddled with problems due to browser incompatibility problems. There've been times I've cursed JS for these. Granted, the problem is the browsers' implementations, but it's still enough to make you say 'Javascript is evil' IMHO. Good conversation anyway -- and I agree, just rename it from jQuery to something else and use it. The people against it are unlikely to have any solid basis for the dislike. Rob. > There was a "web developer" that my client
[jQuery] changing default thickbox behavior
<!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"><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.2900.3059" name=GENERATOR> <STYLE> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";}
[jQuery] changing default thickbox behavior
<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] event reattach
Hi, example: $('.buttons').click... attached an event at some stage I've replaced one of many '.buttons' using $.get/$.post via html(newButton) new button does not have click event attached anymore what's the best way to keep or re-attach event(s) Cheers, -- Kush Murod, Web applications developer Sensory Networks [E] kmurod@sensorynetworks.com [W] www.sensorynetworks.com [T] +61 2 8302 2745 [F] +61 2 9475 0316 [A] Level 6, 140 William Street East Sydney 2011 _______________________________________________
[jQuery] jQuery and non-jQuery events
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD> <BODY leftMargin=1 topMargin=1 rightMargin=1><FONT face=Tahoma size=2> <DIV>Hi Mladen,</DIV> <DIV> </DIV> <DIV>This looks reminiscent of problems I've been having the last few days with onclick="" versus .click(fn) for setting the click event for elements. My problem occurred in Firefox and not IE.</DIV> <DIV> </DIV> <DIV>Bug report for mine is here: <A href="http://dev.jquery.com/ticket/1043#preview">http://dev.jquery.com/ticket/1043#preview</A></DIV>
[jQuery] jQuery and non-jQuery events
Hi everybody, I would be very grateful if someone could explain to me behaviour of the following simple piece of code, which is from my perspective a bit strange: <span style="font-family: courier new,monospace;"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"></span> <br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"><html
[jQuery] web services/api - jscript invocation
Hi. I'm looking for a sample code/site that really walks through the entire process of creating a sample website that exposes a test api/web service. I'm looking to create a test app that demonstrates a test web app, as well as an api for the app. I'd then like to be able to implement the api in jscript from a separate web app, to invoke the api from a separate web app. In searching google, I haven't found what I'm looking for. I've seen various sites that discuss apis of other companies (google,
[jQuery] window.undefined = "undefinedundefined"?
I was poking around the DOM looking for incorrectly scoped variables and I found the following node: window.undefined = "undefinedundefined" What is this for? -- View this message in context: http://www.nabble.com/window.undefined-%3D-%22undefinedundefined%22--tf3405952.html#a9487226 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] NEWS: jQPie PHP Interface Extension
Ajaxian posted an entry about the jQPie jQuery PHP interface extension. http://ajaxian.com/archives/jqpie-jquery-php-interface-extension Rey... -- BrightLight Development, LLC. 954-775-1111 (o) 954-600-2726 (c) rey@iambright.com http://www.iambright.com _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Next Page