[jQuery] Firefox finds Jquery in <head><script type="text/javascript">...</script> of Thickbox Window Source Code, but IE does not
Any ideas on why this happens and what I should do differently so that I don't have this problem? Should I just put all the Jquery code in the page that loads the thickbox? I'd rather not have to do that, and I have to think there is a better way.
[jQuery] onChange event and ptTimeSelect
I'm fairly new to jQuery and javascript - I'm also sure I'm missing a simple concept here but, I can't seem to be able to google myself an answer. Situation: I am using the ptTimeSelect plugin http://pttimeselect.sourceforge.net/example/index.html. Code-Snippet: <script src="/jquery.js" type="text/javascript" language="JavaScript"></script> <script src="/dimensions.js" type="text/javascript" language="JavaScript"></script> <script src="/jquery.ptTimeSelect.js" type="text/javascript" language="JavaScript"></script>
[jQuery] jQuery remake of Apple Mac ProductBrowser
after seeing the jQuery remake of the hoverAccordion <a href="http://berndmatzner.de/jquery/hoveraccordion/">http://berndmatzner.de/jquery/hoveraccordion/</a> I have become entranced with the productBrowser. I think that perhaps the jScroll plugin could do this with a small amount of customisation - if it can be used with the easing plugin. the original Apple product browser can be seen below the navigation on this page <a href="http://www.apple.com/mac/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.apple.com/mac/
[jQuery] jQuery architecture need explanation
Unless is something you did not disclose on purpose, I think the architecture of jQuery need a brief explanation. This would benefit the widesperad of the library itself. I think peple are still afraid of jQuery because its architecture is too smart, and therefor also too hard to understand (at least the basics of it). I mean: when I look at the code of other libraries as Prototype or YUI it's fairly easy to uderstand the basic architecture upon which they are build on. But when I look at the code
[jQuery] jQuery
Check it out: www.BrandonsMansion.com
[jQuery] xml what i am doing wrong
well i try to pars xml string with jquery but i think i dont know how i should do it i do this for a try var xml="<student><name>ali</name> <age>20</age></student>"; var r=$("/student/name", xml).text(); alert(r); and it alerts with an empty string so i am sure this is wrong but what is correct sorry if such question has been asked before
[jQuery] error at new plugin page
Hallo, It seems, that there is an error at the new plugin page: "jQuery Extensions" for example should have 8 plugins. But if I'm looking into this category, there are only 4 Extensions. I cannot see a "next" or "previous" link. How can I get a complete list of avaiable plugins? Mathias
[jQuery] validate() not working in IE(6 & 7)
<HTML > <HEAD> <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> <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><SPAN class=581223614-28062007><FONT face="Trebuchet MS" size=2>Hi all,</FONT></SPAN></DIV> <DIV><SPAN class=581223614-28062007><FONT face="Trebuchet MS" size=2>For some reason, the validate() plugin has somehow
[jQuery] .click() not working on page loaded with .load()
Hello, I'm using this code in jquery to load the content of a div (primaryContentContainer) by cliking on <a href... $(document).ready(function() { $("a").click(function() { var link=$(this).attr("id"); $("#primaryContentContainer").load("pages/"+link +".html"); }; } ); I'm using this kind of link : <a href="#" id="dos622">Dos v6.22 boot disk</a> It's working fine, but if i put a link in a page that's loaded by .load(), the link seems not working. Exemple: clicking on <a href="#" id="dos622">Dos
[jQuery] Weird Safari problem
I am having an odd problem with Safari and hiding a collection of elements. I'm using jQuery 1.1.2 until 1.1.3 reaches release quality. The situaition is as follows: There is a fieldset in a form for filling out addresses. If the browser is javascript-capable then this fieldset is hidden and some new ones generated. The first holds a single input for a postcode, the second one will list the results of the lookup, as retrieved by an AJAX query. The fields in the hidden fieldset will be loaded with
[jQuery] Draggables in jQuery
Hi Is there any smallish drag and drop plugins for jquery ? I've looked at interface but the Draggables code itself is 18k compressed - which seems alot. weepy
[jQuery] Help!
I'm pulling my hair out - so any help on this would be much appreciated. I've been putting together a revamped website and would like to use Thickbox to generate popup windows to display images. As Thickbox needs the jQuery library I've downloaded the latest version and declared it in the<head> of my first page. Now when I test the page IE7 hangs for about 10 - 15 secs before displaying the page. I've tried both the uncompressed and compressed versions - but as it's being tested on my local machine
[jQuery] Callback problems in loop
Hello, Here is my problem I have two arrays 'liens' and 'ids'. The first array contains links that have to be loaded in the second array which contains ids liens[0] must be loaded in ids[0], liens[1] ... ids [1], etc... When clicking on a link, all these are supposed to be loaded in their corresponding ids here is my code : for (j=0;j<liens.length;j++) { $('#'+ids[j]).slideUp("slow",function() { $('#'+ids[j]).load(liens[j] ,function() {
[jQuery] need help with googlecode svn checkout and eclipse
hi, I've got aptana installed for all my web development work but when I try and checkout the jquery svn trunk as a project it gets a 400 bad request message. I have the latest version of subclipse running and finding it really hard to get any useful information about this issue from web searches. Could it be an http vs https issue (i just used http) or perhaps its because my connection runs through a local proxy.. I'm really stumped. I just want a simpler way to get at the plugins while I'm making
[jQuery] Interface drag/drop: Limiting number of items
Here's a tricky one (although it probably won't turn out that way in the end!) I've got two unordered lists and I'm using Interface to allow items to be dragged between the two. However, if possible I'd like to limit the top list to only contain a maximum of 3 items, with any further items in the bottom list. If an item is dragged into the top list, any item outside the top 3 moves down into the bottom list. I've honestly got no idea where to start with this - can anyone provide some tips? Regards,
[jQuery] Interface: Problem with re-calculating droppables positions?
Hi, I have a scrolling list of droppables. Everything works fine when I drop to the first few visible drop elements. However, if I scroll down to a drop element, and then drag an element to there, I still get the id of the droppable that was present in that position earlier. I've tried calling recallDroppables in the onDrop function (code snippet below) of Droppables as well as in the onStart function of Draggable with no success. onDrop: function(drag) { $(this).recallDroppables; } Please help me
[jQuery] [Beginner] Is that correct ?
[I'm not a native english speaker, sorry for my mystakes] I've just created my first script using jquery. The goal was to create a form with images you can click to select an option instead of using classical radio buttun. The html code is the following : <table class="DynSelect"> <tr> <td class="first"><input type="radio" name="tendance" value="110" checked="checked" /></td> <td><img src="/icon/meteo/tendance_110.gif" alt="temps peu nuageux" /></td> <td class="first"><input type="radio" name="tendance"
[jQuery] Quick question about jQuery & getElementsByName
How would I use the document.getElementsByName() selector method in jQuery?
[jQuery] how to make cross browser application with javascript
hi, I want to make code in javascript for client side.... it is runninf in IE but not in FireFox............Pls Help
[jQuery] easing plugin break jQuery, easing plugin needs a small fix
The easing plugin breaks jQuery's fadeIn etc, since they default to "easing.swing" which is not in the easing plugin, but IS in the jQuery core. So if you also load in jQuery.easing, you'll get a bug ;) For now, i've duplicated the linear part in jQuery.easing.js, and renamed that to "swing". jQuery likes that a lot and runs without bugs now ;) But to fix it permanently, can someone please add the swing animation to the easing plugin? -- Gilles
[jQuery] jQuery, Ajax Form and memory usage
Hi guys. I am discovering jQuery and i find it very attractive and useful. I just have a problem : I used to have a form which allows me to display pictures submitted on my website (to moderate them); it displayed 100 pictures at a time and for each picture, i choose if i delete it or not. It was working fine but it was really heavy (since once my form is submitted, i loaded the next 100 and so on and so on...). So i decided to use jQuery And the Ajax Form plugin to submit the form in ajax and load
[jQuery] HELP!!!!!!
What is bad in this? i want a simple alert() but dont work, check the lastest lines var loader = jQuery('<div id="black_overlay"><div id="loading_comments"><img src="assets/i.loading_big.gif" alt="Espere por favor..." /> Cargando, espere por favor</div></div>') .hide() .appendTo("body"); jQuery().ajaxStart(function() { loader.show(); }) .ajaxStop(function() { loader.hide(); }); var v = jQuery("#envio_comentarios_form").validate({ errorLabelContainer: $("#mensajes_envio"), wrapper: "li", event: "keyup",
[jQuery] How to Rotate an Image 90 Degrees
Is there any plugin that will rotate an image 90 degrees? Something tells me this is difficult if not impossible to do.
[jQuery] Help!
I'm pulling my hair out - so any help on this would be much appreciated. I've been putting together a revamped website and would like to use Thickbox to generate popup windows to display images. As Thickbox needs the jQuery library I've downloaded the latest version and declared it in the<head> of my first page. Now when I test the page IE7 hangs for about 10 - 15 secs before displaying the page. I've tried both the uncompressed and compressed versions - but as it's being tested on my local machine
[jQuery] Help!
I'm pulling my hair out - so any help on this would be much appreciated. I've been putting together a revamped website and would like to use Thickbox to generate popup windows to display images. As Thickbox needs the jQuery library I've downloaded the latest version and declared it in the<head> of my first page. Now when I test the page IE7 hangs for about 10 - 15 secs before displaying the page. I've tried both the uncompressed and compressed versions - but as it's being tested on my local machine
[jQuery] Estimated 1.1.3 release date?
Just wondering if anybody knows of an approx. release date for jQuery 1.1.3?
[jQuery] Randomly insert one of a pre-defined HTML extracts?
Hi! Is it possible to use jQuery to choose an extract of HTML (for example one div out of a possible ten to choose from) and insert it in a page? I'd like to create a repository of 'facts' and have jQuery serve up a different fact at random with each page-load. I've searched and searched the web, but nothing seems to jump out. Is it too difficult? And if so, does anybody know any other way? Many thanks. Zarino Zappia
[jQuery] NEWS: Ajax Rain: Showcase of Awesome Ajax Controls
I came across a great link today on DZone.com for Ajax Rain (http://www.ajaxrain.com). It has one of the best lists of Ajax widgets and controls I've ever seen. The site actually uses jQuery and lists quite a number of jQuery plugins. In addition, it lists out controls from other libraries and many have amazing capabilities. With all of the talk about which jQuery plugins to build or use, I thought this would be a good list for a jQuery plugin author to look at. Enjoy. Rey...
[jQuery] a drop down "quick note"
I would like to have a link at the top of my website that upon clicking would show a form that can be clicked and using ajax submitted to the server and than closed.... how can I do that with Jquery?
[jQuery] Problem with SELECT OPTIONS selected item
function(json){ $('#region').empty(); for(var i = 0; i < json.length; i++) { $('#region').append('<option value="'+ json[i].id +'">' + json[i].name + '</option>'); } $('#region').prepend('<option value="x" selected="selected">'+defaultSelectRegion +'</ option>').removeAttr('disabled'); }); Above is a code generating a select options from json data retrieved from ajax request. I am tryin' to populate options with the first default value selected. on FF it works just fine, but IE, IE selects the
[jQuery] Integrating Google Internal Site Search using jquery
Curious if anyone had any ideas about integrating the internal site search from javascriptKit: http://www.javascriptkit.com/script/script2/google_site_search.shtml I've got some ideas, but wondered if anyone had seen any site search utilities using jquery and any other search resources or Google. I haven't seen anything, but thought somebody might have already looked at solutions for site searches. Thanks.
[jQuery] Dimensions - scrollTop
<span style="font-family: verdana;">I dont understand how scrollTop works.</span><br style="font-family: verdana;"><span style="font-family: verdana;">Look at this demo page. <a href="http://www.commadot.com/jquery/dimensions/"> http://www.commadot.com/jquery/dimensions/</a></span><br style="font-family: verdana;"><br style="font-family: verdana;"><span style="font-family: verdana;">Scroll to the bottom and click the box. Shouldn't it have something in ScrollTop? </span><br style="font-family: verdana;"><br
[jQuery] Collapsible/Accordion Listing
Greetings All! I am attempting to create a price list as follows: Product Product Category Items When the user comes to the page, I want all the Products to be visible with their Categories and Items hidden. Once the user clicks on the Product, I want the Categories to be displayed with their Items still hidden. Once the user clicks on a Category, then I want the items to be displayed. I can get this to work halfway, showing the group of Products and when I click on the Product it does display the
[jQuery] Select only the next row in a table
Hi all, I've this table : <table id="t1"> <tr class="visible"> <td><a href="#" class="showNextRow">View Next Row</td> <td>Cell with content</td> </tr> <tr class="hidden"> <td colspan="2">Hello to the jQuery community</td> </tr> ... ... ... </table> I'm using this code to diplay the tr with hidden class : $('a').filter('.visible').click(function(){ $('.hidden').toggle(); } what I want to do, is to toggle or show only the "tr"(only one only the next) that is under the "tr" where is the link that I've
[jQuery] Load into tbody, errors IE6
Hey all, I have a script that does an ajax load into a tbody jQuery object, like so: $tbl = $("#" + asp + "_tbody"); // dynamically finds tbody $tbl.load("prodsched/dom_dpdcolorrow.html", {}, addrow ); // load html content (tr's) into tbody The html file consists of a table row <tr> with some junk in it. It works great on Firefox but gives the error "unknown runtime error" in IE6. Is this an issue with IE6 not being able to innerHTML a tbody or something? If so is there a workaround? Thanks for any
[jQuery] jQuery for GreaseMonkey
So I've got these nice script I've written, that I really want to turn into GreaseMonkey scripts. The problem is, I want to embed the jQuery code _in_ my GM script, so that they're easy to distribute, but I can't get it to work. I've tried Sean Catchpole's GM script, and maybe I'm missing something, but regardless of what I do, I cannot execute jQuery code with it. If at all possible, I would really like to avoid loading the jQuery remotely. So, what to do?
[jQuery] Validate() and TinyMCE problem
<HTML > <HEAD> <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> <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=792555308-07062007>Hi all,</SPAN></FONT></DIV> <DIV><FONT face="Trebuchet MS" size=2><SPAN class=792555308-07062007>I have a problem when using a TinyMCE replaced textarea as
[jQuery] Are there any Wordpress themes using jquery?
One of my favourite Wordpress themes, Redoable at http://www.deanjrobinson.com/wordpress/redoable is using Prototype. I'm also aware of a few other themes using other libraries. But I haven't found a single theme that's using jquery. Are there any? Kia
[jQuery] jQuery and confirm
Dear All. I got a form and a link that has an onclick confirm: <a href="ajaxImage.php?height=480&width=600&modal=true" class="thickbox" style="text-decoration:underline;" onclick="return confirm('delete image?');">Delete Image</a> No matter if u choose ok or cancel (returns true or false) the link still gets executed. Im assuming that JQuery is causing this irregularity. I have the same code on normal HTML pages and it works 100%. Any suggestions as to how to get this to work or where i might be
[jQuery] Could anyone send me a copy of Catfish Advert Plugin 1.3.
Could anyone send me a copy of Catfish Advert Plugin 1.3. its official site is offline now. I am developing another Jquery based Open Source Project - Ajax Form Builder, need it ASAP. thanks in advance. Logan Cai http://www.phpletter.com -- View this message in context: http://www.nabble.com/Could-anyone-send-me-a-copy-of-Catfish-Advert-Plugin-1.3.-tf3954744s15494.html#a11221075 Sent from the JQuery mailing list archive at Nabble.com.
Next Page