[jQuery] [OT] dedicated hosting in europe
sorry about this being completely off topic, but can anyone recommend some good hosting provider (which offers dedicated servers), but located in europe ? we're building a pretty big portal and since all of the users will be from europe it would be great if the server was in europe also.. thanks, i apologize again for this being completely ot.. dennis.
[jQuery] onRelease (drop) event for Interface Elements Slider
I'm trying to figure out if there is a way to monitor the release event for the Interface Elements Slider widget. Essentially, I am trying to update the position of the slider using SetValues on a constant basis, but want to suspend that updating process when the user begins dragging the slider handle (indicator) and then resume the process when the complete dragging/release the handle. Any help would be greatly appreciated!
[jQuery] binding to two events (resize and onload)
Hi there I have a wacky fix to the age old problem of fluid column widths (a table would do of course). It involves using jquery to calculate the sizes of my columns - the splitter code is a bit over the top for my needs. So I have some simple code but I can't seem to get it to work. $(document).bind("ready", resizeCols); $(document).bind("resize", resizeCols); function resizeCols() { //Get full width of central col var divWidth = $('#col-centre').width(); //now
[jQuery] remove() callback
is there any way to make a remove function with callback? so after removing an element a callback function starts?
[jQuery] Thickbox fade in / out...is this possible?
<!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.16441" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=577313813-15052007><FONT face=Arial size=2>I'm using thickbox on a site I'm building:</FONT></SPAN></DIV> <DIV><SPAN class=577313813-15052007><FONT face=Arial size=2><A href="http://www.commadelimited.com/clients/haven/atkins/photo-gallery.html">http://www.commadelimited.com/clients/haven/atkins/photo-gallery.html</A></FONT></SPAN></DIV>
[jQuery] Detecting the next url when onunload called?
Is it possible to get the browsers next url from an onunload call? I'm trying to determine if a user is leaving my site, and if they are, send an ajax request.
[jQuery] Tabs
Hello. I am new to this group. I would like to implement tab plugin into my site. I have read the articles on http://stilbuero.de/2006/05/13/accessible-unobtrusive-javascript-tabs-with-jquery/ but i am still have problems figuring out howto make this run. Here is my code. <script src="jquery.js" type="text/javascript"></script> <script type="text/javascript"> $.tabs = function(containerId, start) { var ON_CLASS = 'on'; var id = '#' + containerId; var i = (typeof start == "number") ? start - 1 : 0;
[jQuery] tagging
hi - i need to implement del.icio.us style tagging mechanism. that involves a list of hyperlinked keywords that when clicked add or remove or their text to an inputbox and inputbox supporting autosuggest for each of the words after the separation character. i am surprised to see that it is not already implemented since most web 2.0 applications implement one form of tagging or another. if someone can tell me how to add or remove a text to an input field using jquery, i can get the ball rolling. thanks.
[jQuery] JQuery Form Plugin: encodeURIcomponent/decodeURI with ISO-8859-1
Hello! I need to can use ISO-8859-1 in send data to server with the (selector).ajaxForm(options). I see that uses encodeURIcomponent in serialize parameters, and this does that the sending information uses strange codes. initial text > recieved text després > després informació > informació If have this code: var opt = { target: '#avis', beforeSubmit: showFORM, success: saveFORM }; $('#frm').ajaxForm(opt); function showFORM(formData, jqForm, options) { var queryString = $.param(formData); qs=queryString.split('&');
[jQuery] Tutorial example problem with Firefox?
The example for Chainability works fine in IE6 and Mozilla, but does not work in Firefox (2.0.0.3). When I click on the "jquery" no alert shows up and I just get a new tab to the jquery site, when I click on the "You are now leaving the site." link, it opens up another tab, and the same things happen when I click on the other two links. I uninstalled NoScript, but that didn't help. I enabled pop-ups but that didn't help. I specifically have JavaScript enabled in the options, so I don't know what
[jQuery] Validate optional field
I'm trying to validate an optional field with the validation plugin, using a custom method. Here's the code: rules: { birthdate: { validBirthdate:true } }, messages: { birthdate: { validBirthdate: "Invalid birthdate" } } How do I make this field optional? I only want to check the birthdate if the user has provided one. (I'm aware of the "date" method, but I'm purposely using a custom method).
[jQuery] Default Tabs Question
$(function() { $('#menu').tabs({ remote: true }); }); In this example what would the command for default tab 2 be? Normally it would be $('#menu').tabs(2) but with adding the remote in there I am kinda confused.
[jQuery] Interface plugin fisheye with CSS fixed position
Hi, I'm trying to use the Interface plugin's Fisheye widget. I'd like to position the menu using position:fixed to get it at the bottom of the screen all the time (IE6 isn't a requirement....thankfully). I've managed to kinda get this to work but there is some weird behaviour - although the menu appears to be at the bottom of the screen, the elements that trigger the fisheye effect are static at the pages starting position, so when I scroll down they stay static (you can see them outlined using Firebug).
[jQuery] autocomplete plugin - disabling click event handlers
Hi, Is there a way to disable the <li> click handler so that any links created with formatItem can be clicked ? thanks
[jQuery] Tabs Plugin - Hiding all Tabs at startup
hi there, is it possible to hide all tab-container at start-up and also not select the current tab in the navigation? thanks!
[jQuery] jQuery Articles
Hi guys, Just keeping everyone in the loop. Here are some recent jQuery articles that have come out: http://www.dzone.com/rsslinks/autocomplete_field_with_jquery_code_explained.html http://www.dzone.com/rsslinks/easy_ajax_with_jquery.html If you don't subscribe to the DZone feed, you should really consider checking it out. The DZone Ajax feed can be found here: http://www.dzone.com/feed/frontpage/ajax/rss.xml Rey...
[jQuery] callback in a plugin
<!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.6000.16441" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=859324914-14052007><FONT face=Arial size=2>hello!</FONT></SPAN></DIV> <DIV><SPAN class=859324914-14052007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=859324914-14052007><FONT face=Arial size=2>C</FONT></SPAN><SPAN class=859324914-14052007><FONT face=Arial
[jQuery] passing values to jquery selector via function
even as a beginning javascript coder im very impressed with what jquery can do. however im having a small issue i can not figure out. im using jquery selectors to toggle visibility of a few divs and instead of hardcoding the id's of the divs into functions id like to pass the id as a parameter to my toggle() function. the goal is to show only the chosen div, keep the ones that are invisible invisible and set the currently visible one to invisible. I want to use just one function that can handle the
[jQuery] autocomplete plugin - filtering a table
Hi, would it be possible to have an option so that the result output is a table instead of a list ? This is useful when you just want to filter a table (or use the table row to select fields for a form). Related to this, how can I set the width of the results so that is wider than the autocomplete field ? I tried changing the css width with no success thanks jose
[jQuery] Wrapping text in several columns
I tried the search but since English is not my native language my search may have missed previous posts about this. I was wondering how to do this http://www.csscripting.com/css-multi-column/ or preferably this http://www.mindsack.com/uxe/autoflow/ with jquery. Point is that I want to automatically flow text in several columns on my web page (a´la www.iht.com in their 3-column view of articles). I have pre-ordered the Learning JQuery book but I can´t imagine that anyone haven´t tried this already
[jQuery] Threshold for saving <textarea> content with AJAX
Confusing title, but what I'm looking for can't really be summed up in a sentence [ bonus points if you can ]. Basically I have a onkeyup binded to a <textarea>, and the function the onkeyup calls sends the data to the server to be saved. I'm wondering if a method to only send the data when you stop typing exists. So basically you can be typing a paragraph quickly, and it *won't* call the function, but once you stop typing [say 5 seconds after the last key up], the function is called. What I think
[jQuery] archives for development list no longer available ?
The jquery dev list archives available here http://docs.jquery.com/Discussion#Archives doesn't seem to be available any longer. Has it been moved to another location ?
[jQuery] per jQuery inserted script does not fire in IE6
maybe i'm wrong but this is what i'm doing right now: i'm inserting portions of html in an existing page like that: <div id="container"> <p id="foo">foo <!-- insert here --> </div> <a href="#">insert</a> clicking on the link will actually insert something like this: Bar <script ,,,>alert("i'm there")</script> it all goes fine in modern browsers but IE6 fails. it even excludes the script (as far as i can tell, looking at the html-code) which are there in FF and all others. what am i doing wrong ?
[jQuery] .ready() unreliable due to IE6 inconsistencies?
Hello The following site uses progressive enhancement to zebra style alternative table rows, centre some text in table cells, reveal JS- only functionality hidden by default in the style sheet, etc etc Unfortunately it appears that the $(document).ready() method we have wrapped all our onload code in, fires inconsistently inside IE6. In IE6 on Windows XP this URL: http://devel.wynlearn.net.au/calendar.cgi will not load zebra striping (on the second table), nor perform rollovers - all added with $(document).ready()
[jQuery] ..animation question..
is there a way to perform multiple animations with one interval (to animate multiple elements at once), so the animation would be as smooth as possible? i saw that mootols has a function that does this (Fx.Elements), so it would be really cool to have something like this in jquery.. i need this for a menu i'm currently building (an accordion variation - but with mouseover, something similar to the mootols menu on their homepage), and since there are multiple setintervals (one for each element), the
[jQuery] Question about load()
I consider to embed a page from one domain into a page from another domain with an iframe. Yet when I click a link inside the embedded page, only the embedded part should be loaded without involving the outer page. Does anybody know if I could do this with load()? Has anybody already tried something similar and knows how? O. Wyss
[jQuery] refferencing multiple XMLHttpRequests
The manual states that "$.ajax() returns the XMLHttpRequest that it creates". How would these objects be referenced? I want to have multiple ajax calls and be able to execute different ajaxSuccess code on each. Could you provide an example please? Thank you for your time! Emi
[jQuery] [ANN] Tabs plugin update
Hi all, a few updates for the tabs plugin: * CSS update: I made the tabs width/height flexible again, still having a mininmal width... - because people didn't stop asking :-) * I've added a method activeTab to retrieve the currently selected tab, usage is: var index = $('#tabs').activeTab(); // => 1 for first tab... * I've added a new option "spinner", with which you control if a loading message is shown and what is shown in the tab title of a remote tab while loading the content. To disable that
[jQuery] What happened to jQuery if-else? (ifelse, jif jelse, $if $else)
There have been various musings on the possibility of offering if-else methods in jQuery. I know from the archives and svn etc that there have been some great ideas and developments too, but they seem to have fizzled out for one reason or another. (for instance http://66.102.9.104/search?q=cache:TFVq2u7QPZMJ:dmlair.com/jquery/jqIfElse/index.html+jquery+%22if+else%22&hl=en&ct=clnk&cd=1&gl=uk $if/$else/end looked useful.) Is this type of functionality likely to be added one day or is there a technical
[jQuery] Draggable jumping in IE67
In IE6/7, a draggable element is jumping on the "first" movement. Site: <a href="http://www.commadot.com">www.commadot.com</a> Did I do something wrong with it? Also, thanks to Klaus, I added PNG Support on a graphic in the top right and started with a complicated script to get IE6. Then I remembered <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.stilbuero.de/2006/03/15/png-alpha-transparency-fast-and-easy/" target="_blank">http://www.stilbuero.de/2006/03/15/<span id="st"
[jQuery] need help with sliding and targeting
This is my first post. Great group you have here. Please understand that I know nothing about JavaScript, but I am trying to learn. I am loving this tuff a lot. I have a setup/animation that I am working on from a developer. (asked for his permission to use it and said go for it) Anyways here is the script and question. How can I get the (-)minimize link to return to the #pageTop anchor like in the BTT link? I would like everything to still work how it is setup, I would just like the page to scroll
[jQuery] any way to clear cached data
Hi, I noticed with the Jquery AJAX tabs, when the remote tab content is loaded, it is stored in a hidden DIV, and then when the tab is re- selected, the content of that DIV is loaded. Is there a way to get the tab to reload the AJAX content each time, instead of going to the cached data in the DIV? Thanks, - Dave
[jQuery] set attr in IE
$(function(){ $("#test").attr("maxlength",10); }); Doesn't work on a text input field in IE. If I try: $(function(){ alert($("#test").attr("maxlength")); $("#test").attr("maxlength",10); alert($("#test").attr("maxlength")); }); In IE my alerts are: "2147483647" "2147483647" In Firefox and Opera: "undefined" "10" Known problem? JQuery is 1.1.2 and IE7 -- View this message in context: http://www.nabble.com/set-attr-in-IE-tf3735834s15494.html#a10457011 Sent from the JQuery mailing list archive
[jQuery] The problem with jquery!!!
I started using jquery a month or two ago and i've spent the time since then working on non js content. I've now come to do something really basic and i'm really struggling how to do it with jquery. I guess that is the problem with "changing the way that you write JavaScript". Anyhow, i won't be leaving jquery any time soon (i don't think) and i'd appreciate if someone could tell me how i do the following. Within html content i am including email addresses in the following format <span class="email">someone<at>somehwere.com</span>
[jQuery] partially loaded ajax callback
since the dev list & tickets system is down... I'll post here. What do you think of adding this code to ajax.js? it will allow better loading information for long dynamic(php,perl...) ajax requests diff -u ajax-orig.js ajax.js --- ajax-orig.js 2007-04-12 12:27:36.000000000 -0700 +++ ajax.js 2007-05-07 09:18:19.000000000 -0700 @@ -708,6 +708,10 @@ if(s.async ) xml = null; } +
[jQuery] random images
I want to show random images from a folder. How I can do this? ---- Sharique
[jQuery] a problem with $.each() function
when i write $(document).ready(function(){ $.each(document,function(k,v){ document.writeln(k+"===="+v+"<br />); }); }); it works ,but when i change the document to window,as follows $(document).ready(function(){ $.each(window,function(k,v){ document.writeln(k+"===="+v+"<br />); }); }); nothing output,why? thank u all!
[jQuery] Download indicator
My gallery including size fitting now works mosty (except with Firefox/ SeaMonkey) but I need to have a download indicator to show when the download takes a little longer. I've seen Thickbox uses a "loadingAnimation.gif". Is there a general available download indicator which I could use? Is this animation also possible as a ".png"? I'd like to position this inicator statically centered on the image, only showing or hiding when needed. Is this possible and how? img = $('<img src="'+files[pos]+'" id="file'+pos+'"
[jQuery] tabs 2.7
1)I am using some plugins to build a page. 2)I am using jQuery.noConflict(); I have a a page that works fine using: validatorr, metada plugins. However when I use a tabs 2.7 plugin in order to load that page into a tab a error is produced Microsoft JScript runtime error: 'jQuery' is undefined any idea?
[jQuery] $.load() not working as it should after submitting a form
Hello! I have a problem with dynamically loaded pages. If I load a page into a div like this: $('#my_content').load(page, null, function(){ top.console.debug('LOADED ADD FORM'); $('#OrderAddForm').submit(function(){ formSubmit(this.id, 'Shranjujem naročilo'); return false; });//on submit });//load The content get loaded perfectly. On this particular page I have a form that I am about to submit via ajax like this: function formSubmit(frm, load_msg){ var FORM = document.getElementById(frm);
Next Page