[jQuery] mouseover and IE 6
my mouseover event is not taken effect in IE 6 -- View this message in context: http://www.nabble.com/mouseover-and-IE-6-tp15421402s27240p15421402.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
[jQuery] [off topic] invite to game :)
When you're not working, try this nice game to relax http://delta.astroempires.com/?ref=D.60589 I'm loving, started play about 10 days :) -- Feijó
[jQuery] Appending content in order
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000066"> consider that html: <div class=main> <div class=sub></div> <div class=sub></div> <div class=sub></div> <div class=sub></div> <div class=sub></div> </div> I need to append a new <div class=sub></div> as the 2nd, 3rd, middle, etc. Append() add after the last one. How can I do that? Its possible? Thanks Feijó </body> </html>
[jQuery] [validate] changing the error default position
How i can change the default position of one element when i get one error? I want the error dosnt appear appened to the checkbox. [ ] I accept the rules with error: [ ] You must accept thisI accept the rules
[jQuery] thickbox reloaded and IE6 not good
I just tested the index.hmtl from the jquery svn repository for thickbox realoaded in IE 6 and there are quite a few issues with it. has thickbox reloaded been tested in IE 6 yet? -- View this message in context: http://www.nabble.com/thickbox-reloaded-and-IE6-not-good-tp15306762s27240p15306762.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
[jQuery] jQuery + SelectBox + IE don't work
There is some problem with this script working in IE. It works in FireFox. The whole thing consists of HTML page, JS file and CSS file. The following html page is validated XHTML. It contains Select box and two anchors for filtering the content of that select box. One filter filters options by first letter. The other filter is toggle type. <!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"
[jQuery] [validate] submit problem [validation]
I have a form without a submit button, i was making the submit with the following code: <div class="buttons"> <a href="javascript:{}" class="positive" id="button_confirmAction" style="display: block;" title="Register"" onClick="confirmAction('confirmAction'); return false;" ><img src="/ hoyque/img/icons/tick.png" alt=""/>Register</a> <div> How do i enable the call to validate before to realize the submit with my href onclick "button" above? Thanks in advance.
[jQuery] Treeview question
Jörn, Greate plugin. Very useful indeed. I have a quick question. Do you (or anyone) for that matter know of any problems with IE 6 not rendering the entire tree? Let me explain. I have a large tree 1024 items nested 4 deep. This page loads in FF fine (takes a while, but nonetheless fine) but in IE, the top two or three nodes will render but the rest of the page just shows up as a normal nested bulleted list. Any help would be appreciated. I don't really know if I can post a code example of this
[jQuery] ClearType rendering issue in IE
I was inserting some text to a (display:none) DIV with .html(), and then showing it with .fadeIn(), and I noticed that IE "loses" ClearType rendering. The font I am using is Georgia. I haven't tested any other scenarios other than the one I just described, but has anyone else experienced this? I'm on Windows XP SP2 Home Edition. Thanks. Brian
[jQuery] How do I attach a toggle to a checkbox. I want a table row to fade out/in, when a checkbox is toggled
I have created a table, at the end of each table row is a checkbox. When the user selects the checkbox, that row will fade out to give the illusion its now disabled. When the checkbox is unchecked I want the row to fade back. Can this be done? I have managed to do it rather crudely in the following example: Javascript................................... <script> $(document).ready(function(){ $(".deleteRow").click(function(){ $("tr").animate({ opacity: 0.2, }, 1000 ); }); }); </script> Html...................................
[jQuery] AutoScroll Plugin without using a mod_key
Him I've been loooking at the jQuery autoscroll plugin (http://jdsharp.us/ jQuery/plugins/AutoScroll/demo.php) and it works pretty well. I'd like to know if its possible to modify this plugin to not use the ctrl key though and rather scroll as i move my mouse off the end of the window while having the left button held down? is there a mod key for this? Cheers, Chris
[jQuery] advanced callbacks?
how would i go for doing a slideUp and an ajax request simultanously but only handle the ajax response once the slideUp is finished?
[jQuery] getting the (computed) background-color
To retrieve the computed bgcolor of an element I had to do this: var bgcolor = jQuery(this).css('backgroundColor'); if (bgcolor == 'transparent') { jQuery(this) .parents() .each(function(){ var bg = jQuery(this).css('backgroundColor'); if (bg != 'transparent' && bgcolor == 'transparent') bgcolor = bg; }); } I hated it: is there not already a plugin doing this (and probably doing it better)? -- Fil
[jQuery] jqGrid with SQL Server version
Hi all. Tony, jqgrid creator, did a good job with that great plugin. Using LIMIT clause supported by MySQL is very easy for records pagination. Does anyone have a SQL Server 2000 version working with that plugin? Cheers
[jQuery] Stefan Petre Interface Sortable Item
This plugin works fine until the element that it is placed on is allowed to scroll. If allowed to scroll, the helperclass drop location is further and further away from the drag element the more the element scrolls. Is there a fix for this problem?
[jQuery] double ajax calls don't work in IE
hi got this problem:| i load a page in a div with the load method using this function: $("#myLink").click(function(){ $("#myDiv").load("myPage.php", function(){ myFunction(); }); return false; }); myPage.php has a dropdown menu which makes another load in a div var myFunction= function() { ("#myDropdown").change(function() { gruppo = $("#myDropdown").val(); $("#myDiv2").load("myPage2.php.php?id="+id, function() {
[jQuery] is there autoscrolling in jQuery?
Hello Yesterday i came across an autoScroll feature on this linke http://www.etsy.com/time_machine2.php if you hoover on the "Auto Scroll" button then the div starts to scroll towards the left. the speed can be increased or decreased based on how far you have hooverd on the "Auto Scroll" button. I was really impressed with this functionality. Wondering if anyone has seen something similar with jQuery? maybe a plugin or something already out there? thanks!
[jQuery] Load result of form get into div
Hi, im new in jquery and all javascript, and id like to load the search result into div. For search i used Search Engine Builder, but i dont know how can i make this script work together with jquery. Or i can see search result on main page, or when try to load it into div i get only that words that i wrote to input. Could someone look on http://www.sharq.yoyo.pl/commonlaw/ and help me with that? Regards
[jQuery] UI DatePicker & Interface on IE, datepicker fails to show
When UI Date Picker and Interface are both included into a page in IE, datepicker will pop-up and become transparent. Only the drop-down month and year list will show. You are still able click the dates, but there is nothing showing. I know it relates to the absolute positioning of datepicker_div element which interface is making disappear. Lines 330 - 331 in ui.datepicker.js is where the positioning is where the datepicker_div element positioning is set, but I don't know where in interface.js the
[jQuery] Computing value for css key
Hi! I'm trying to position a div, #lt, absolutely in relation to another div (#content), and subtract 24px so that div#lt.left = div#content.left - 24px: $("div#lt").css("left", eval(parseInt($ ("div#content").css("left"))-24)); The problem is, I can't get it to happen. I've tried a lot of different ways, including the above, but might have missed an obvious one? Thanks!
[jQuery] say goodbye to sifr
http://www.appleinsider.com/articles/08/02/07/apples_safari_3_1_to_support_downloadable_web_fonts_more.html
[jQuery] Plugin method
Hi all I'm struggling to get a private function running in a plugin. Here are the 2 pieces of code, first the running version then the more elegant but broken. Obviously there is something that I have understood wrong in the pattern. Can somebody point me to a better way to do this ? //fully functionning (function($){ $.fn.treeview = function(o){ var defaults = { minus: 'url(style/site/interface/public/treeview/minus.gif)
[jQuery] multiple file uploads: sets difficult name attributes
im trying to use the multiple file uploads to, well ... upload multiple image files :-). The class im using relies on the name attributes of the upload fields to be of the format name="image[]", as do most example scripts that i have come across. the problem now is that this plugin sets the name attributes as such: name="image[]1", name="image[]2", etc. and this makes looping through the $_FILES array not possible with the code im using. is it possible to change the way this plugin sets the values
[jQuery] help with json, please :)
$('everybody').hello(); could someone please tell me what is wrong with this json? :( [ { 'id': '17', 'nome': 'foto', 'autore': 'username', 'tipo': 'foto', 'data_ins': '1202210415', 'numero_files': '4', 'tags': 'tags; tags; tags; tags' }, { 'fileObj': [ { 'id': '21', 'filename': '1202210415_0.jpg', 'alias': 'foto 1', 'tags': '', 'autore': '1', 'data_ins':
[jQuery] combining Cycle and Thickbox
Hi all, I'm trying to create a simple, automatic slideshow by combining the Cycle plugin and the Thicbox plugin. With the cycle plugin I can easily convert a paragraph with images to a highlighy configurable automatic slideshow, which I want to open in a thickbox. Markup is as follows: <p id="slideshow"> <img src="img1.png"> <img src="img2.png"> <img src="img3.png"> <img src="img4.png"> Here's what I've come up with so far: $(document).ready(function() { // wrap the slideshow and add pager $('#slideshow')
[jQuery] handle in draggable() does not work - whole div is draggable
Hello, I have a draggable div. The div is hidden and shows on click and fills the first tag with information. Then one can click and it gets ajax content. I want to be able to select the text inside the div but the whole div is draggable. I made a test div with static content and the handle worked and I could select text. So it may be something with the dynamic content tgeneration? Could it be livequery that is the problem? Here is the html that is generated on first view of the div: <div id="trekning">
[jQuery] Madness in IE6
Hi, I am using jQuery Cycle on our portfolio page and all is fine, apart from IE6 (Shock IE6 not playing ball?) can anyone help me? Please? Here's the page... http://www.c9dd.com/v2/portfolio/index.php Thanks Ash
[jQuery] sites made with jQuery
Well, it is just my new portfolio but it's made with jQuery! ;-) Plugins used: jquery.reflect.js jquery.safe_mail.js shadowbox-jquery.js http://summer.gcmingati.net Cheers GC
[jQuery] Using jQuery to resize div from rollover event in Flash
I am not sure what is the best avenue to pursue. An z-indexed SWF is preventing clicks on HTML links in FF & Safari. The swf uses z-index and is wmode=transparent. It is 300x274 & has a visible area of 300x100 on frame1 of an mc that on rollover goes to frame2 where the visible content is 300x274. The bottom 174 pixels overlay HTML links. In IE these links are clickable. In Safari & FF the expandable transparent area of the SWF, prevents clicks on the links, and there is no cursor. I am looking at
[jQuery] jqmodal (ajaxed markup) can't access javascript loaded in page on IE
Hey all, I've run into an interesting bug. I'm using jquery's jqmodal plugin for modals and I'm pulling down additional markup to populate the modal via ajax. The new markup is supposed to leverage the existing javascript (javascript functions, not jquery functions) that modal owner had retrieved on page load. And it doesn't seem to be working on internet explorer... on firefox and safari it works just fine! Does the new markup need to call eval()? or do something to "re-load" the existing javascript
[jQuery] "Object doesn't support this property or method" on $.post("/Validation/TestAlert",
I'm trying to figure out why the browser is complaining about the following JavaScript which I obtained off a blog post: var t = $(obj).parent().siblings(0).val(); $.post("/Validation/TestAlert", { content: t }, function(txt){ alert(txt); }); I get the error "Object doesn't support this property or method". I'm trying to communicate back to my ASP.NET MVC Controller in this case. I got the example code from: http://www.chadmyers.com/Blog/archive/2007/12/13/using-jquery-with-asp.net-mvc.aspx
[jQuery] still confused, but a little more organised
About a week ago, I volunteered to blog my efforts at learning jQuery - I seem to be finding it more troublesome than most beginners! Some of you were encouraging (thank you VERY much!) but you all said it made a confusing read. Well, to an extent I can't fix that because the author *is* confused! However, I've done a whole new page for it, with nested topics & all. I hope it's easier to follow?? http://jquery.cherryaustin.com There is a comments box and I'll add proper contact facilities if anybody
[jQuery] [treeview] Slowness on IE6
Hi, I am using the jquery.treeview, and when first building a tree, on IE 6, the cpu usage goes up for a few seconds. Also whenever expanding or collapsing nodes, the cpu usage seems very high. As a result it appears sluggish. Has anyone else experienced this with IE6? For an example, please see http://unao.com/waterville Regards, Philippe
[jQuery] Design question.
I have a case that is going to prove to be processor intensive, so am looking for suggestions on how to make the code as responsive as possible. In addition, I'm a little stumped on how to resolve a problem with my IDs. I have a page that will list hundreds of people (I'm ignoring paging for now, it's just not quite suitable). For each person there will be a number of actionable items/links. Each of these links imply to do something different, but all rely on the employee ID, These links will also
[jQuery] stuck on a simple traversal problem - help!
yo guys, screenshot here: http://www.ldexterldesign.co.uk/screenshot.jpg at present this jquery function adds the .collapsed class to ALL .articleBody's. i only want the button to function for the .articleItem in question only. i'm sensing some parentage is in order? a nudge in the right direction would be appreciated, lewis
[jQuery] Grabbing hash mark
Hi there, I was wondering how to grab the contents of everything behind the hash mark ( # ) in a URL. I could not find it on the Jquery site... Thanks, Frizzle.
[jQuery] Firefox 3 beta
Hello everybody I recently installed the new beta version of firefox 3 I thought it would accept everything we are now designing on a new website but unfortunatly it doesn't accept all jquery code. for example: .load of a specific php file in an other div doesn't seem to work anymore. This is quite a problem. Are there going to be fixes in Jquery for firefox 3? or is this a symptom that will dissapear when there is an official release of firefox? These changes are quite important for us, and i guess
[jQuery] ui tabs, more different tab styles
How to implement different tab styles (css) on one page with UI Tabs?
[jQuery] Using $ symbol to access jQuery function
Hi, I am not sure What I'm doing wrong, but accessing jQuery function using a $ symbol doesn't work. For example, ${document}.ready(function().... gives me an error "missing ; before statement". The same works when I use jQuery(document).read(function().... I've tried both JQuery1.2 and 1.1 Regards Sathya -- View this message in context: http://www.nabble.com/Using-%24-symbol-to-access-jQuery-function-tp15371525s27240p15371525.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
[jQuery] $.get() I Explorer 7 "Error Message: Object doesn't support this property or method"
well i comment my problem: example code: javascript code using jquery1.2.3 ... function estado() { $.get("estados.php",{"pais":$('#pais').val()}, function(data){ $('#estadodiv').html(data) }); } ..... html code: ...... <select id="pais" name="pais" OnChange="estado()"> <option value="1" >Mexico</option> <option value="2" >Estados Unidos</option> <option value="3" >Colombia</option> <option value="4" >España</option> <option value="5" >Argentina</option> <option value="6"
Next Page