[jQuery] JQuery not loaded for my ASP.Net application in Firefox 3.x
I am new to JQuery. I just downloaded the latest version of Jquery and included it into my webpage. Then did a small experiment. Its work fine in IE7. But in FireFox the Jquery.js is not loaded. It showing the authentication dialog box. Please help me to override this authentication box. Thanks Ganesh.
[jQuery] Remove div after animation
Hi! I am really new to jquery and javascript in general. I am making an effort in creating something in the area of a smooth thickbox effect with image magnification. If people click a link the linked image is opened in an absolute positioned div that appears with an animate effect. When they close it I want it to animate back the div into nothing and then remove it. I have then tried using .remove() with no success, well it removes the div but before the animate is done. Code: $("#closeThis").click(function
[jQuery] localscroll help needed
Hi, I'm using the jquery localscroll plugin. I have a tab-based navigation arrangement (tabs are links). It all works fine, but I have a case where I want to prevent the scrolling action from occurring, based on checking some conditions. IE, if I have 5 nav links in use, and the user is on link 3, then clicks on any other link, I want to check some conditions (validate some values in form fields on slide 3) and if they are false, I don't want the scrolling action to occur. IE: if user is on slide
[jQuery] blockUI conflicts
Does anyone know if blockUI has conflicts displaying either jcarousellite or jcarousel galleries? I'm using the jcarousel lite and it works fine, but if I try to use blockUI to display it, the carousel doesn't display. All I was trying to do was display a carousel in a litebox type way. I wanted to do it this way so the user could scroll to the pic he wants instead of hitting the next buttons and going through each image.
[jQuery] Looping + queuing animation of <li> elements
Hi all, I'll try and be brief. I'm new to jquery. And on http://monsterfish.bouncingfish.com/concepts/easyroaming/index.html, I'm trying to animate a set of country flags and names so that they fly/fade in from the right and fly/fade out to the left in sequence. The animation works like a charm - click the iPass logo to see. I just can't seem to find a way to make them fly in one after the other instead of all at once. I've tried looping and queueing (using queue() and pause()..) but so far I've
[jQuery] Intercept "Back" button click on browser
So here's the situation: I have a page that could potentially contain a massive amount of data. To try to decrease initial load time, I've broken it all out into nice chunks that get loaded via ajax. This works great. Some of the chunks need to appear as if they are their own page. To save on speed, all I do is hide all the prior content on the page and show the newly loaded content. When the user wants to go back, they click a link on this "new" page, which hides that content and re-shows the prior
[jQuery] Tablesorter - Sorting bug on long table?
Having a weird issue on tables that are longer than the scroll of the screen. The table will sort descending but then wont resort ascending. This is what I am getting back from firebug when I click on a column to sort. Sorting on 0,0 and dir 0 time:,13ms Rebuilt table:,11ms Sorting on 0,1 and dir 1 time:,2ms Rebuilt table:,9ms When I click again I get a similar response and the table is still sorting descending. Sorting on 0,0 and dir 0 time:,1ms Rebuilt table:,9ms Sorting on 0,1 and dir 1 time:,3ms
[jQuery] Tablesorter - Sorting bug on long table?
Having a weird issue on tables that are longer than the scroll of the screen. The table will sort descending but then wont resort ascending. This is what I am getting back from firebug when I click on a column to sort. Sorting on 0,0 and dir 0 time:,13ms Rebuilt table:,11ms Sorting on 0,1 and dir 1 time:,2ms Rebuilt table:,9ms When I click again I get a similar response and the table is still sorting descending. Sorting on 0,0 and dir 0 time:,1ms Rebuilt table:,9ms Sorting on 0,1 and dir 1 time:,3ms
[jQuery] ASP.NET input generated name issue
Hello, I'm seeking for support on the following issue, as I have not found a solution googling... im developing using framework 2.0 of .net, for some reason it has configured a ':' (colon) instead of the '$' (dollar) documented to use as an IdSeparator while auto-generation name attributes for server- side controls, example: name="_clt0:_body1:_usercontrol1:_txtName" this is making jquery.1.2.6 break in the 238 line of the 96k file... 235: append: function() { 236: return this.domManip(arguments,
[jQuery] jQuery draggable "delay" and "distance" params seem to break IE7
We recently moved from an older version of jQuery to the latest/ greatest jQuery and jQuery UI (not sure what versions they are, but we just downloaded them from the jQuery site last weekend). We had downloaded these partly in hopes of being able to use the new delay parameter in draggable so that users didn't inadvertently drag items when they meant to click them. What we've found is that delay works fine in Firefox, but it renders the elements completely undraggable in IE7. If we remove the parameter,
[jQuery] howto integrate callback into a plugin
Hello jquery-Group, i would like to integrate a callback into the lightbox-plugin. May somebody can give me a hint how to do that? I dont need all the image- stuff from the plugin, but want to use the overlay-method and load forms via ajax into the overlay by a callback. Thx in advance Boris
[jQuery] local/serial scroll with fades?
Hey all, I am hacking around with the coda-slder... http://jqueryfordesigners.com/demo/coda-slider.html ...and wondered if there was a simple way to have the panels fade in/ out as they scroll left/right?
[jQuery] Jquery website not quite there yet
My apologies if this post is a duplicate. Couldn't find my first post and noticed the URL I provided was wrong. Just saw the new Jquery website in IE7 and it's unreadable for the most part. At first it loads correctly then, after a longish delay, the styles fall apart. Example: http://docs.jquery.com/Tutorials The white content and nav background disappears. Perhaps the browser sniffer is not working right. Am using FF 2.x to navigate the site. In FF it works.
jquery not changing the DOM
HI all I am a bit stuck here: What I am doing is that , I am based on a element being checked - I am disabling the input ( text box - minEntriesToDisplayResult ) and setting the value from 1 to null. here is the code. var isChecked = $('#'+elementId).attr('checked')?1:0; // If checked then disbale the attributes. if(isChecked){ // disable and set value to null ( default is 1 ) $('#minEntriesToDisplayResult').attr("value","").attr("disabled",
[jQuery] jquery sequencing image loading. link the images?
hi everybody, I've found a fantastic sript in the internet on chazzuka.com. It load's images sequecial with a nice prelaoder. Could someone give me a hint how to add links to the images so I can combine thme with a lightbox? this is the script: // DOM Ready $(function () { // Image Sources var images = new Array(); images[0] = 'http://farm4.static.flickr.com/ 3293/2805001285_4164179461_m.jpg'; images[1] = 'http://farm4.static.flickr.com/ 3103/2801920553_656406f2dd_m.jpg'; images[2] = 'http://farm4.static.flickr.com/
[jQuery] RE: FF2.0 and IE7 simple hide and show stuff`
What am I doing wrong? (besides developing the whole thing to work in FF2.0 first) What changes can I make to get this to work in IE7? For example it does not change to 'Edit Gift Label' on ready, even though the checkbox is checked. $(document).ready(function(){ var rowNum = 0 $("input[@type='checkbox']").each(function() { rowNum = rowNum +1 showGiftCardLinkAtLoad(rowNum) }); }); function showGiftCardLinkAtLoad(rowNum){ if ($('#G' + rowNum).is(':checked')) { $(".addGiftCard" + rowNum).removeClass("noshow");
[jQuery] Reseting a drop down list to first option
I'm just starting my initial journey into jquery, and I basically need the jquery syntax equivalent of this: document.formName.selectName.selectedIndex = 0; document.formName.selectName.options[0].selected = true; Here is the relevant code (this is supposed to happen once an id'ed element is clicked): jquery: $("#showall").click(function(){ document.example.state.selectedIndex = 0; document.example.state.options[0].selected = true; }); html: <form name="example" action="#"> <select name="state"
[jQuery] jCarousel Lite + two jQuery UI Draggable UL's = almost...
What I want to do is be able to drag and drop <li>'s between two divs, and be able scroll the contents of those two divs. There are a few issues: If I have circular on jCarousel, after dragging a li from the withhold box to the release, another copy of that li is still in the withhold ul if I scroll through previous and next.... circular: false makes much more sense anyways so that is what I'm using. 1) The height of the container (div and/or ul) is calculated by the height and number of list items
[jQuery] jCarousel Lite - Problem going backwards
Hi jQuery Land, I'm using jCarousel Lite to do a little tips switcher. I'm using prev and next buttons. Next works great. Prev fails after a few clicks. The html is straight forward. jC lite is applied to a div with a set width and overflow:hidden. This contains a UL with 4 LIs with a set width of 190px each. According to firebug, the issue appears to be the inline css being applied to the ul. After a few clicks (and sometimes on the first one - see below), the css on the ul comes up as "... width:
[jQuery] simple form not submitting
hi whats the error wid tese lines of code. the form is not submitting when we click on go button. i dont want the go button to be of type submit. i get no errors in firebug js console but still the form is not submited. code: <?php if(isset($_POST["submit"])) { echo "yes form is submitted"; } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type"
slideToggle hiding child node contents in IE6
Hi, I've been using jQuery's slideToggle function to toggle the display of elements. It works fine in all other browsers except for IE6. In IE6, it will perform the animation, and you can see the contents of the hidden elements BUT only when the animation is taking place. Once it is finished sliding, the content hides again, while leaving the empty space where the content should be. Any help on this would be great, thanks!
Horizontal Accordion Custom Width
Is it possible to have horizontal accordion with custom width? Im trying to create something, but Im limited with MaxWidth selector. I would appreciate some answer.
[jQuery] How we can get an element html code?
I know that we can get the INNER html of an element with html() function. And also, we can get the parent() element and return this html() function to obtain the html code of the all children of the parent() element. But, how to get only, and only, the html code of the element that we have?
Content Slider Load Content Dynamically & support 100% w
Hey guys, I'm struggling to find a solution here. I'm fairly new to JS so please bare with me. I'm a designer/developer for a new web app being built. I'm trying to create a content slider like jFlow and Coda-Slider but neither of them will work for their own reasons. jFlow works great because I can utilize 100% width and it's lightweight. Coda-Slider works great because content can be added dynamically, however it doesn't support 100% width. I need a content slider that not only allows for dynamic
[jQuery] jQuery Star Rating Plugin Problem
I all, Using jQuery 1.2.6 and the latest level of the Star Rating plugin obtained from www.fyneworks.com. The star rating works fine under most circumstances, however I can make it break and I am not sure why. The page I am using it on is a AJAX page - i.e. part of the page is loaded and reloaded dynamically by some javascript. The dynamic part of the page contains the star ratings. As such, when the XMLHTTP response comes back and I set the innerHTML of the dynamic area of the page I then have to
[jQuery] fadeIn nav help
Hi, new to jQuery trying to have a span fade in and fade out when I hover over a link. this is the js <script> $(document).ready(function(){ $("a.nav").mouseover(function() { $(".fadeit").fadeIn(500); }).mouseout(function() { $(".fadeit").fadeOut(500); }) </script> this is the nav markup <ul class="navigation right"> <li><span class="fadeit"></span><a href="#" class="nav">home</a></li> <li><span class="fadeit"></span><a href="#" class="nav">purchaser</a></ li> <li><span class="fadeit"></span><a href="#"
[jQuery] Return folder location from file input dialog
Hi there. I'm not sure if this is even possible but here is what I am trying to accomplish. The <input type="file"> almost does it. However I need it to let me select a folder then return the name of the folder. Thats it. It doesn't have to do anything with the folder, it just has to let the user select the folder. If you double click, or click a folder then click "open" it just opens the folder in the dialog. Any ideas?
[jQuery] Find all a elements not within a div
Hi.. Im trying to find all A elements which is not in div.pages I have tried $('div.pages').parents().find('a').click(function() { alert('click'); }); $('a').not('div.pages a').click(function() { alert('click'); }); But these does not work - can somebody help me :-) -- View this message in context: http://www.nabble.com/Find-all-a-elements-not-within-a-div-tp19867090s27240p19867090.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
fadeIn nav help
Hi, new to jQuery trying to have a span fade in and fade out when I hover over a link. this is the js <script> $(document).ready(function(){ $("a.nav").mouseover(function() { $(".fadeit").fadeIn(500); }).mouseout(function() { $(".fadeit").fadeOut(500); }) </script> this is the nav markup <ul class="navigation right"> <li><span class="fadeit"></span><a href="#" class="nav">home</a></li> <li><span class="fadeit"></span><a href="#" class="nav">purchaser</a></li> <li><span class="fadeit"></span><a href="#"
Using niceform
Hi I am a new jQuery user. I am developing a webapp that uses other JS libraries so I cannot use the short notation for statements. in my current case, I am trying to use niceform from http://www.lexcat.ro/nicejforms/ how do I write my jQuery statement which builds the niceform. You can see the different options I tried. jQuery(document).ready( function(){ //$.NiceJForms.build(); // cannot use above 'cos of conflicts with other libs //jQuery("NiceJForms").build();
[jQuery] How can the keypress characters be modified?
Hello, I am trying to modify character codes in a textarea inside the keypress handler as shown in the following: $('textarea[name=message]').keypress( function(e) { var whichChar = String.fromCharCode(e.which); e.which= codes[whichChar]; } ); Here codes is a lookup table. I have also tried modifying the keyCode attribute of the event but it is not working. This method of modifying key codes is working fine otherwise but when used with jquery, it is does not seem to work. Is there something
[jQuery] grab parameters from function
<div id="h1"> <a href="" onClick="showIt(first,second,third);">Click me</a> </div> Is it possible to grab the first,second,third parameters of the showIt function above so that I can pass the same parameters to another function? I managed to get the event itself using: $("div.hitarea").next().attr("onclick") but I don't know how to continue...
[jQuery] table auto scroll
hi there, i'm new to this group so i wanna say hi to everyone. I've been using jquery and its plugins since a year (more or less). I realized a new website with it but my client asked me to make a particular effect on table where news are shown. He'd like to have a system by which table contents are always in moving, scrolling all the news he published. I knew that this is possible in flash .. can i do that with jquery too? ps: sorry for my english
[jQuery] fadeout background-image within a div
hey guys, can anyone give me an example on how to fadeOut a background-image ? i can change the image with the .css property but then there is no animation thnx in advance
[jQuery] show many news in one screen instead of one with Newsticker
Hello, I’m using Newsticker (http://www.texotela.co.uk) in my site, I would like to know how to show multiple news per each screen instead of only one in this plugin. I'd like to show 10 news by 10 because of their big number. Any idea on how to make this ? Thanks a lot Jquery code : ------------------------------------ <script type="text/javascript"> (function($) { /* * A basic news ticker. * * @name newsticker (or newsTicker) * @param delay Delay (in milliseconds) between iterations. Default 4
[jQuery] Using Ajax with a form created with html()
I am quite new to jQuery, and am very impressed so far. It makes life quite a bit easier when trying to program in Javascript. Now, I am creating a Citation Generator for school. I have 1 form on the page, but it is empty except for a submit button and a tag with an id of "formArea". I have jQuery set to use html() to fill up the tag with a form, which works very nicely. However, when the form is submitted with the Ajax function, I do not think anything is actually sent. It seems that the code to
[jQuery] Trying to "capture" the html code from $('body')
When I try to extract all html code with $('body').html I get some jquery function as value, written a short test code to see if anyone can reproduce. If it´s my code has any errors in it then please correct, quite new to both jquery and javascript. /*** Start test tooltip ***/ var testArray = new Array; var myRe; myRe = new RegExp("/\w/g"); // Supposed to fetch words. testArray = myRe.exec( $("#wrap").html ); // Collect found words in testArray document.write(testArray+"\n\n"+$("#wrap").html);
[jQuery] queing events
Hi all, Im new but hate soundling like a newb. I am putting together an image gallery using jQuery, I’ve always said the best way to learn is to do, but I’m having trouble with this. Its my second day using jQuery so be gentle! What I am trying to do is Click top link. Apply loading gif, Load left nav slideDown the content. Then when you click a different top nav: it slides up the existing one applies the loading gif then slides down the new content. Here is an example of my show/hide slide but all
[jQuery] Animate backgroundColor?
I'm fresh and green to jQuery and enjoying it immensely. One thing I'm used to doing in AJAX is to animate a background-color across a range specified like #fff -> #000 When I try doing this using $('#Panel').animate({ backgroundColor: #000}, 1000) I get an error because it doesn't seem to know where to start, even though I'm using CSS to set the background-color to #fff. Is there a way to animate across a color range that I'm missing? This whole jQuery so ROCKS! If I have to learn ANYTHING new this
[jQuery] jQuery validation plugin - Italian Translation
filename: messages_it.js /* * Traduzione dei messaggi di default per il pugin jQuery validation. * Language: IT * Traduzione a cura di Davide Falchetto * E-mail: d.falchetto@d4solutions.it * Web: www.d4solutions.it */ jQuery.extend(jQuery.validator.messages, { required: "Campo obbligatorio.", remote: "Controlla questo campo.", email: "Inserisci un indirizzo mail valido.", url: "Inserisci un indirizzo web valido.", date: "Inserisci una data valida.", dateISO: "Inserisci una data valida (ISO).", number:
Next Page