[jQuery] Selector help - All inputs except radio buttons?
I currently have this? var params = $('input,select,textarea').serialize(); Is there a simple way to serialize all inputs expect for radio buttons?
[jQuery] Thanks to Karl Swedberg During the Downtime
I wanted to thank jQuery team member, Karl Swedberg for his invaluable assistance in getting the jQuery.com site up and running during our previous host's less than business-like termination of the hosting service. Karl worked around the clock with John to ensure that the project's main resources (eg: libs, plugins, et al) were accessible in some form to the community. Thank you so much for your help and dedication to the project and the community, Karl. Rey... -- BrightLight Development, LLC. 954-775-1111
[jQuery] MooTools 1.1
<div>Moo Tools 1.1 is out. Check out these demos.</div> <div><a href="http://demos.mootools.net">http://demos.mootools.net</a></div> <div>It's a great demo set. Clean and understandable. Very nice.</div> <div> </div> <div>I need to find the time to do each one of these in <a href="http://js.commadot.com">js.commadot.com</a> and the jQuery equivelent.</div> <div> </div> <div>Glen</div>
[jQuery] Prevent spammers from catch e-mail addresses
Hi, Is there any method to prevent spammers from catching e-mail addresses on webpage links, other than the method described here: http://15daysofjquery.com/safer-mailto-links/8/ I was looking for an option to hide e-mail text links, but also the e- mail included in recipient form declarations. Thank's on your possible help.
[jQuery] Ajax Experience Refer-A-Friend
Ajax Experience 2007 has a refer a friend program. <a href="http://ajaxexperience.techtarget.com/west/html/faqs.html#Discounts" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://ajaxexperience.techtarget.com/west/html/faqs.html#Discounts </a> You get $50 if a friend registers. Who is going? Meetup being planned by someone? Has anyone registered? I propose to register with John's promo code (if he has one) with the $50 going to the jQuery Foundation for the Criminally
[jQuery] $("#test:test") not working
It seems that using a ":" sign in a CSS selector by id in jQuery does not work. Since having ":" is valid in ids and names according to w3c (http:// www.w3.org/TR/html4/types.html#type-cdata), I assume it is a bug in jQuery?
[jQuery] NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.
I just uploaded my latest plugin, tableFilter(). It's an early beta with ugly, less than optimal code, but it works pretty well. Feed it a clean table and it will auto-filter, auto-sort and auto-page. You can sort and/or filter on multiple columns using ctrl-click. It works well in Firefox to at least 1000 rows (I haven't tried anything larger), but IE starts to bog down. More reasonable tables work pretty well in both. Demos and download at: http://ideamill.synaptrixgroup.com/?p=7
[jQuery] Append Content from links to a single div
How would i have multiple links that would show or hide a div or append content to a div from the title or caption? I want to have images that when you mouse over it fades in a div on the right side of it and when mouse over the next one it fades out the previous and fades in the next div or have it append some content from the title tag from the link. Here is example HTML of the layout. <table width="100%" border="0" cellspacing="0" cellpadding="0" id="ImageTable"> <tr> <td class="images"> <A href="#"
[jQuery] checkbox and .load
Hi all, Question regarding the use of .load with a checkbox. I have a list of items. Each item has a checkbox with a unique id. When the customer checks the checkbox i want to do an ajah request to an external file (like adding an item to the cart) which then updates the content in a div showing updated totals. I have that working fine, but it only works on the first check. if I check another box or uncheck an item the page reloads instead of doing the get request via ajax. Any ideas? <script type='text/javascript'>
[jQuery] fixing some smaller issues on a gallery with msie
http://nosite.ru/HU/ ok guys. as you can see, there are some problems with msie... and I don't have a clue... i think it has something to do with remove() and load bining for the image... coz when it removes it's not accessible again... however firefox shows this gallery ok...
[jQuery] ajax tabs: Where is "remote-tab-1" coming from?
Hi, I'm trying to create some AJAX tabs that load a PHP page subject to a parameter. However, whenever I roll over my tabs, or click on one of them, they attempt to load something called "remote-tab-n" where "n" is the sequence of where the tab occurred. However, I haven't put this string anywhere in my code. What am I doing wrong? Here is what I have: <html> <head> <link type="text/css" href="jquery.tabs.css" rel="stylesheet"> <script src="scripts/jquery-1.1.2.pack.js" type="text/javascript"></
[jQuery] Select Length Reference
I apologize in advance if this is in the docs, but I probably won't be able to access the jQuery site for a while now that the ip has changed, due to proxy issues. I want to limit a user from entering more than a specified number of options, and can't find the correct syntax (or maybe I can't do this?). Why aren't these equivalent? var num = document.getElementById('mySelect').length // returns 5 var num = $("#mySelect").length // returns 1; doesn't change so I know this isn't correct. TIA, Jeff
[jQuery] create new element in DOM
I thought it is simple but why am I not able to achieve it, I don't understand, this is what I am doing var isidThere = $("#tabcnt"+fileid_id); if (isidThere.size() != 1){ $.get("files/"+fileid+".php",function(data){ $("#tabcnt_"+rowopen).html(data).slideDown("slow",function(){ $("#tabcnt"+fileid_id).html(data); //here I am trying to create a new element to store data for future use without having to query it again form server }); }else{
[jQuery] Migrating from old jQuery
I am the webmaster of a university and we have been happily using jQuery since last summer when we redesigned the university site. The build we are using is from May 12, 2006 (yes, yes... I know) and now we want to migrate to the current release. There is one place that I'm not sure the best way to migrate. On our combo search, I use ajax to get the people results and place them in the sidebar... http://www.westga.edu/index_combo-search.php?q=its To build the DOM I'm using... http://mg.to/2006/02/27/easy-dom-creation-for-jquery-and-
[jQuery] Featured Content or Cnet Carousel
Is anyone familiar with this type of setup: http://www.builderau.com.au/program/javascript/soa/Build-a-carousel-with-JavaScript/0,339028434,339271770,00.htm The demo is at the end of the article on page three or here: http://www.builderau.com.au/resources/carousel/example2.htm The name is kind of deceptive, it's not what most jQuery folks are calling the carousel plugin. This is more of a feature blurb and link to an article with a photo background and slideshow controls, but it also automatically
[jQuery] Unable to listen to elements appended by jQuery.
Well, im trying to append childrens to a div in a administration tool im developing. The problem is simple: I've added som html to this div like this: var toInsert = '<div class="menuBoxContentRow event" name="eventRowHere">'+ '<div class="eventTitle">'+unescape($ (curEvent).find('Name').text())+'</div>' + '<div class="eventDetail">domain: '+unescape($ (curEvent).find('Domain').text())+'</div>' + '<div class="eventDetail">vinder fundet: '+winnerFound+'</div>' + '</div>';
[jQuery] Draggables not working while scrolling !
Hi all , I am not able to use Draggables div with scrolling .. the drop elements when scrolled doesn't change their position ... and the this element returned by onDrag returns the instance of the one which was already present .. i know the issue is solved in version 2.0 of jquery .. but due to some requirements of my project i need to make it work on 1.2 version ! Please let me know the solution Thanks Kapil
[jQuery] JavaScript text nodes
Is it possible to take a node: window.onload = initAll; var nodeChangingArea; function initAll() { document.getElementsByTagName("form")[0].onsubmit = function() {return nodeChanger();} nodeChangingArea = document.getElementById("modifiable"); } function addNode() { var inText = document.getElementById("textArea").value; var newText = document.createTextNode (inText); var newGraf = document.createElement("p"); newGraf.appendChild(newText); nodeChangingArea.appendChild(newGraf);
[jQuery] Where can I download JQuery Ajax Form plugin
I went to this site http://www.malsup.com/jquery/form/#download trying to download the plugin but it looks like the file was moved. Can anyone tell me where I can download this plugin? Thanks, Adam
[jQuery] Selectors: x td in all rows of a table
Hello I've looked up http://docs.jquery.com/Selectors and alas I can't determine if there is a way to select the x td of all rows of a table. The use case is that i have a table for a forum and I'd like to center text-align the 'Topics' and 'Replies' totals columns. Thanks pd
[jQuery] $.post send data problem
Hi I'm feeling very stupid asking this but here goes: I'm sending something like this $.post("/scripts/login.php",{u:"USER",p:"PASS",r:"STAY"},function(txt) {$("div#"+div).html(txt);}); but the php $_POST[''] array get's no data... now please tell me how stupid I am :)
[jQuery] iFrames in Sortable
I have been trying to implement a set of sortable elements and the elements have iFrames in them. I am pretty new to jQuery but I figured out how to create the sortable but when you try to drag an element with the iFrame in it the frame is reloaded when you drop it. What can i do to remedy this? Can I not use iframes in a sortable without it refreshing the page on drop? Thanks
[jQuery] New patch release for CFJS
Well, I've been looking at the numbers on RIAForge.org at the number of people downloading CFJS for jQuery. My first thought was, "Yay! Lots of people are finding it useful!" My second thought was that about a dozen or so people find it useful, but keep having to re-download, because I'm constantly releasing new functions and fixes. Either way, it's a fun bit of code to work on. :o) So, I've just released a new patch, which brings us up to 1.1.2. This patch adds the dimension checking ability to
[jQuery] retrive how bytes are loaded...possible?
hey. can i return in jquery how mutch bytes are loaded ? in that way i can do instad of "Loading....." message i can calculate precents.... is that possible somehow to do somthing like: "loading...33%" .... -- View this message in context: http://www.nabble.com/retrive-how-bytes-are-loaded...possible--tf3701796s15494.html#a10351812 Sent from the JQuery mailing list archive at Nabble.com.
[jQuery] image replacement
hi all, i'm a newbie in javascript and jquery also. could you please help i'm trying to write a function to do onclick of a div called img to change img in div called 'preview' how do i make it replace with an image which is taken from <a href=""> attribute of the img div? $(".img").click(function(){ $(".preview img").stopAll().before('').remove();
[jQuery] this is a test
<!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.16414" name=GENERATOR></HEAD> <BODY> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV> </DIV> <DIV align=left><SPAN style="FONT-SIZE: 14px"><B><FONT face="Century Gothic"> <DIV align=left><SPAN class=159130414-05012007><FONT face=Arial size=2><SPAN class=159130414-05012007><FONT face=Arial size=2>____________________________________</FONT></SPAN></FONT></SPAN></DIV>
[jQuery] Interface Sortable Boxes
Is there another plug-in that does the same thing as Interface's Sortable Boxes demo, but without crashing Safari? <http://interface.eyecon.ro/demos/sort.html> TIA, - Bil
[jQuery] JQuery and SWFObject
First, a test, since no email that I've ever sent to this list has ever made it. (Sending this through Google groups itself, can't seem to email into the list) OK, so we have SWFObject all over our code base (thanks Eolas). Now I'm trying to do a simple two-related selects, which uses an AJAX call to populate the second drop down. Each select has it's own id. But, I have several Flash objects on this page, and this appears to break my id reference within JQuery (IE only). It definitely appears to
[jQuery] hi : need help with saving icon
Hi, I am jquery for now almost 3 months. But, one thing I am not able still figure out. This is more for a user convience. I want to let user know which divs will be updated after certain action. For this, I want to show a spinning wheel on the div that will be updated. But I am not sure how to do this. I know you can use ajaxStart and ajaxStop, but not sure how to make efficient use of them. Looking forward for some ideas and suggestions. Regards, bingo
[jQuery] Jquery: New app and this article
Bonjour: It's not even a 1.0 app yet, but in just a couple weeks 100's of folks are using it - we've done no promo at all. We just did a very fast email interview with Creative Review so somebody is paying attention (more interviews are on the way too). Jquery is the 'framework' of choice, but we used a few other things that worked more smoothly too. It's a modular cms for artists/designers/photographers/etc. based upon a 'structure' that Eatock sort of standardized many years ago = Index + Exhibit.
[jQuery] Is there a standard way for a child object to reference a parent object?
I am finally figuring objects out - yay :) If I use a constructor to create a new object (car), I can refer to its properties and methods from within that object with "this" (this.model). If I set one if its properties (this.engine) to another new object (new engine()), is there a standard way to refer back to properties/methods in the parent object from within this new object (this.parent.model) ? I've been passing a reference to the new object (new engine(this) -- engine = function(root){ this.root
[jQuery] Where and how to download jQuery?
I need jQuery to use in conjunction with a module for Drupal. I followed the link to the jQuery web site to download the javascript file, but I can't seem to find it. Please help. :(
[jQuery] ajax tabs: No tabs displaying
Hi, I can't figure out why no tabs are appearing, it is simply an unordered list. I have verified the JS scripts are located where I specified. Here is my code <html> <head> <script type="text/javascript" src="scripts/jquery.js"></script> <script type="text/javascript" src="scripts/lib/jquery.tabs.js"></ script> <script type="text/javascript"> // create AJAX tabs $('#container').tabs({ remote: true, onShow: function(clicked, shown, hidden) { alert( $('li', shown).size() );
[jQuery] Detect if an element is visible
<!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.16414" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=515291615-07052007><FONT face=Arial size=2>hello!</FONT></SPAN></DIV> <DIV><SPAN class=515291615-07052007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=515291615-07052007><FONT face=Arial size=2>i use a series of show() and hide() on my DOM, and everything
[jQuery] jquery.com - hacked?
What happened to jquery.com?
[jQuery] append and templates
Hi, Can you use append like a string builder class and then pass it e.g. var text = new ?????? text.append("blah"); text.append("Oh"); return text.toString(); can this be achieved or do I need to build my own method? Thanks
[jQuery] Bind multiple events with one call to .bind()?
Will .bind() accept multiple events to which to attach? I tried .bind("blur,change") but the $event handler doesn't look right... If not, this would be really handy....
[jQuery] Plugin downloads
Why can't plugin authors provide useful downloads? I just tried to look into n2menu and wanted to download it, yet it seems to be impossible to get the js file. Download is generally dificult with many pluggins so one gets the impression downloads aren't wished. Doesn't the jQuery plugin site have a space where plugins author could uplod zip files of the plugins? O. Wyss
jQuery.com Back Up
Hi Everyone - After a late night, the site appears to be (mostly) back up. Everything is now moved over to the new dedicated server with Rimuhosting. Here's the current list of what should be working: the jQuery site, docs, code, subversion repository, and blog. (Please let me know if any of these are acting strangely.) And what's still a work in progress: the jQuery dev site and dev mailing list. At some point soon I'm going to be moving the subversion repository and misc. mailing lists off on to
[jQuery] Thickbox 3 and Jcarousel hack
Hi, I'm using jcarousel on a site along with your Thickbox integration, and I love it! I'd like to move up to Thickbox 3.0, but it doesn't work out-of-the-box with Jcarousel. I recall that you said you had to use a hack because Thickbox doesn't work with manipulated dom objects. Is that still true with 3.0? When you have some time, can you make whatever changes are necessary to make jcarousel work with Thickbox 3.0? Thanks! Paul -- View this message in context: http://www.nabble.com/Thickbox-3-and-Jcarousel-hack-tf3687800.html#a10309366
Next Page