[jQuery] looking for jquery planing calendar
hey. im looking for somthing similar to outlook calendar that display the week/month and i able to click and put a event/event(s) in the desiered day i found serval php based things but most of them are not in jquery / ajax at all anyone know somthing cool? -- View this message in context: http://www.nabble.com/looking-for-jquery-planing-calendar-tf4062721s15494.html#a11542939 Sent from the JQuery mailing list archive at Nabble.com.
[jQuery] DC Drupal User's Group Meetup - Wednesday, July 18, 2007
For those of you in the DC area (or willing to travel) - Mark your calendars, the next Drupal Meetup taking place in Washington, DC, will be on Wednesday, July 18th, at the Science Club (1136 19th Street, NW). The meeting will start around 6:30pm with a chance to talk to other Drupal developers, and short presentations will begin around 7. The announcement for the meeting is available at http://groups.drupal.org/node/5063. Post any ideas about what you would like to talk about over there. Since Drupal
[jQuery] different result with packed jquery than with uncompressed
While performing the following fade effect using the uncompressed jquery 1.1.3 $("#myimagemap").load("foo.htm"); $("#myimagemap").fadeIn("slow"); this fades nicely in. However, after replacing the uncompressed with jquery 1.1.3.1-pack the fade no longer works. The load is working fine under both files. This has been tested and confirmed with IE 6.0 and FireFox 2.0.0.4 Am I coding wrong, or is this a bug ?
[jQuery] jquery book
hi, what javascript books are using jquery? thanks, james
[jQuery] append reformting the content i send it
wtf? I have specific html i want added to a div so I use append to add it. fine it works but it is formatting the code and making it unusable. how do i prevent append from doing this?
[jQuery] jqModal caching ajax requests
Hello, I am using ajax requests to populate a jqModal window. The problem is that the content I am loading in the window gets cached, so any future requests will return the cached content. For example, I have: $('#popupwin').jqm({ajax: 'popup.php?win=add'}).jqmShow(); This will insert content A in my window. Later on (the window gets closed in the meantime) I want to make another ajax request, for inserting content B in the jqModal window. $('#popupwin').jqm({ajax: 'popup.php?win=view}).jqmShow();
[jQuery] Patch for ajax timeout reporting
Currently it appears not to be possible to know, in the ajax error callback, if the request has failed due to a timeout, versus some other reason. Knowing this is important for implementation of a good UI, which wants to be able to say more than "timeout or other error". I propose having the "status" parameter contain string "timeout" when the error is due to a timeout. This seems trivial to do, fe. by the patch at http://pastebin.ca/613865
[jQuery] Hiding select options in IE?
<HTML > <HEAD> <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD> <BODY > <DIV> <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"><!-- Letter Heading --> <TBODY> <TR> <TD><!-- Left margin --> </TD> <TD> <DIV><FONT face="Trebuchet MS" size=2><SPAN class=619515413-01062007>Hi all,</SPAN></FONT></DIV> <DIV><FONT face="Trebuchet MS" size=2><SPAN class=619515413-01062007>Thanks to IE's inability to dynamically hide/show options
[jQuery] thickbox, lightbox jqModal, reloaded, dim screen...
<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] probleme with $.post() and IE
Hello Y a trying a very easy ajax request with Jquery : $.post("index.php"); in apache log i can see : 127.0.0.1 - - [11/Jul/2007:00:34:21 +0200] "POST /index.php/map/ index.php HTTP/1.1" 404 551 (404 is a normal result) by when y try : $.post("/index.php"); with ie 6 i see northing in apache log but it work with FireFox Is there any particulary with IE ? best Regards
[jQuery] loop through elements and stop at first match
Hi I want to loop through the jquery array of objects, stop to loop when it finds the first match, and then continue to loop with another search. In another language I would set a var found = false; before the loop and then set it to true in the loop, but with chaining I'm not sure how to do. Any idea ? Olivier
[jQuery] NEWS: Digg uses jQuery to Build the Digg iPhone App
Joe Stump and his crew over at Digg have really been pounding on jQuery lately and loving every minute of it. The latest to come out of Digg-ville is the new Digg iPhone web app. Main Digg-dude Kevin Rose talks about the new app on the Digg blog and sends out props to the jQuery team for their help. Be sure to Digg it up! http://digg.com/tech_news/Digg_iPhone_Beta_Live Rey
[jQuery] ProtoLoad
I noticed this new ajax loading script. <a href="http://aka-fotos.de/protoload/">http://aka-fotos.de/protoload/</a> It's based on Prototype, but if you look just at the relevant script: <a href="http://aka-fotos.de/protoload/js/protoload.js"> http://aka-fotos.de/protoload/js/protoload.js</a> It's extremely small, but has a pretty nice feature set. (covering individual items) We have a few plugins that are similar to this, but maybe this is inspirational to add a little something. Glen
[jQuery] Element defined or not
Wich is the best way to know if a element for example a div is defined? like in php if ( empty($test) ) or if ( isset($test) ) thx
[jQuery] Issues with retrieving an object
$('#downloadable_' + songId + ' > a').clone(true).appendTo('#downloadable_ ' + songId); I checked, and downloadable_' + songId is definitely an element. Yet, this isn't working, it should, right? That element will always only have one link in it and I want to clone it and append it to it's parent (the element).
[jQuery] WYSIWYG Editor in Jquery
Hi, I was trying to look for a WYSIWYG Editor written in JQuery which can do stuff like Links, Lists, and Tables too. Couldn't find one so far. Could anyone point me to a plugin?? Thanks, Gurpreet<br clear="all"> -- Gurpreet Singh
[jQuery] FishEye Math
I am playing around the with great Interface plugins, the http://interface.eyecon.ro/demos/fisheye.html in particular and was wondering if anyone had played around with the code to allow for different sized images to be used, rather than a single size? Any math wiz that could point me in the right direction would be greatly appreciated. In the meantime, I'll keep on with my own trial and error. Thanks! *
[jQuery] announcement: jQuery-based generic board game interface
Hiya! The jQ site says that this list is "the place" to make announcements, so here it goes... The past couple of days i've been working on an application for playtesting new boardgames (a long-time hobby of mine), and it's now at a point where it "mostly does what i want." With only about 175 lines of JS code (plus about 3 times that amount of HTML, PHP, and CSS), i'm still slapping my forehead over simple it is to do complex DOM-related tasks using jQuery. i didn't have to use the standard DOM
[jQuery] Return attribute content from XPath match //*[@id='banner']/@alt
with something like.. <img id="banner" alt="This is a banner" /> //*[@id='banner']/@alt would return "This is a banner". Doing it this way does not work, but is valid in XPather https://addons.mozilla.org/en-US/firefox/addon/1192 Is there another way to do this in JQuery (I am currently just looping the return and extracting the attribute if set)?
[jQuery] validation pluging work in FireFox but Not in Internet Explorer
Hi; I've used the jQuery's official validation plugin (http:// bassistance.de/jquery-plugins/jquery-plugin-validation/), your can see the page in here (http://nexus.di-tasarim.com/index.php? option=com_nexus&act=courses&task=viewApp&id=1) The main difference between the orginal code and mine is,I used a table based layout for form only, it is not cause any error in FireFox but in Internet Explorer is fails. And also I put the same tableless code from orginal examples, it also fails in Internet Explorer.
[jQuery] Random number of events required on page
What I'm trying to figure out how to do is to have jQuery handle multiple events on one page, that are pulled out a of a database (can be any amount of numbers). A good example of what I'm trying to do would be a large FAQ listing, where each question is clickable, which after it is clicked, expands the answer under it. After doing all of the reading I've only found ways that unless I manually specifiy each div differently, clicking on one question will expand all of the answers. With a some what
[jQuery] Is there a way to READ the $.ajax settings?
Hi, all! i would like to force $.ajax() to use synchronous mode temporarily and then switch it back to whatever mode it was in before i started. The problem is, i can't find away to read that setting (without dipping into the undocument/private structure of the jQuery code). Of course, i can do this: $.ajaxSetup({async:false}); ... my op ... $.ajaxSetup({async:true}); but that code cannot know if async is the proper mode to re-set to - it should be able to return it to its previous mode. Is there
[jQuery] Feature request: XPath attribute content selector
I need to be able to grab attribute content staight from XPath in the form of //*[@class='imageClass']/@id would return the ids of anything with the class name imageClass. I have not got the reg exp knowledge to do this myself.
[jQuery] JQuery - CrossBrowser? - Script not working in Firefox
With JQuery supposedly crossbrowser capable, I did not think the script I'm using would have any issues in Firefox. Dumb thought, perhaps. It doesn't seem to execute at all in Firefox. It's the AutoCompleter located at http://www.pengoworks.com/workshop/jquery/autocomplete.htm. It's working well in IE7, but not in Firefox. Are there any additional requirements to get JQuery working in Firefox?
[jQuery] Draggable from Interface plugin - Bug with IE6 [Solved]
Hello, I have been struggling for the last hour because of a little problem with the Draggable component of the Interface plug-in. When I was dragging an element for the first time, everything was OK. But as I tried to drag another element, the first element was moved instead of the selected one (in fact, just clicking anywhere on the page would move the first element). I've found a workaround, so I put it here in case it would be useful for someone: $('.thumb').Draggable({ /* your draggable
[jQuery] thickbox onload
Hello, Is it possible to make thickbox onload instead of clicking a link? I need to load up a thickbox for login information. Thanks -Tony
[jQuery] Convert XMLDocument to text
I have received an XMLDocument object through an Ajax call and has subsequently changed some of the nodes in the object. I now want to convert it to a plain text string so I can pass it on as a parameter. Is there any way in jQuery to do this?
[jQuery] Link with hover and a div
Hi, I wan't to show a div on an mouseover at a link, like a tooltip. Parts of my Code: function jpmTip_init() { $("a").hover( function(event) { $('div.jpmTipDIV').remove(); jpmTip_show(this, event.pageX, event.pageY); }, function() { window.setTimeout("$('div#jpmTipDIV').remove()", 200); } ); } function jpmTip_show(obj, mouseX, mouseY) { $("body").append("<div id='jpmTipDIV'> ... </div>"); $("div#jpmTipDIV").show(); return false; } This works fine. But I wan't the div not to be removed, when the
[jQuery] Thickbox Reloaded
Bonjour: I haven't seen any talk about Thickbox Reloaded since mid-May. And I noticed that Thickbox 3 is out now. Is Thickbox Reloaded still happening? The alpha files I got my hands on didn't work in Safari...but...yeah...it's an Alpha. Any word, hint, suggestion...when the beta might happen for it? ;)
[jQuery] SITE SUBMISSION: 64squar.es
Added: http://64squar.es - an online realtime chess game with drag and drop pieces.
[jQuery] "display: block" forcing blocks to jump in FF
Say like (note the display: inline): <div id="bar"><span id="foo" style="display: inline">foo</span>.....</ div> Do animation on $('#foo'), can notice a jump in FF. This is because, jQuery is toggling with display none to block and vice-versa; but doesn't apply "display: inline". Is there any workarounds? or advices? TIA -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[jQuery] .trigger("click") // don't work? [newbie]
HI, i have these line on document.ready and using jquery-1.1.3.pack.js (no, not 1.1.3.1): $(function(){ $('#chiamacap').trigger('click'); $("a#chiamacap").bind("click", function(){ alert("hi"); }); }); The book says that you can simulate a click by using the trigger() method. If i click the #chiamacap link it runs an alert. wow ;-) But by applying trigger() to $('#chiamacap') on load does not work. What am i doing
[jQuery] flash of unstyled content...Safari...hide() problems
I have been going through the tutorials and following many of the examples here to try and get an introduction to jquery, I have added the following code to my site but I am running into problems with Safari. <script type="text/javascript"> $(document).ready(function() { $("dd:not(:first)").css ('display', 'none'); $("dt a").click(function(){ $("dd:visible").slideUp("fast"); $(this).parent().next().slideDown("slow"); return false; }); });
[jQuery] [Firefox Bug] Text flicker
I'm getting an animation bug where all text on the page flickers slightly during a fade() animation. I can't seem to find the specific reason this appears but I'll keep trying. Any ideas or am I beating a dead horse? Btw I'm using Firefox v2.0.0.4 on OS X.
[jQuery] Scroller ticker...
Hi, I need to develop a scroller ticker, and i think i'll give it a try using jQ :) Before I start this new adveture for me, I thought I'd see if anyone had done anything like it before. I want to do something like this ( http://www.ttnetportugal.pt/portal/_vs_/_lg_/aspx/noticias/Noticias_Iframe.aspx ) I've seen some other tickers here, but they work for a list of items, or from a xlm file.... I want retrive tickers info from a DataRow. If anyone can give any kind of a hint that would be a good start
[jQuery] Making internet explorer behave with jquery
Basically what I'm trying to do is apply a .text and a .textFocus to certain elements. for example: input and input:focus, respectively. So what I've done is this: I am not concerned with the focus portion at this point... only with applying the correct class to the correct elements. For some reason ie just won't comply. Javascript: $(function(){ $('input[@type="text"]').addClass('textinput'); }); and the css CSS: form input[type="text"], form input[type="password"], form textarea, form .textinput
[jQuery] Getting the next span
Been using jQuery for a while, but can't seem to figure this one out. What I want to do is get the next span element when someone clicks on the text inside the first span element. Then when someone clicks on the text in the second span element, get the next span, and so on. If someone clicks on the last span, it should not select any further span elements (i.e. it should not wrap back around to the first span). I've posted an example below. I've tried using the .next() function, but that only returns
[jQuery] "Really" removing items from the DOM
Hi, all! i'm a recent jQuery convert (but by no means a noob programmer) and i'm INCREDIBLY impressed with the library. i'm working on an application for prototyping board game designs (a hobby of mine) and i have a question about how to do one thing in jQuery: How do i permanently remove items from the DOM *and* jQuery object? i am aware of jQuery(..).remove(), but the docs for remove() say: "This does NOT remove them from the jQuery object, allowing you to use the matched elements further." This
[jQuery] maskedinput multiple mask characters not working
When using the maskedinput plugin, using single masked character works fine: $("#date").mask("99/99/9999"); //the "/" are mask characters and are ignored by the plugin. and double mask characters work fine at the end of the input: $("input.childAge").mask("99Y 99Mo"); //also works fine. But when you have 2 consecutive mask characters internally, it causes the input to erase when it loses focus: $("input.childAge").mask("99Yr 99Mo"); erases when loses focus (in ie6,anyway). It may not be worth changing
[jQuery] blur( fn ) doesn't work in Opera?
I am using this code: $(document).ready(function() { $('#inputthreadtitle').blur(function() { var value = this.value; $('td#similarthreadcheckcontent').html('<img src="images/misc/ 13x13progress.gif" />'); $.get("ajax.php", { do: 'getsimilarthreads', title: value }, function(data){ $('td#similarthreadcheckcontent').html(data); } ); }); }); with the latest release of jQuery but Opera doesn't react
Next Page