[jQuery] Accordion UI hides BR's and more
Hi there, I'm usign gmaps with Jquery Accordion UI to diplay info by region, inside every accordion tag I've got a list of Vcards for different locations. I don't know why but when I look and the code of the page some elements render like this: <br style="display: none;"/> so I'm missing line breaks and this also happens with a spam tag. If I delete the code that makes the accordion work all the information of the Vcard is displayed but the accordion doesn't work, obviously... Any clues?
[jQuery] Autocomplete with dynamically generated input-fields
I take dates via ajax and create for every date 2 input fields. one with the date an another empty input field. On the empty field i want to add the autocomplete plugin/ functionality. $(document).ready(function(){ $("#button").click(function(){ $.get("/test2.txt", function(text){ // a list with dates var tokens = text.split('|'); var txt; for (var i = 0; i < tokens.length; i++) { txt = ''; var token = $.trim(tokens[i]); txt
[jQuery] editease - my first plugin endeavor
Well I have been playing with jQuery for a few months, and wanted to test a few basic concepts. Mostly to do with injecting content into the DOM on the fly in a usable way, to give some older client sites of mine, CMS capabilities without having to do a full conversion of the site to a database driven CMS. In other words I was looking for the quickest short cut, and install script, possible so that I didn't need to spend hours converting sites to suit a full CMS. What came out of this idea is a little
[jQuery] Autocomplete with dynamically generated input-fields
I take dates via ajax and create for every date 2 input fields. one with the date an another empty input field. On the empty field i want to add the autocomplete plugin/ functionality. $(document).ready(function(){ $("#button").click(function(){ $.get("/test2.txt", function(text){ // a list with dates var tokens = text.split('|'); var txt; for (var i = 0; i < tokens.length; i++) { txt = ''; var token = $.trim(tokens[i]); txt
[jQuery] sites using jQuery: www.corriere.it
Hi all, today the new version of corriere.it, one of the most important italian news site has been released. Looking at the source code i see they're using jquery1.2, jcarousel-0.2.0 and jquery.cookie. GCM
[jQuery] (cross post) Safari problem with accordion plugin / Safari detector / workaround ?
(cross post with UI Group - are same members are in both?) Hi group - I've built a set of pages on this site, creating multi-step forms using Joern's accordion plugin ( http://bassistance.de/jquery-plugins/jquery-plugin-accordion/) Everything's working great - except in Safari, where it falls apart, with the second panel not displaying, leaving the user with a blank page See http://www.comparemyagent.com/fa/fa_sell.cfm for example form A few questions for the jquery world at large... - have any of
[jQuery] JSPacker for .NET
<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] Pulling in a specific #div with jqModal
Greetings jQuery Land, I'd like load a specific part of another page into a jqModal box. like: $('#mybox').jqm({ajax: 'included.php#this_particular_div_only'}); Any hope for me and mine? Thank you, Will
[jQuery] [Site Submission] pastemonkey.org now live!
Hey folks, I'm pleased to announce the full service of Paste Monkey is now running at http://pastemonkey.org. This is a collaborative pastebin developed in CakePHP 1.2, and running AJAX with jQuery. It is still in the beta stage, but very functional, with features such as: * Use of Live Query and jQuery UI to create a rich interface * A permalink for both the user (http://pastemonkey.org/add/yournamehere) and for pastes * Expiry time for pastes (Day, Week, Month or Never) * The ability to edit a
[jQuery] iterating through xmlResult
Hi; I have questions about selectors and .each. Given this result: <queryResult parent="2" queryid="C10012007113409LEQY" recordsinselection="2" size="2" sortfield="" tableid="2" tablename="Person"> <row locked="False" recordid="[2][1]" selectionid="1"> <field fieldrecordid="1" id="[2][1]">3</field> <field fieldrecordid="1" id="[2][2]">1</field> <field fieldrecordid="1" id="[2][3]">Molly</field> <field fieldrecordid="1" id="[2][4]">Hinde</field> <field fieldrecordid="1" id="[2][5]">Adult
[jQuery] OT: jQuery Presentation Suggestions?
Hi all. Sorry for the OT, but it IS jQuery related.. :) I'm giving a presentation at COSSFEST (http://cossfest.ca/schedule) at the end of the month. The title of the presentation is "Rapid Web 2.0 JavaScript Development with jQuery". I'm in the process of building the presentation, and thought I'd canvas the community for ideas or resources that might be useful. So, if you were going to this presentation, what things would you like to see/hear about? Are there similar presentations or websites out
[jQuery] Events
I want to access the event properties layerX and layerY. I found that these only work the way I would have expected in Firefox. In IE I need to use the offsetXY properties to get what I want, but then in Opera and Safari these properties are giving me the XYoffset values of the elements within the div I applied the event handler too (I have a container div to which I bound the handler, but I'm getting XY in relation to smaller internal elements). Is there a way to use jQuery to avoid all these cross-browser
[jQuery] fading image replace?
I have a webcam, currently uploading images as per motion detection. The latest image is always called Webcam.jpg, the next most recent is Webcam1.jpg, etc. I'd like to show the latest few, and replace each with the latest version of the file every minute or so. I can simply update the src (using a changing URL variable to avoid caching issues), but I'd rather the new file be faded in, but am unsure where to start. My current code only replaces one image: <img id="main" src="/images/Webcam.jpg"
[jQuery] Linking to Remote iframe
Hello all, I've run into a snag with a project in which we are moving content from a popup window to an iframe. The content is on a remote host, so linking to it in a popup worked just fine. However, the change requires putting the iframe on a separate document, and linking from one document to the iframe on another. To put in simpler terms: Link 1 (document3.html) on Document 1 targets an iframe on Document 2. I understand that this could be accomplished by passing a variable in the URL of the link
[jQuery] Plug-in Developers...
<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] Trying to get a handle on xml returned object
Hi, I've been trying to getsome XML data out of a jQuery AJAX request and I'm having trouble. Problem is, I can't read the returned XML to see what is being sent. CODE: $.ajax({ type: "POST", url: "/cgi-bin/monitor.cgi", data: dat, dataType: "xml", success: function(xml){ var str=""; for(var g in xml){ str+=g+':'+xml[g]+'\\n'; } alert(str); $("/progress",xml).each(function(){ var _duration=$("duration",this).text();
[jQuery] Timeout on a .getScript()
Hey folks, In my app, what I have on pageload is a .getScript() that loads in the Ajax API for recaptcha (as can be seen at http://pastemonkey.digitalspaghetti.me.uk). I also use blockUI on this site, and I have hit a snag, in that if the getScript fails for whatever reason, it doesn't time out and the Ajax request continues, hence my .ajaxStop that removes the blockUI is never fired. I'm wondering, is there a way to timeout the getScript after x seconds if the request fails, and return the UI to
[jQuery] javascript paint like drawing tool
Hi, I'm not able to find a good (preferably open source) paint-like drawing tool & thought maybe there is one built on jquery. Simple as the original MS paint. Does anyone have an clue? Thanks.
[jQuery] document.ready in an ajax response
Hi, I have a page that makes an Ajax request that gets a a snippet of html that includes the following tag: <script type="text/javascript"> //<![CDATA[ $j(document).ready(function() { alert('Hi') }); //]]> </script> Nothing happens in this case. However, if i change the tag to this: <script type="text/javascript"> //<![CDATA[ $j(document).ready(new function() { alert('Hi') }); //]]> </script> The alert happens. Can someone please illustrate the difference, and why the first one doesn't work? All
[jQuery] [NEWS] Adobe AIR Beta 2 Released
What's new: http://labs.adobe.com/wiki/index.php/AIR:Developer_FAQ#What_are_some_of_the_features_included_in_Adobe_AIR_Beta_2.3F * System Tray icon/Dock Bar Bounce * Synchronous database API * Native menus * Drag and drop enhancements including bitmap support * Windowing improvements such as Z-order control and enhanced * Activation and focus support * Improved Install dialog look and feel * Application-initiated runtime updates * HTML security model improvements * Mouse support for double-click
[jQuery] on hover/click change textbox to select list
I have this HTml code <div id="main"> Select <input type="text" id="#citylist"/> <a href="#" >City list</a> <p class="citylist">here </div> and a php file (citylist.php)which return list of cities. What I want is when I click City list textbox must be changes to select list, with options from citylist.php.
[jQuery] Does JQuery 1.2 solve the thickbox positioning problem when scrolling?
Hi all Does JQuery 1.2 solve the thickbox positioning problem when scrolling? The problem is when you have scrolled down a page and then click on the thickbox link, the thickbox popup appears at the top of the page but as you have scrolled down its not centered? I see there are some changes to the CSS in the latest version. Please advise. Thanks Kind regards -- ------------------------------------------------------------------------ Angelo Zanetti Systems developer ------------------------------------------------------------------------
[jQuery] jQuery bug, or ?
this returns an error in IE7, works fine in firefox, is this a bug or something i overlooked ? var $div = $('<div class="fileinputs"></div>'); dennis.
[jQuery] Superfish animation out?
Howdy Just a quick question: I have a reasonable understanding of CSS and HTML - but am very much a 'noob' when it comes to the mighty JQuery (but i'm getting there - slowly!) - I was wondering if anyone has any ideas on creating the reverse drop down animation on mouse out? i.e. rollover the menu the drop down slides down - roll out of the menu item the drop down slides back up...!?!? I have a reasonable knowledge of Flash, so understand that this principle isn't as easy as it immediately appears
[jQuery] Site: slickdeals.net
For those not aware, slickdeals is one of the most popular deal news sites around.
[jQuery] slider bug on IE6
Hi, Just to let you know, if it can help someone else, i found this bug with ui.slider.js on IE6 (it's a simple syntax error but it obviously causes the script stopping executed): <a href="http://dev.jquery.com/ticket/1762#preview"> http://dev.jquery.com/ticket/1762#preview</a> cheers<br clear="all"> -- Matthias ETIENNE
[jQuery] Display problem with Jquery show & hide - slide in & out functions
My website is using slie in & out & hide functions, but I have no idea why, when I am hiding (slideout) my differents div, the content flashes the screen before it hides away... I have tried many thing, but I can get rid of that anoying behavior... I need help please... could it be a swf conflict ? Here is my web page --> http://msaski.s458.sureserver.com/fr/exemple.html Here is code used in the page --> http://msaski.s458.sureserver.com/code/skimsa.js Thanks all in advance
[jQuery] OT: Mailing List Problem?
I'm seeing some odd behavior and just wanted to know if this is normal for this list. When I send a message to the list, I'm seeing a 6+ hour turn around before my message shows up. When it DOES show up, it's date stamped for the time I actually sent it - no real indication of the long delay. Checking the headers shows the message going out from my network within seconds of me sending it, then some lengthy period of time later (6 or more hours), the message comes back into my network as it is delivered/sent
[jQuery] Home Page ui.jquery.com
The image that loads on the main page is HUGE! I don't want JQuery to look bad by having an unoptimized image in he home page, so I have optimized it. I have no way of uploading it though. If someone would like me to get it to them, please contact me.
[jQuery] jquery xml parsing issue
hello dear jquery community. recently i've run into a really strange problem when parsing xml received via ajax; XMLstructure: <resultset> <html_text> <![CDATA[ <table class="tborder"> ..... ]]> </html_text> <event> ... </event> </resultset> the xml file is well structured as i've checked it a couple of times myself. now the code: $.ajax({type: "POST", url: location, dataType: 'xml', success: function(xml) { alert($(xml).text())
[jQuery] When will the API be updated for 1.2.1?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.6000.16525" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=310050015-27092007><FONT face=Arial size=2>I use this:</FONT></SPAN></DIV> <DIV><SPAN class=310050015-27092007><FONT face=Arial size=2><A href="http://jquery.com/api/">http://jquery.com/api/</A></FONT></SPAN></DIV> <DIV><SPAN class=310050015-27092007><FONT face=Arial size=2></FONT></SPAN> </DIV>
[jQuery] subscribe jQuery mailing list
I want to subscribe jQuery's mailing list. THX.<br clear="all"> -- <b>Web site</b>:<a href="<a href="http://wstudio.web.fc2.com/index.html">http://wstudio.web.fc2.com/index.html</a>">KISS the World!</a> <b>Blog</>:<a href="<a href="http://mrwlwan.wordpress.com">http://mrwlwan.wordpress.com</a>><b>Ross Wan's world!</b></a>
[jQuery] Problems with css("font-size") on IEs
Hi, if I try to get the font size in the paragraph inside my .article, all non IE browser return the right value (14px). IE (6 and 7) returns me 630px, that is the width of my . It's a bug o I miss something? alert($(".article p").css("font-size")); Thanks in advance, -Maurizio
[jQuery] ui tabs inside ui tabs
I'm sure there's something simple i'm missing here. http://www.robustness.org/temp/tabs/tester.html When you click on the second tabset (four,five & six) that is within the first tab, it hides the entire second tabset. Why?
[jQuery] jQuery Tabs onmouseover
I was wondering if there was a way that I could have the jQuery tabs plugin (http://stilbuero.de/jquery/tabs/) select a tab onmouseover. I didn't find anything when I tried a few searches here or on Google. Thanks!
[jQuery] jQuery 1.2.1 is auto evaling scripts from AJAX before DOM is ready
I have a script that runs a clickable calendar date field, and this script is being called in a form that is passed through AJAX. When the form html is returned from the AJAX script, it is added to the page and displayed. The problem is that the script (which cames after the input field it is referring to) is trying to look for said input field and is failing to find it. This leads me to believe that the javascript is being run before the html has been fully integrated into the page, which is also
[jQuery] val function for select with 'special character' not working
In the FAQ it says that if you have an element with a 'special character' in it you must escape it. Fair enough. I have this select: <select id='app.id'> <option>... </select> When I try the following: $("select#app\\.id").val() I get null. These don't work either: $("#app\\.id").val() $("#app.id").val() $("select#app.id").val() What am I doing wrong? Thanks Bob
[jQuery] ANNOUNCE: jqUploader update
hi friends, this is just to inform everyone that an update has been made to jqUploader: V 1.0.2.2: fixes flash prompt "A script in this movie is causing Adobe Flash Player 9 to run slowly...". Moved to jquery 1.2.1 Hope this is useful! Alexandre Plennevaux Ce message Envoi est certifié sans virus connu. Analyse effectuée par AVG. Version: 7.5.488 / Base de données virus: 269.13.35/1039 - Date: 29/09/2007 21:46
[jQuery] Drop Down Div
I have a div called testidrop, [code]<div class="testidrop" id="testidrop">...</div>[/code] normally is is hidden, but when I click on a link (testialink) it should drop down, [CODE]<a href="#" id="testialink" class="testialink">Testimonials</a>[/ CODE] So I thought it was all working great, until I discovered than whenever you click ANYWHERE on the page it drops down! :confused: Here is the code in the head tag [CODE] <script> //show testimonials $(document.getElementById('testialink')).click(function(){$
[jQuery] Writing a $_GET['query'] to text
Okay so I'm totally lost here, I'm trying to do the whole no refresh thing and write whatever I get in a search engine to the screen without refreshing, I.E. http://suprnova.org/ I don't seem to be on the right path, does anyone know what kind of method or function i should be learning that will better my understanding?
Next Page