[jQuery] SSL error (insecure items) in MSIE
Hey everyone, When I include jQuery on a secure page over SSL, MSIE complains about "this page contains both insecure and secure items." I've traced this down to the script tag written by line 922 in my SVN version (during the ready() setup code). Has anyone else experienced this problem? I'm considering changing the way the script tag is written (mainly the src attribute and the void(0)), but I'm not sure how that will affect the ready function from firing properly. Any ideas/solutions would be
[jQuery] SSL error (insecure items) in MSIE
Make sure the jquery.js file is also in the secure file structure and you should be okay. That error only occurs when a secure file is trying to include something that the browser thinks is not "secure". <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Steve Owsinski Sent:
Mailman Help
Hi Everyone, The mailing list archives have been wonky the past couple days - they don't seem to want to update at all. I did the best that I could, but I'm still not sure as to why it's doing what it is (isn't?). If there are any sysadmin-types on the list and/or people familiar with Mailman/Pipermail - please drop me an email. I'd like to try and get this fixed sooner, rather than later. --John
[jQuery] Hello and window.innerHeight
<!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.2900.2912" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=562443213-19072006><FONT face=Arial color=#0000ff size=2>Yes it does. Using the Sitepoint example, there's a bar that shows up at the bottom of the page when you first visit. I use IE for all my browsing and it works just fine in IE.</FONT></SPAN></DIV> <P><FONT size=2><!----------------//------<BR>andy
[jQuery] Developing Plugins
Hello there. I am currently developing a plugin and was just wondering which version of jQuery (eg. /src/latest/, /src/dev/, /dev/svn/, ...) would be most prudent to use? Best wishes, Dave Cardwell ~ http://davecardwell.co.uk/ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Release: jQuery form validation v.0.1
Hi folks, this is the first public release of my jQuery form validation plugin (licensed under the GNU Lesser General Public License). It features: - ease-of-use: no more then one line of javascript necessary to validate marked up form - a bunch of useful rules like 'required', 'min', 'max', 'length', 'url', 'email' - highly customizable: extend it with your own validation rules, overwrite defaults for the required additional markup - can find a single error message for the whole form, one for every
[jQuery] jQuery on Rails: Take 0.01
Hello all, I've finally put up some stuff about jQuery on Rails. First off, I've duplicated a bunch of functionality in link_to_remote. I'm comfortable enough with it at the moment (minus any bug fixes that have to be made) to consider it feature complete for 0.1. Second of all, I've put up a couple of resources for jQuery on Rails: * http://blog.visualjquery.com - The blog for the jQrails project. * http://rails.visualjquery.com - The tracker for the jQrails project. * http://www.visualjquery.com
[jQuery] alternative for hasWord in svn version
Hi I noticed that the $.hasWord is not in the svn version. Any specific reason? What's the suggested alternative? Thx Regards Ashutosh<br clear="all"> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] bug : Added html not recognized
No bug that I can see. Your function to set up the alert only works on links it can see when it's run. Move it within the keyup and after the creation of the link and all works fine. You could easily target just the links within the 'list' div too. $(document).ready(function(){ $("#search").keyup( function(){ var test = $("#search").val(); $("#list").html('<a href="#">'+test+'</a>'); $("#list a").click( function(){ alert('*'); }); }); }); -----Original
[jQuery] bug : Added html not recognized
Hello, I'm working with jquery for some time now and and try to keep up with the changes and bugs but to my recollection i never read about this. I'm making a kind of autocomplete/suggest. It worked until i wanted to display the linktext in the searchbox from the generated link list. So I broke it down as you can see on http://david.icreate.be/jquery.html . if you input something in the textbox a link appears under the textbox. If you click on it you should see an alert window with an asterisk. I
[jQuery] How to Query a DOM elements Class
I'm wondering how to query a DOM elements class, or check if an element has a class using jQuery to replace: document.getElementsByTagName("body")[0].className; I want to check if another element has the same class as the body element. Eric _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQuery Delay or SetTimeout equivalent
> Try this (not tested!):
[jQuery] Hello and window.innerHeight
Greetings from Adelaide South Australia, Firstly, I would like to congratulate John and the core group of developers for such an awesome library, it is indeed a credit to you. Secondly, I would like to say thank you to everyone on this list for sharing their excellent plug-ins, code snippets and knowledge with us all. Although I do not have much experience with jQuery and Java script in general at this stage, I can offer this list my experience with PHP, MySQL and Apache, and would be happy to assist
[jQuery] jQuery Delay or SetTimeout equivalent
<!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.2900.2912" name=GENERATOR></HEAD> <BODY> <DIV dir=ltr align=left><SPAN class=484550607-19072006><FONT face=Verdana color=#0000ff size=2>Following up on my previous reply... :-) I didn't take a close enough look at your second example. It is much closer to the mark, fixing the problem I mentioned where you were not passing a function
[jQuery] jQuery Delay or SetTimeout equivalent
> I have tried to get this to work, but this doesn't seem to be
[jQuery] jQuery Delay or SetTimeout equivalent
> So is there a way with jQuery to pause JS like the
[jQuery] jQuery Delay or SetTimeout equivalent
I am using jQuery to add some UI behavior to my site's menu. I am using CSS to control the pop-out menu, but I wanted to add a little javascript to delay the menu from closing after you mouse off of a main menu item. This would allow the user to not loose the popped out submenu if they moved off of the main menu item as they could quickly move back on to it before the menu closes because of the delay. Any insight into this? Am I missing something simple? Eric _______________________________________________
[jQuery] ajax call returns escaped html
hi guys I'm trying to do a simple ajax call, which is supposed to return some html code that I will write to the page using html(). Somewhere along the $.post() and html() functions, the returned html becomes escaped, which makes it render as text rather than html. does jquery automatically escape html from an ajax call? Or does my server side code have something to do with it.. Anyways, thank for any tips. Regards Jack -- View this message in context: http://www.nabble.com/ajax-call-returns-escaped-html-tf1959120.html#a5374074
[jQuery] jquery and gwt(google) effects help
Hi, I am trying to integrate jquery(latest version) with google's gwt(1.0.21 beta), I want to use jquery's basic effects to hide and show a div element. The div is generated from gwt. I can hide the div element, receive a callback. Inside my callback function I try to redisplay/show the div element again. But the div element does not reappear. It like my show event is lost. Would anyone know how I can get my div element to reappear? Any help greatly appreciated The sequence of events are - click
[jQuery] Release: jQuery form validation v.0.1
Jorn... This plugin seems to work really well, but it's behaviour isn't that "user friendly". From a user interaction standpoint, having the error appear under each form field (which forces all form fields down), is rather jarring for the user. I'd recommend some other method of displaying the error. These could include: - Highlighting the form field itself red (or an "error" color) and changing the title atribute of the form field. When the user mouses over it, perhaps display some sort of popup
[jQuery] problems with drop down navigation? (z-index, hover, etc.)
I'm having a hard time figuring out what's wrong with me (or IE...probably IE). I think I've uncovered some possible bugs in jQuery as well. http://dev.hofcc.org/ The above site is an example of a drop down menu overlaying a rotating image (using jQuery for both). I am using jquery-1.0a. My JavaScript for the page can be found at http://dev.hofcc.org/js/app.js. 1. The queued effects does not work for me so I am having to use the callback function (2nd argument for fadeOut. See line 11 in app.js)
[jQuery] Can anyone write a Y! UI Carousel Component withjquery?
Yep.. Googled for it right after I searched. The Yahoo example is really nice. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of poni Sent: Tuesday, July 18, 2006 11:25 AM To: jQuery Discussion. Subject: Re: [jQuery] Can anyone write a Y! UI Carousel Component withjquery?
[jQuery] Can anyone write a Y! UI Carousel Component withjquery?
<!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.2900.2912" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=906492216-18072006><FONT face=Arial color=#0000ff size=2>What's a carousel component? </FONT></SPAN></DIV> <P><FONT size=2><!----------------//------<BR>andy matthews<BR>web developer<BR>certified advanced coldfusion programmer<BR>ICGLink, Inc.<BR>andy@icglink.com<BR>615.370.1530
[jQuery] Can anyone write a Y! UI Carousel Component with jquery?
Can anyone write a Y! UI Carousel Component with jquery? Who feels like it? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Working jQuery tree
I'm looking for a working jQuery tree view that works without glitches in IE, Firefox, and Safari. Ideally, it would be compatible with jQuery 1.0a, but I'll make any changes to bring it up to spec if necessary. <a href="http://be.twixt.us/jquery/treeView.php"> http://be.twixt.us/jquery/treeView.php</a> has IE issues, unless they've been fixed. I'm going to need to add checkboxes to each level, which then automatically check the checkboxes underneath it (pretty darn easy with jQuery expressions),
[jQuery] how to select only child elements?
Hi, all. I am a javascript newbie and a new jQuery user. I just fall in love with jQuery, it works fine for me :) And the problem what I encounter is: how can I select only child elements? For my poor Englist (just say sorry for that), an example givin here may be make my problem clearly: <ul id="menu"> <li><a href="#">Menu item 1</a> <ul> <li><a href="#">我们编码</a></li> <li><a href="#">Web标准</a></li> .... </ul> </li>.... </ul> How can I only
[jQuery] Ajax Form submit
<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] animation / google maps problem
Hi, I'm using jquery to create a new div and dynamically load an XHTML snippet into it. The snipped contains a placeholder for a google maps element. Currently I create the google map as soon as I the snippet has loaded. I then reveal the new div with $(divname).show("slow"). This works in Firefox and Safari but makes the map immediately disappear in internet explorer. If I take the show command away (and have the div visible from the beginning) the map shows without problems. I was now wondering
[jQuery] Using E:contains('test') - problem when text contains spaces (plus some new selectors for :starts-with() etc)
<!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.2900.2912" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY> <DIV><FONT face="Segoe UI" size=2>Hi there,</FONT></DIV> <DIV><FONT face="Segoe UI" size=2></FONT> </DIV> <DIV><FONT face="Segoe UI" size=2>The :contains() selector works well with most text but fails to find a match when it contains space characters.</FONT></DIV> <DIV><FONT
[jQuery] jQuery Plugin: sortOptions
Another plugin for select dropdowns. This one can be used for sorting the options in them (ascending or descending). http://sam.collett.googlepages.com/sortOptions.html _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] tableSorter, bug hunting!
Hi All, I'm very happy to say that the plugin is nearing it's "final" release, i just finished re-working the code, optimizing and so on. The code is about 9-10 KB raw, with packer it's around 5KB. I added disableHeader as an option and all these are valid. disableHeader: 0 // disable header on index disableHeader: 'email' // disable header based on title disableHeader: [0,1,2] // disable multi header, with index disableHeader: ['email','id','phone'] // disable multi header, with column titles All
[jQuery] Thickbox - spanish html pages & refresh
Hello, We found the amazing Thickbox to use in a current web development, but I have a problem and a question: Problem> The pages that I use are in spanish and the Thickbox shows it with ? instead of the special characters (á, é, ñ, etc...), do you know how can I resolve it? I have tried with "á" but it didn't change all characters. Question> In this point I have a question: how can I refresh the load page inside Thickbox? Thanks a lot! Xavier Pimienta _______________________________________________
[jQuery] tableSorter, bug hunting!
Hi Christian, I tested the following browsers on an Intel P4 2.4 GHz, 512 MB RAM running Win2K: Firefox 1.5.0.4 No Issues, some Sorting times: Mail 0.453sec | 0.281sec Total 0.484sec | 0.281sec ISO Date 0.531sec | 0.281sec Internet Explorer 6.0.2800.1106CO No issues, some sorting times: Mail 0.313sec | 0.235sec Total 0.312sec | 0.219sec ISO Date 0.344sec | 0.203sec Opera 9.00 Build 8502 No issues, some sorting times: Mail 0.078sec | 0.063sec Total 0.11 sec | 0.078sec ISO Date 0.11 sec | 0.078sec
[jQuery] Autocomplete like Google suggest?
Gotcha. Thanks for your help Steven. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Steven Wittens Sent: Monday, July 17, 2006 6:27 PM To: jQuery Discussion. Subject: Re: [jQuery] Autocomplete like Google suggest?
[jQuery] selecting parent div from an id
Sorry about that, it worked .. The script element part: <script type="Javascript"></script> Messed it up, it wouldn't execute any javascript, half a day down the drain for a stupid mistke :) Thanks for the help everybody, the $('#bruto_salaris_nieuw').parents('div:hidden').show(); works perfectly.. Tim -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of David Arango Sent: dinsdag 18 juli 2006 11:10 To: jQuery Discussion. Subject: Re: [jQuery]
[jQuery] jQuery Plugin: addOption
With this you can add options to select dropdowns. The option you add is selected after you add it. Simple to use: $("#myselect").addOption("Value", "Text"); Code and demo at: http://sam.collett.googlepages.com/addOption.html _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] selecting parent div from an id
Hi, I'm afraid it still won't work, and I'm unable to figure what I'm doing wrong. It there some kind of debugging function in jquery so I know what I'm doing wrong? I'm receiving no error messages in firefox :(.. In this example I'm receiving a submit from input field: parttime_perc_oud Which has an parent div with an id of: div-oude-inkomenssituatie-details Thanks for the reply's so far.. My complete html code: -------------------------------------------------- <html> <head> <META http-equiv="Content-Type"
[jQuery] Unexpected $.fn.text results
Hello there. I am trying to get the combined text of an element, and was under the impression $.fn.text descends down the child nodes concatenating all of the text values. /src/latest/ seems to be returning strange results. I have set up a test case at http://tinyurl.com/r9v6s. Am I misunderstanding something about this function? Best wishes, Dave Cardwell ~ http://davecardwell.co.uk/ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] each method
--
[jQuery] NiftyCorners
I just stumbled across this css/js technique for producing rounded corners, and thought it looked pretty neat, avoids using images, and works on pretty much every kind of div you might want. Also looks like a great candidate for jQuery conversion: http://www.html.it/articoli/nifty/index.html ~ ~ Dave _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Next Page