[jQuery] image preloading
is there a preferred way to preload images when site uses jquery? how do you usually preload images? Aljosa Mohorovic _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] AjaxCFC (paging Rey Bango...)
<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] AjaxCFC (paging Rey Bango...)
<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] Firefox, reflow working not working...
Yes, there is quite alot happening in these files, but I'm just trying to solve the problem in Firefox so I can clean it up. Works just fine in other modern browsers. http://www.queriously.com/#/project/tervueren/ The problem that I'm having is actually a Firefox bug - reflow. I need to reflow the content after it loads so that the images will appear. The problem I'm having is that while other browsers will execute the javascript in question, Firefox will not (well, it does partially). What should
[jQuery] AJAX and readyState == 3 HowTo?
Hi, Am trying to code some stuff which will be Firefox specific and want to use the AJAX Interactive mode to update information on the page. I know how to do this using Prototype onInteractive: - just confused as to how to do the same using JQuery Thanks in advance Tarique ============================================================= PHP for E-Biz: http://sanisoft.com Cheesecake-Photoblog: http://cheesecake-photoblog.org ============================================================= _______________________________________________
[jQuery] Latest Tablesorter SVN not sorting w/ IE6/7 ?
Yes, thank you, much clearer. I will look into writing a custom parser, since sticking to one data type is not an option. I'm assuming writing parsers are pretty straight forward. What confused me, was FF was not throwing any errors. And we do have very similar tables with numbers and text blocks where IE doesn't throw the error but render it as expected. Thanks for the great plugin, you have no idea how much this has saved on our server performance. Best, -Jonathan --- Christian Bach <christian.bach@polyester.se>
[jQuery] IE, Flash, Ajax & Page title problems..
Hi, ..on a webpage we're currently developing [1] (using jquery for various ajax calls, fades and stuff, also using jflash and jhistory), since all page changes are through ajax (well ajah actually), i change the page title manually through javascript.. everything works fine in firefox, but IE has some strange problem that it puts the hashes in the page title (so the page title becomes PharmaCon2007#home#about#program).. i've made a workaround by putting a settimeout for changing the page title so
[jQuery] License?
Since jQuery is licensed under the GPL (and MIT) license, would I need to license my entire site under the GPL? David _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Selecting class $('.classname') with V1.1.1 and IE 5.5 does not work anymore
hello, Maybe I am doing something wrong but it seems there is a regression in the CSS selection option in JQuery 1.1.1 used for Internet Explorer 5.5 Example: Select all elements with CSS class "example": x = $('.example') JQuery 1.0 in IE 5.5: x.size() = 1 (for example ;) JQuery 1.1.1 (both packed and normal version) in IE 5.5: x.size() = 0 It seems this does not work anymore? thanks Chris _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Image.complete
Hi, if i load an image i.e: im = new Image() im.src='new_img.jpg' and i ask if(im.complete )... is this an event that i can us with bind? i simply want to dynamically load images i have a linklist at the left side of the page and "onclick" it should update the src attribute of an <img> Tag in the center of the page. But only if it is loaded. what is the best practice for that? Its like imagebox in the interface plugin. _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] WordPress+jQuery...
Hi all. For you WordPress users out there, I'd like to show you a WordPress plugin I wrote with the help of jQuery. It's called WP-Amazon (it helps bloggers make money off their postings :-)). Anyway, check out the demo here: <a href="http://manalang.com/wp-amazon/">http://manalang.com/wp-amazon/</a> Rich _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Get radio group value
Hi Everyone, No doubt a simple solution to this, but I have 3 radio items belonging to the same group (all have the name 'block') and I want to get the value of the selected item. How can I do this with jquery as I can't find how to select by name. Thanks Tom _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Quickest way to clearALL form elements after Ajax submit
<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] ANN: Brandon Aaron Joins learningjquery.com
Hi there Rey. It can actually be found in the Ajax category of the jQuery tutorial wiki. > -----Original Message----- > From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On > Behalf Of Rey Bango > Sent: Friday, February 02, 2007 12:00 PM > To: jQuery Discussion. > Subject: Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com > > Wow, I'm embarrassed to say that I missed the Quickstart Guide to > jQuery+CF. Where's the link? > > Rey.. > > Michael E. Carluen wrote: > > Cool deal,
[jQuery] ISO 8859-1 encoding
Hi guys! I need to handle danish characters which can be found in the iso 8859-1 specifications but jQuery use encodeURIComponent which always encode to UTF-8 (doesn't contain the danish characters). Do any of you know of a work around or do I have to change my version of jQuery to use escape instead (I've heard that the escape function is usually implemented to use the charset type defined in the page/header)? I use the terrific ajaxForm to submit my data. Thanks in advance! _______________________________________________
[jQuery] Load doesn`t mantain charset?
Try to send a http header specifing the character encoding you are using. In PHP it goes like this (a similar thing should exist in asp) header('Content-type: text/html; charset=utf-8'); Nandi -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of oscar Sent: Tuesday, February 06, 2007 1:41 PM To: discuss@jquery.com Subject: [jQuery] Load doesn`t mantain charset? I am using load method in order to get asp.page asp page has this code <P> Datos
[jQuery] Load doesn`t mantain charset?
I am using load method in order to get asp.page asp page has this code <P> Datos básicos </P> The call: jQuery("#datosBasicosFrame").load"/ProtINMO2/inmuebleModuledatosBasicosFrame.asp"}); Then I get: Datos b#sicos Any idea? l -- View this message in context: http://www.nabble.com/Load-doesn%60t-mantain-charset--tf3180432.html#a8825304 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] toggle multiple alternating divs
Hi, I hope my question isn't too stupid, I'm both new to jquery and javascript. I searched the mailing list archives but couldn't find a solution that was close to my needs. I have 5 buttons at the top of a page, 2 of them are simple links to another page but the other 3 reveal a hidden div that slides in from the top of the page and pushes the content down. By default all divs are hidden. Clicking one button brings its corresponding div down, clicking this button again, takes it back up. Clicking
[jQuery] tablesorter: numbers with commas
Hi All, Just wondering has anyone got the tablesorter plugin working with numbers with commas (ie. 5,000.00, or 34,123,224.12 etc..) ? If so please post how It seems to sort all other number types OK but not these also does anyone know if theres a jquery live grid that has sorting and filtering? (similar to the enhanced open rico live grig: <a href="http://dowdybrown.com/dbprod/rico-test7/php/demo-autosize2.php">http://dowdybrown.com/dbprod/rico-test7/php/demo-autosize2.php </a>) Cheers Justin _______________________________________________
[jQuery] tablesorter and MSIE7 help
Hi, I using jquery 1.1.1(Rev: 1153) jquery.tablesorter.js ($Date: 2006-08-21 14:43:23 +0000). I think this is the latest. Question: If I modify a row's entry, then I click on the header to resort the column, how can I get the plugin to pick up my changes? It seems the plugin caches the results in Microsoft Internet Explorer 7. It works fine in firefox. Thank you. I have attached a demo file. Here is my test scenario - click the status header - then click on "click" link - click the status header
[jQuery] Fix height of columns through CSS, NOT JQUERY
Hi all. I know this could seem off topic, but also know many of us have found it a problem to fix the height of a column according to another that's adjacent to it. This guy seems to have found a workaround to fake the result using just CSS, wich makes it faster than using scripts. Anyway, soon I plan on publising an article in my blog explaining the scripting solution I use to precalculate the height of images in Firefox, wich will be extremely useful for those of us including images in liquid layouts
[jQuery] jquery form
I am using thickbox and the form plugin and this is my problem. I am not getting a result from the code execution. Here is my javascript. <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") } </script>
[jQuery] ANNOUNCE: jQuery-Powered Plazes raises $3.5 million
I'd like to congratulate the folks at jQuery-Powered Plazes.com and jQuery team member Klaus Hartl on an initial round of venture funding to the tune of $3.5 million USD. Its great to see a jQuery site continuing to flourish and Klaus, undoubtedly has been a major driving force behind the technology. Congratulations! http://www.techcrunch.com/2007/02/05/european-startup-plazes-raises-e27-million/ Rey... _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Bug Fix: Animation Flickers
I just checked in a fix for the flickers that have been happening in the fx module. Anyone that was having problems with flickers in their animations (mostly in Firefox) please grab the latest from SVN and let me know if it solves your problems or not. -- Brandon Aaron _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Does this select what I suspect?
<!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"> <font size="-1"><font face="Courier New, Courier, monospace">Hi folks, I'm just trying to rule out a possible problem in my debugging. Does this: $("input:hidden[name=foo]"); select all hidden inputs with the name "foo"? or can I not mix the selectors in such a way? Thanks, Chris </font></font> <pre class="moz-signature"
[jQuery] ANN: Brandon Aaron Joins learningjquery.com
<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hello dear friends,<DIV><BR class="khtml-block-placeholder"></DIV><DIV>Just a quick note to announce that Brandon Aaron -- regular contributor to this list, member of the jQuery development team, and plugin author -- has agreed to join me in publishing tutorials on learningjquery.com. He will focus on intermediate- and advanced-level topics.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Check
[jQuery] Konqueror Issues
Hello all, I was just wondering if the "Known Konqueror issues " are issues with konqueror (3.5.6?) or are issues with Jquery ? I am a fan of Konq and so which ever piece of software has the problems i'd like to help resolve it , just need to find out what the issues are first. regards Andrew _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Is jQuery that dawn slow?
Hi, Just saw a benchmark with jQuery, Dojo and YUI.ext. jQuery was the slowest framework of every test. I'm using jQuery a few months ago and always was happy with it - so don't missunderstand me :) Here are the test results: http://blog.dojotoolkit.org/2007/02/04/dojoquery-a-css-query-engine-for-dojo Best, Florian _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] ID of previous sibling
Hi, I am trying to create previous and next links in a slideshow. I need some help finding the ID of the previous sibling in a specific class. Example: when a link with the class of 'slideshow-choice' is clicked, I need to get the ID of the previous link with the same class. I am pretty sure I can find the previous item with this: $("#"+myid).prev("a.slideshow-choice");. But, I can't figure out how to get the ID of that item. This is what I have so far... $(document).ready( function() { $("a.slideshow-choice").click(function()
[jQuery] Accordian items showing on page load, then collapsing
I'm not sure why, but my accordian items are showing on page load, then collapsing. I need them to show as collapsed, then have the first one expand. <a href="http://www.nativeremedies.com/faq-anti-can-cancer-herbal-treatment-test.shtml"> http://www.nativeremedies.com/faq-anti-can-cancer-herbal-treatment-test.shtml</a> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Securing AJAX/PHP against direct calls?
Hi there, do you have any ideas how I could secure my php files against direct calls of the functions an ajax script calls? For example if I let my AJAX script send a request to foo.php and foo.php returns a line of code the AJAX script usually writes onto my site, how can I avoid that these calls are submitted from outside/other sites can read these calls results. Greets, Arne _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQuery and Object Notation... confused with "this"
Hello Recently I've been trying to use ON with jQuery. I met with obstacle. I couldn't use "this" keyword in certain cases to get my main object reference... //============================ var myObject = { layout: { 'align': '' }, start: function() { $('form').bind('submit', this.buildLayout); //WORKS }, buildLayout: function() { this.layout.align = $('#elem').attr('value'); //DOESN'T WORK } } function initialize() { myObject.start(); } $().ready(initialize);
[jQuery] help with a sliding panel layout - dimensions.js?
I'm trying to layout a screen with div on the left that contains some items (eventually some form inputs), and a div on the right that contains various content (including large tables). I want to be able to click on a button to slide the left div out of the way, allowing the right div to expand. I also want the right div to autoscroll if it's content exceeds it's boundaries. I've built a test page using JQuery and Interface (blind toggle). It mostly works, except for the right panel autoscroll in
[jQuery] Embedding jQuery in a Greasemonkey script
Hello, I want to improve some of my Greasemonkey scripts by using jQuery instead of "traditionnal" JS. I tried to load the library during execution[1] and it didn't work as intended. It was loaded from jquery.com, so I didn't want it anyway. I can't load it from my host either. I found a way to integrate the compact version of jQuery directly in my script[2], but it is an old release, and I can't find how to do the same with current 1.1.1 release. The author (SunSean) just said he had "slightly edited
[jQuery] Inline editing-double entry in database
No matter which plugin I try for inline editing,I always get double entries saved in my mysql database. I wonder why is so happening. Seems to me a basic mistake I am doing. Does anyone know what am I doing wrong before I post in detail. Thanks -- View this message in context: http://www.nabble.com/Inline-editing-double-entry-in-database-tf3172765.html#a8801612 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] KICK-BUTT javascript based Zoom feature
<!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.5730.11" name=GENERATOR></HEAD> <BODY> <DIV dir=ltr align=left><SPAN class=155131616-05022007><FONT face=Arial color=#0000ff size=2>It's all good man. Like I said...wasn't looking for a port per se. Just wanted to share. Thanks for the offer though.</FONT></SPAN></DIV><BR> <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
[jQuery] Securing AJAX/PHP against direct calls?
<!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"> <blockquote cite="mid45C71D09.4070801@akbweb.de" type="cite"> <pre wrap="">Hi there, do you have any ideas how I could secure my php files against direct calls of the functions an ajax script calls? For example if I let my AJAX script send a request to foo.php and foo.php returns a line of code the AJAX
[jQuery] function returning the cordinates in Interface Elements "Draggables"
Hi! I need a function that returns the cordinates of an object (that is being dragged) when the "onStop" attribute is called. Somthing like this: <script type="text/javascript"> $(document).ready( function() { $('.draggable').draggable({ onStop : function(x,y) { alert("X: "+x+" Y: "+y); } }) } ); </script> Thanks! Carl-Fredrik Herö -- View this message in context: http://www.nabble.com/function-returning-the-cordinates-in-Interface-Elements-%22Draggables%22-tf3175193.html#a8809089
[jQuery] interface : download page doesn't work?
<!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=562075421-04022007><FONT face=Arial size=2>is it just me or the download page of "interface" plugin is broken ?</FONT></SPAN></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2><A href="http://interface.eyecon.ro/download">http://interface.eyecon.ro/download</A></FONT></DIV>
[jQuery] thickbox improvements
<!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=531234800-04022007><FONT face=Arial size=2>Some nice hacks have been proposed on the thickbox forum recently. </FONT></SPAN></DIV> <DIV><SPAN class=531234800-04022007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=531234800-04022007><FONT face=Arial size=2>If
Next Page