[jQuery] thickbox.js + tooltip.js
How i can integrate thickbox.js + tooltip.js, my question is because i use first a tip, then i use thickbox to show an image but when i do this, i dont have the "title" for my picture. Any idea? -- Estoy usando la versión gratuita de SPAMfighter para usuarios privados. Ha eliminado 1727 correos spam hasta la fecha. Los usuarios de pago no tienen este mensaje en sus correos. Obtenga SPAMfighter gratis aquí: http://www.spamfighter.com/les
[jQuery] jCarousel 0.2.0 Beta
Hi, i've released the a new version of jCarousel yesterday. The source code is completely rewritten and i've tried to make it more flexible and to cover most of the features requested on the mailinglist. Online: http://sorgalla.com/projects/jcarousel-0.2.0-beta/ Related blog post: http://sorgalla.com/2007/05/07/jcarousel-020-beta/ Let me know if you have suggestions and/or if you find bugs. Jan
[jQuery] Not english characters in the ajax parameters
Hello, everyone I have a problem with not english characters. I've created with jquery google-like search-suggest and it works perfect with englesh characters. But if I want to search not englasi words, e.g. spanish, search doesn't work correct.
[jQuery] Error: $(document).ready is not a function
I'm mentally retarded, or something. I'm getting this error: Error: $(document).ready is not a function I am also using rico and prototype, maybe some sort of conflict? I'm new to jQuery, like, I just started 30 minutes ago, and I can't get past this silly hurdle, any suggestions?
[jQuery] Tablesorter. Disable sorting on column
I have to disable sorting on the first two columns in my table. Are there any options that I can pass to tablesorter plugin that will disable sorting on selected columns? Thank you
[jQuery] .load external page by url
Hi all, is possible to load an external page with the .load()? something like this: example : $('#mydiv').load('http://www.jquery.com/'); naturally this script not work, thanks for the helps -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay
[jQuery] autoheight textarea plugin
Hi, AutoHeight is a jquery plugin that automatically adjusts the height of specified textareas dependant on their content. It is based on AutoExpander in Interface, but keeps the width constant. For example see : http://labs.parkerfox.co.uk/autoheight/ Jonah
[jQuery] toggleClass and {required:true}
<HTML > <HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-16"> <META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD> <BODY > <DIV> <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"><!-- Letter Heading --> <TBODY> <TR> <TD><!-- Left margin --> </TD> <TD> <DIV><FONT face="Trebuchet MS" size=2><SPAN class=936590510-09052007>Hi,</SPAN></FONT></DIV> <DIV><FONT face="Trebuchet MS" size=2><SPAN class=936590510-09052007>I'm
[jQuery] Disable an input element
I'd like to disable a button (input element) after an action. So far I can hide it $('#kontakt_senden').hide(); <input id="kontakt_senden" type="submit" value="abschicken"> yet I don't know how to disable it. Does anybody know? O. Wyss
[jQuery] New Plugin: Best Practices and Guideline
Which the standard so that it can publish a new JQuery Plugin? Exists Guideline for publication? Thanks, -- Rodrigo Castilho Galvão Ferreira
[jQuery] Form plugin shows just result
I'm playing around with the form plugin yet when I press the submit button only the result (in my case "true" is shown afterwards. The full form is gone. My code is rather simple <script type="text/javascript"> $(document).ready(function() { var options = { beforeSubmit: validateInput, dataType: 'json', success: processResult }; $('#kontakt_formular').ajaxForm (function() {alert (data[0]? 'success': 'failure')}); }); </script> Yet if I remove the "var options" nothing is done at all. See http://www.orpatec.ch/termola/index.php?page=contact.php
[jQuery] META Tag
<span style="font-family: courier new,monospace;"><meta http-equiv="refresh" content="200;url=<a href="http://jquery.com">http://jquery.com</a>"></span><br style="font-family: courier new,monospace;"> <br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">$(document).ready(function(){</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> var meta = $("meta").attr("content");</span><br style="font-family:
[jQuery] simple use of dimensions plugin
I'm sure the dimensions plugin is far less complicated than I think it is, but I'm sick of fighting with it to figure this out. The visual demo in the svn repository is way over my head. I have several status icon images that may be hidden or visible depending on system state. I need to display a status balloon (much like what you see in Windows XP when you plug in a USB device) next to these icons. Essentially, if I have an image $("#customer_code img.ico"), how can I use the dimensions plugin to
[jQuery] remove attribute disabled from select - IE6
Hey all, It seems as though in IE6, doing $("select").removeAttr("disabled") has no effect, i.e. it doesn't "re-enable" the select menu. My code works fine in FF. Is this known behavior and is there a workaround, or am I missing something? I started out trying to set disabled=false, which worked in FF, but I thought I remembered that didn't work in IE. That's when I went to removeAttr, but I'm finding that doesn't work either. In the code below, "cb" is a jQuery object/checkbox, and "#sbs_menu" is
[jQuery] LOADING CONTENT IN A PRE-EXISTING DIV
Hey everyone! This is the first time i'm using JQuery, and i'm having big trouble trying to make it work. Before JQ, i had scriptaculous and prototype running my site, but i need JQ to detect the user's resolution, so i could give him the proper background. But now, my old function that made my content load on a pre-existing DIV (note that all my content loads on this div) doesn't work anymore. I know JQ can do all the job replacing Scriptaculous and Proto, but i just can't make it work. Could anyone
[jQuery] Tabs plugin broken with MS patch last night?
I have several machines, dell laptops to be specific, that are not rendering tabs properly after the MS patches last night. The tabs are there, but the tab container is empty. This is happening in both IE 7 and Firefox 2. Is anyone else seeing this behavior?
[jQuery] JavaScript Text nodes
Can I permanently post a JavaScript text node to a wabpage? Script: 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);
[jQuery] Need help with clearing .children
Hey, I'm new to all this and I just can't figure out what I'm doing wrong. What I'm trying to do is clear the value for all the text input values within a div but as soon as I add the input boxes to a table it stops working. Any help would be amazing. Thx <div> <a href="javascript:;" onclick="$ (this.parentNode).children(':text').not('.nogo').val('');">Clear Style</a> <table> <tr> <td><input type="text" value="test" /></td> </tr> <tr> <td><input type="text" value="test"
[jQuery] SlideShow Interface
Hi Folks Everbody probably know SlideShow from <a href="http://interface.eyecon.ro/demos/slideshow.html">http://interface.eyecon.ro/demos/slideshow.html</a> It is nice but dont have a way to href the caption to something. I am trying but change function dont do what I hope, so probably I am in wrong way. $($(".slideshowCaption ").text()).change($(".slideshowCaption").wrap($("a").contains($(".slideshowCaption ").text()).clone().empty())); basically $(".slideshowCaption ").text() find the text from
[jQuery] NEWS: Building an Ext DataGrid Blog Series
Steve "Cutter" Blades has come up with a nice series of postings on his experience of using Ext & JS to build a datagrid. Its an interesting read and may help those folks that are considering using Ext. http://blog.cutterscrossing.com/index.cfm/2007/4/24/My-First-ExtJS-DataGrid-Pt-1 Rey... -- BrightLight Development, LLC. 954-775-1111 (o) 954-600-2726 (c) rey@iambright.com http://www.iambright.com
[jQuery] trouble with a simple multi level list
Hello, I try to develop a basic multilevel show hide list. Each element i click toggle the next level ...It'ok but when a the beggining i open the list all ements are shown! This trouble disappears after first usage! Any idea or solution? Thanks. Xavier jQuery Code function initToogleList(){ // get all span with class sub var $span=$("span.sub"); // define toggle onclick event on list: $span.click(function() { $(this).parent().find("ul").toggle();//.fadeTo("slow",0)// slideToggle("fast")
[jQuery] append to a imagemap
I have an odd issue appending a new area to a <map> The bold text gets appended but the <area> does not. <script type='text/javascript' src='/javascript/jquery.js'></script> <script type="text/javascript"> $(document).ready(function() { $("body").find("map").append('<area title="test3" alt="34rewq" coords="10,10,20,20" shape="rect" />'); $("body").find("map").append('<b>testing</b>'); }); </script> <map> <area title="test1" alt="p4xtmgaod78g2gt" coords="113,64,54,54" shape="rect"/> <area
[jQuery] $("img").attr("title", "${this.src}");
Hi Folks I am trying $("img").attr("title", "${this.src}"); So : $("img").attr("title", "${$($('#myid/.markup02/div/.field-item').siblings().get(1)).text()}"); <br clear="all">If I insert my function $($('#myid/.markup02/div/.field-item').siblings().get(1)).text() in firebug console I receive "my target text" but when I try insert into $("img").attr("title", "${...} I receive full expression "$($('#myid...text()" What is missing? Mario
[jQuery] attr("style" vs css(
In IE7, this doesn't work on an <img> element (and possibly others, didn't test it): $(".pics").attr("style","border-style: solid; border-width: 1px; border-color: white;"); But this does work for IE7: $(".pics").css("border-style","solid").css("border-width","1px").css("border-color","white"); Both work in FF2. Is that the expected behavior in IE7? I have an example written up both ways to illustrate. Select one of the small images, its border should change to white: You can see the working
[jQuery] ajaxSubmit target append possible
I understand that it is possible to set a target which receives any updates from an ajax post. My question is, is it possible to have the data that is returned be appended to existing data in the target div? If so how is this accomplished. If not, would the strategy be to create a target div prior to post that receives the data? Much Appreciated! -- View this message in context: http://www.nabble.com/ajaxSubmit-target-append-possible-tf3705792s15494.html#a10363819 Sent from the JQuery mailing list
[jQuery] find() - Weird behavior
Hello, I am trying to parse the content of a flickr feed like this: http://www.flickr.com/services/feeds/photos_public.gne?tags=colorful&format=rss_200 whose structure is: ... <item> <title>Morning boats</title> <link>http://www.flickr.com/photos/jazoni/484900334/</link> ... More in detail I want to extract title link and thumbnail of each item. I exploit the wonderful each() functionality: $("item").each ( function() { var titleTag = $(this).find("title")[0]; var
[jQuery] Referring to each form element
Hi, I have a textbox in Visual Studio 2003 with the following code $(document).ready(function(){ $("#Form1 :text").hide(); $(".article .thebody").hide(); $("#container .article ul") .prepend("<li class='readbody'><a href='' title='Read the article'>Read Body</a></li>"); $(".actions li.readbody a").click(function(event){ $(this).parents("ul").prev(".thebody").toggle(); $("#Form1 :text").toggle().show("slow"); return false; }); }); however the $(#Form1 :text").hide(); line will hide ALL the textboxes,
[jQuery] PeriodicalExecutor or $.executeEach
Hi folks, I've been using jQuery for a while and it's great. However - there is no such thing as a PeriodicalExecutor or how to take actions every N amount of time... So I sat down and wrote one. :) Here it is. // jQuery plugin for periodical execution. // Pass the function the seconds and the function and it will call the function every N seconds, // use this.stop() to stop the execution. jQuery.executeEach = function (seconds, fn) { var scope = { stop: function () { clearTimeout(this.timer);
[jQuery] replace not working...
$("img", "#preview").attr("src").replace(/\?.*$/g) what's wrong with this? i try to strip of all text after ? and the ?....
[jQuery] AutoExec
Hi Folks How can I force my JQuery script run? After my Html page is loaded I have some scripts in the middle of DOM (like I need) (because is generated from some db_query) <script> $(document).ready(function(){ $("markup02").append("something"); $("img").attr({title:"something"}); }); </script> My JQuery.js is fine Is it possible? Regards Mario
[jQuery] Can I use css to set background image dynamically
I am trying to use css("background-image",image) but it does not set the image as background. What am I doing wrong. here is the code. function changeit(imgnum){ $(".story").each(function(i){ var item = $(".story").eq(i); var image = $(".fullst").eq(i).html(); if ( item != "") { if(i != imagenum){ $(item).fadeOut("slow"); } else{ $(item).css("background-image",image).fadeIn("slow"); } } }); thanks in advance for help
[jQuery] Text editer suite in jquery
Is there any text editor (like FCKEditor) build using jquery. If not then why shouldn't build it. ----- Sharique
[jQuery] Trouble adding HTML, passing validation
Hi, I have this block of JQuery $(document).ready( function () { doTDListBehavior(); $('#addNewTDItem').click( function() { $('#todoList').append("<div class="sidebarToDo"><table cellpadding="0" cellspacing="0" border=" 0"><tr><td><input type="checkbox" name="completed"></td><td width="100%" align="left" class="sidebarText">" + genEditableItemHTML("")
[jQuery] Plugin authoring
I wrote a plugin, but I don't have a place where I can serve it - believe it or not. Is there somewhere on the jquery site plugins can be hosted? If not, would someone be willing to host it for me? It's a pretty simple plugin. Only 8k. I can create an example usage with Lasso or php.
[jQuery] [ANN] New plugin - selectCombo
http://jqueryselectcombo.googlecode.com/files/jquery.selectCombo.js A jQuery plugin for populating data of a select item from results of another select item. A "Select Combo" is setting the values of a select element based on the user's choice of the source select element. As a jQuery plugin, it will create "unobtrusive" javascript to bind a change event to the source select element and retrieve JSON results from your server, placing the results in the target select element.
[jQuery] .hover() on list element doesnt work properly
Hi there, I am trying to create a little flyout menu by doing this: $("ul.ul_inner/li").hover(function(){ $("ul", this).show(); },function(){ $("ul", this).hide(); }); It seems to work, but has one big problem: The ul inside of $(this) is hidden too early in IE6. The hover event is only recognized when hovering text (the menu link) within the given li element (this), but not when hovering the padding area or something. So it closes immediatly after moving the cursor off the links. The markup is like
[jQuery] Can't set focus on element with DatePicker applied
Hello, I'm trying to set focus on a form field but when I apply the DatePicker plugin* it stops working. But perhaps this doesn't really have anything to with DatePicker and is a js/jQuery thing. Here's the relevant code: js: $("#date").focus(); $("#date").datePicker(); HTML: <input id="date" ... /> If I comment the datePicker() line it works fine. I even tried selecting focus with something other than the id e.g. $("input[@name=date]").focus(); but I don't like that method and it doesn't work anyway.
[jQuery] Fisheye menu on left or right of screen?
Hi everyone, Wondering if someone more knowledgeable than me can help me to get the Fisheye interface element working on the left or right of the screen, rather than top and bottom. Thanks, Shane.
[jQuery] ajax tabs: Making the tab contain more than just text
Hi, I want my tab to consist of both text, and a graphic (which will serve as a "Delete Tab" function). However, I discovered that trying to add in the graphic button does more harm than good (in other words tabs do not display or function properly). Here's what I did: <div id="container"> <ul> <li id="tab1"><a href="draw_modules.php?tab_id=1"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td>General <span id="moduleCount1" class="moduleCount">(7)</span></ td> <td>
[jQuery] ratings plugin - link down - anyone got a copy?
Hi im looking for the latest version of the ratings plugin. The link for its is down, I guess thats part of the downtime problem http://john.jquery.com/plugins/rating/ (down) has anyone got a link I can use or maybe just post it here? thanks Matt.
Next Page