[jQuery] $.get and all converting null values to null literal
Hello, when I submit ajax request with null parameter values, it get submitted as null literal: $.get('/', {paramvalue1:null}, function(data){}); the url will look like: </?paramvalue1=null> I would expect it to look like either </?paramvalue1=> or better </> Is it expected behaviour? Thanks
[jQuery] jCarousel
I'm not sure if I'm missing something - but it seems like there is no simple way to add or remove a list item after jCarousel has been setup. For example. I'm populating a list from a javascript array, then initializing jCarousel. Works great - for the most part. However, I provide users with the ability to modify this list. How might I update the widths/count of jCarousel after the fact (post- load add/remove list item)? Also, I'm having an issue with the init of jCarousel. Initially, only the first
[jQuery] Cycle Plugin and modal window ie6 issue
hi i managed to make simpleModal work with the cycle plugin, in Firefox and Ie7, but i have an issue with ie6: i use a function to center the gallery images. But in IE6 the image parent is much higher than it sholud be, therefore the images appear much lower in the page than they should do. So my question is simply: why:) ? this is the page http://www.tasker.it/news_fiere/news_singola_gallery.php?id=29 thanks vitto
[jQuery] using jcarousel
good day, i was wondering if jcarousel is already able to use its items in the carousel as form selections, same as a radio control but uses the whole item as the selection... if it is, can anyone show an example.. tnx, ftw all..;p
[jQuery] Select capital letters
I'm trying to style h1 and h2's on a site so the capital letters and numbers are larger and a different colour to the lower case characters. I'm already using css to style the :first differently and i know javascript must be the way to go to apply a style to the rest but I'm struggling with the selector statement. Any suggestions would be very much appreciated. Regards, Steve
[jQuery] Using existing functions for event handlers
Hi, When calling, say, $('a').click(...), I'm trying to pass a pre existing function in - my attempts so far: $('a').click(function(e){return handlerObj.handleEvent(e)}); No surprise to anyone that i run into scoping issues, with 'this' referring to the handlerObj rather than the dom element, as it would do in the function passed as the click's param. I used Firebug to take a peek at the event object, to try and see if JQ provided a (cross browser!) reference to the dom element. I found various possibilities:
[jQuery] variable length pop up quotes
I saw a post / plugin / something where there were quotes that showed up in what appeared to be a tooltip, and they had a configurable <more> link. I don't suppose anyone has a clue what I'm talking about and happens to have the link for it? I'll keep digging, but I wanted to do something similar and wanted to use the post as a resource. Thanks, Leanan
[jQuery] jQuery Cycle Plugin help needed
hello all. i'm having trouble implementing something from the jQuery Cycle plugin that can be found here: http://www.malsup.com/jquery/cycle/download.html the effect i'm looking to implement can be found here: http://www.malsup.com/jquery/cycle/int2.html it's the Prev/Next effect. the second demo on that page. i just can't figure out how to get it to work. first i couldn't figure out where to put the image gallery or what div tags to use and everything because i couldn't find an explaination. then
Internet Explorer issue
I've read in many places that IE has an issue with the 'attr', but I can't figure out a way around it. I am extremely new to jQuery and can only do small bits. I can't even do javascript (yes I am pathetic ) Basically, I want to remove the cellspacing attribute to all tables on the page, and then add it back. It's a forum software where the HTML cannot be directly edited, and lots want to be able to disable the 0 cellspacing and have it set to 1 for various reasons. As usual, it works fine in Firefox
Trouble displaying flash movie in Firefox on mac with jquery
Hi, I am trying to display a flash slideshow using jquery to account for the IE bug and for some reason it works in all browsers except for Firefox. I figured if firefox is not showing it (unless you scroll down on the screen a certain way) there must be something really wrong. However, I can't figure out what it is. Any help would be really appreciated. Thanks! The site is here: http://montgomeryschoolsmd.org/schools/springbrookhs/
[jQuery] Interface sortables -- Text Box problem
Got a "sortable" implementation working great. But one issue -- text boxes within the <li></li> area (which is draggable) don't seem to work. You can't click in them or edit text. However, checkboxes DO work. Any ideas? -- View this message in context: http://www.nabble.com/Interface-sortables----Text-Box-problem-tp16103222s27240p16103222.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
[jQuery] Interface sortables -- Text Box problem
Got a "sortable" implementation working great. But one issue -- text boxes within the <li></li> area (which is draggable) don't seem to work. You can't click in them or edit text. However, checkboxes DO work. Any ideas? -- View this message in context: http://www.nabble.com/Interface-sortables----Text-Box-problem-tp16103222s27240p16103222.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
[jQuery] Interface sortables -- Text Box problem
Got a "sortable" implementation working great. But one issue -- text boxes within the <li></li> area (which is draggable) don't seem to work. You can't click in them or edit text. However, checkboxes DO work. Any ideas? -- View this message in context: http://www.nabble.com/Interface-sortables----Text-Box-problem-tp16103222s27240p16103222.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
[jQuery] Interface sortables -- Text Box problem
Got a "sortable" implementation working great. But one issue -- text boxes within the <li></li> area (which is draggable) don't seem to work. You can't click in them or edit text. However, checkboxes DO work. Any ideas? -- View this message in context: http://www.nabble.com/Interface-sortables----Text-Box-problem-tp16103222s27240p16103222.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
[jQuery] Unexpected behaviour in modifying a form field
Hi, the code below is supposed to parse the tags/words specified in an input field and remove the last one once the link corresponding to this selector "div#side-content div#tags a:first" is clicked. Unfortunately all the tags/words are removed when such a link is clicked and I can't figure out why. Do you have any idea? Many thanks Francesco $(function(){ function parse_tag_input() { tag_input = $("div#main-content input#tags").val(); re = /[' ']+/; tags = $.trim(tag_input).split(re);
[jQuery] UI Slider usage question
Hello All, I was wondering if there was a way to use the UI slider to call an event at every tick/increment. I have a slider that will be used to update the data for a flash movie above it on the web page. as the slider goes across the from 0 to 100 for example, I'd like to see it snap to the 10s values (10,20,30 ..etc) and as it snaps to those values , I'd like to be able to call a javascript function (refreshChart() in my case) . What would the code to do that look like. I've seen the docs but
[jQuery] Superfish animation problem in ie
Hi, i recently came across Superfish and i think its amazing. i am however having a problem with the opacity:"show" animation in ie. it works fine in ff but when i try my menu in ie7, the right border and top menu item of the selected drop down menu item appear after the rest of the menu when selected. you can see what i mean here: http://www.thepixelhouse.com/byl (Superfish is only on this page at the moment) Any ideas why this is happening? this is my CSS: /* remove any default styles */ .nav,
[jQuery] Superfish Menu - IE6 not displaying dropdown correctly.
Hello, We're experiencing an interesting IE6 issue in production that is affecting our Superfish dropdown menus. Here are the steps to recreate the issue: 1. In IE6, navigate to http://www.nationwide.com/index.jsp and allow the page to load completely. 2. Click on the green 'Banking' tab, then DO NOT MOVE YOUR MOUSE. 3. Once the page has loaded completely, move your mouse off of the green 'Banking' tab. 4. Hover over the orange 'Insurance' tab, but DO NOT CLICK. After a short delay, observe that
[jQuery] jQuery Cycle - Multiple Items At Once Like a News Ticker
I'm looking for something that operates exactly like this: http://www.news-scroller.com/ I'm using the jQuery Cycle plugin so that I can render HTML on the screen (the above link uses an iframe). Any ideas on showing more than one item at once?
[jQuery] jQuery XSLT Plugin and ui.Tabs Plugin
Hey guys I need help with a callback function from a XMLHttpReqest. I am using this XSLT plug-in to call my XML and XSLT; (I was using a different method until I saw that jQuery can to it in a snap. Sweet!) and it works in all browsers. http://sf.grantmx.com/sf_goes_gospel_artists_ajax.html What I want it to do now is to take the data and allow the tabs plug- in [http://www.stilbuero.de/jquery/tabs_3/] to function correctly. I am assuming it will be via a callback, but I am not sure. Here is my code:
[jQuery] bind a callback to ajax failures
Hi all, Here's what I would like to do : For all ajax request made in the current running page, whatever event or dom node the ajax request is bound to, I would like be able to bind a function in case of a failure of this request. The function triggered would $.post() something to a page, but of course, if this $.post() fails itself, I don't want the function to be recalled again and again infinitely. I saw in the doc there was ajaxError( callback ) but I don't know if it is usable in my case In
[jQuery] Why is the form submitting?
I have the following code: $(document).ready(function(){ $('form.style').submit(function() { validateForm() }); }); ... function validateForm() { return false; } For some reason, it's ignoring the return false, and submitting anyway. If I put the return false in the function call, like so: $(document).ready(function(){ $('form.style').submit(function() { return false }); }); It works fine. Can someone show me what it is that I am doing wrong?
[jQuery] [HELP] Simple Hover Over Menu
It's been a while since i've used jQuery and i've been tainted by the wonderful world of ExtJS so excuse me if im missing some very simple things here. I'm attempting to make a very simple mouseover menu system, it's a two tier menu that is using two simple UL's one for the triggers and one for the hidden content. Now what im struggling with is being able to get to the element and remove the hide class, i thought something like this should have worked. $(document).ready(function() { $(".main-navigation
[jQuery] JavaScript meet up in San Francisco
We're putting together a JavaScript meetup in San Francisco for anyone interested. The goal is simply to get a lot of awesome scripting and front-end people in the same room, have some interesting discussion/ networking, and see a few presentations of some cool projects. As far as I know, there isn't one of these in SF and since there are ones in Boston and London, we figured it just made sense. Location and exact agenda TBD, but food, drink, and good company will be provided on April 16th at 7PM.
[jQuery] Accordion and form validation
Hello All, I'm trying to use accordion and form validation plug in. I'm having issues running my code. Can I submit my html page for help? Thanks, LAK
[jQuery] ui.slider as horizontal scrollbar
Hi, I have made an attempt at making a horizontal scrollbar using the ui.slider and bits of code hacked together from the UI examples. So far so good in that it works on all browsers, and my code seems ok. There is a problem however in mostbrowsers (apart from Firefox, surprise surprise!), especially IE6 and IE7. The slider works, but the user feedback and rendering seem sluggish and slow at best. Here is an example of what I am talking about: http://www.fazalkhan.co.uk/garbage/jquery/scroll/scroll.html
[jQuery] positioning div according to the cursor position inside input field
Hello, any one knows how to positioning div according to the cursor position inside the input field ? may be exists some plugin (cant find anything) ? so lets think inside the input field i'm printing some word lets say "Hello" and during the printing div over the input area will change his positions according to the position of the cursor (it would be great if possible to change position even if i move cursor by rows here and there) Thanks.
[jQuery] Adjusting blockUI position
Hi, I wonder how you could change the position of the blockUI display to say, top-right corner of the browser window? Any help appreciated!
[jQuery] jFrame results
If I run a standard jFrame request, is thyere any way to intercept and modify the results before they land in the target div?
[jQuery] FF3 & Webkit native getElementsByClassName
has anyone tried modifying jQuery's internal classFilter function to use the native implementation of getElementsByClassName in FF3 and WebKit? if so, where? if not, what's the best way to go about it? ------------------------------ classFilter: function(r,m,not){ m = " " + m + " "; var tmp = []; for ( var i = 0; r[i]; i++ ) { var pass = (" " + r[i].className + " ").indexOf( m ) >= 0; if ( !not && pass || not && !pass ) tmp.push( r[i] ); } return tmp;
[jQuery] Loaded content, changing href value...
I have the following code: $(".loader").click(function () { var newHref = $(this).attr("href") + "&js"; $("#loadcontent").load(newHref); return false; }); What is does is append "&js" to any link. All hrefs point to content.php, which first builds the section "loadcontent" (the content area of the page), then either returns a full page if the "&js" parameter isn't passed to it, or just the "loadcontent" div if it is. This works perfectly on the first load. The "loadcontent"
Selectors - 2 in 1
Hi, I'd like to add an hover effect to an row. So when hovering over it a class should been added to highlight it. Doing this task with an <tr> is not a problem. But I'm using the following tags: <dl> <dt>name</dt><dd>Tom</dd> <dt>name</dt><dd>Nick</dd> <dt>name</dt><dd>Steve</dd> </dl> Right now I'm only able to hover either the dt or the dd tag but not both simultaneously. Or I was able to select with "this" the dt tag an all dd tags. I tried different selector methods but without success. Has
[jQuery] jQuery Cycle plugin
Hi, playing around with the Cycle plugin, works great! Just one question (or option request). Is it possible use the cycle plugin to cycle continously and 'pause' on mouse over (like with the queue plugin) (with scrollUp e.g.)? Would be a nice extra (if it isn't in it yet). Snef
slow pages with jQuery
Hello all, I use on my pages jquery, but I have problems with speed. On page is a lot of elements and on ready I do something with jQuery. Page is ready in 3seconds, but jquery function take 15seconds. If I remove html elements (text stay without span, div ...), I have times 1sec and 7sec. So my question is. Can I say jQuery to ignore some div. I don't need use jQuery inside. -- Sorry my English, I'm lerning
[jQuery] Tablesorter dosn't work with german numbers?!
Hi All! I'm using jquery-1.2.3.min.js and jquery.tablesorter.min.js. I try to sort a german table with german formats like "1.2354,76" It seems that TABLESORTER think with is a sting because the sorting is like: 1.887,67 2.433,67 300,76 but it should be 300,76 1.887,67 2.433,67 could someone help me to find out how I can fix this? Thanks a lot, Alex -- View this message in context: http://www.nabble.com/Tablesorter-dosn%27t-work-with-german-numbers-%21-tp16048586s27240p16048586.html Sent from the
[jQuery] Tablesorter dosn't work with german numbers?!
Hi All! I'm using jquery-1.2.3.min.js and jquery.tablesorter.min.js. I try to sort a german table with german formats like "1.2354,76" It seems that TABLESORTER think with is a sting because the sorting is like: 1.887,67 2.433,67 300,76 but it should be 300,76 1.887,67 2.433,67 could someone help me to find out how I can fix this? Thanks a lot, Alex -- View this message in context: http://www.nabble.com/Tablesorter-dosn%27t-work-with-german-numbers-%21-tp16048586s27240p16048586.html Sent from the
[jQuery] how to append HTML source but not running it ?
I am doing on a chatting interface, typing a <script>a</script> will just run the javascript ... how can i just append everthing they type without running it ?
[jQuery] dimensions > option "relativeTo"
hi friends, the dimensions plugin documentation talks about a "<code>relativeTo</code> " option, defaults to body. i wanted to understand how to use it, but didn't find anything in the dimensions.js code related to it, is it actually a working option? Does someone know how to use it? thank you, alexandre<br clear="all"> -- Alexandre Plennevaux LAb[au] <a href="http://www.lab-au.com">http://www.lab-au.com</a>
[jQuery] jquery and vista gadgets
Hi. Does anybody tried to integrate jquery within vista gadget devolopment? I did first steps, but it seems, i cannot use the event core. Bye and thanks in advance Olaf -- Olaf Gleba : creatics media.systems tel. +49 (0)212 38 32 94 30 : fax. +49 (0)212 38 32 94 31 og@creatics.de : http://www.creatics.de http://www.creatics.de/keys/
[jQuery] OT: FileStream.readObject with JS based AIR app
I'm trying to open a text file, and read it's contents with a JS based AIR app. My code: var loginFileName = 'app.login'; var loginFile = air.File.applicationStorageDirectory.resolvePath(loginFileName); var _fs = new air.FileStream(); _fs.open(loginFile, air.FileMode.READ); var o = _fs.readObject(); As soon as it hits the readObject line it bombs with the following error: RangeError: Error #2006: The supplied index is out of bounds. at app:/scripts/Login.js : 33 I know that the file is there, and
Next Page