[jQuery] My first lessen didn't go well. I need your help.
I tried to post this comment before, but it seems it was not listed. So let me try one more time. This is very simple question, but I, who is a newbie, can't do it. Please help me. I put the following code but not alert coming up, instead it goes to website directly. What am I doing wrong?? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <script type="text/javascript" src="jquery-1.2.1.js"></script> <script type="text/javascript">
[jQuery] html select in pop up
I want to display html slect list in pop-up in small frame like in yelp.com (on near text box click on "Neighborhood" ). --- Sharique
[jQuery] ContextMenu visibility at window edges problem
There is an ennoying point with the current ContextMenu plugin. When a menu pops out near a window borders, it is only partially visible. xing What is the correct javascript bouding test to apply to reposition the element correctly ? I thought maybe there is a jquery plugin for this kind of element boxing ? Thanks
[jQuery] Packed version of BlockUI?
<!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.16525" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=672000115-03102007><FONT face=Arial size=2>I'm in need of a simple page overlay, which I'll be using to display help messages. I found BlockUI, but it's 15k. Is there a packed version of it, or a simpler version that just allows for a page overlay?</FONT></SPAN></DIV> <DIV> </DIV>
[jQuery] Advanced <li> mapulation, new style of navigation for jquery
Hi All, As per this previous post I made http://tinyurl.com/27gaty I have cracked on and started to develop a drill down style menu: I have also uploaded a cut down version of what I am trying to do at this link: http://rafb.net/p/KfZAdp80.html Essentially what I am trying to do is as follows: 1. Adding items to the parent menu When a user clicks on a menu item from the bottom menu, it should add it to the top menu and bold it. That all works fine. In addition to this I would like to be able to disable
[jQuery] My Superfish disappears for no reason
Hi all, hi joel, My Superfish submenu are disappearing for no reason. The submenu comes out, but it often disappers even if the user is still hovering the buttons. I can't find out why. here is the url : <a href="http://prod.oberweis.interact.lu/fr/"> http://prod.oberweis.interact.lu/fr/</a> anybody has an idea about the reason of this ? thanks -Olivier
[jQuery] More on Rounded Corners
I know we've been discussing rounded corners a lot, but I just found a recent solution for anti-aliased rounded corners using jQuery. These guys do a pretty good job: http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery Hope it's helpful, Matt PS: Make sure to double check on Safari.
[jQuery] Re-ordering a list
I'm trying to create an unordered list that can be reordered using a link. What I want to do is show a list of images+text and when you hit the link for the image it comes to the top of the list and the others in the list move to fill the space left by the new top list item. Any guidance would be appreciated. Thanks Skinnytiger
[jQuery] Using the reset function
Hey, Can someone give me an example of how to use the reset function? I've been trying to use it, but everytime i use it I get a stack over flow. Probably because I'm trying to use carousel.reset() in my initLoadcallback function so that I can insert new pictures into the carousel. Thanks, Doctorb
[jQuery] ifModified
Hello, I have a question for this attribute in an ajax request. I'ld like to test this attribute, but all Ajax responses I get every 2 seconds contains the content from file test.js - but I haven't changed this file, so the response should be empty, shouldn't it?? That's my code: function getAll() { $.ajax({ type: "POST", url: "test.js", ifModified: true, success: function(msg){ setTimeout('getAll()', 2000); } }); } By the way: this code only works with jquery
[jQuery] jCarousel: Anyway to get round the need for unordered lists?
Hi all, Is there anyway to get round the need to include the carousel content in an unordered list. We'd like to use the carousel to offer customer testimonials, but you can't include a blockquote in a list item. Thanks
[jQuery] They dress as jQuery users for Halloween
http://www.mentalfloss.com/blogs/archives/8397 -Mike
[jQuery] errors using carousel lite plugin
cant get this to work, even though ive just taken over the exact code from the demo. im trying to make it scroll autmatically through a set of images. my js is $(document).ready(function(){ $(".anyClass").jCarouselLite({ auto: 800, speed: 1000 }); }); html: <div class="anyClass"> <ul> <li><img src="http://www.google.be/intl/en_com/images/ logo_plain.png" height="110" width="279" /></li> <li><img src="http://www.google.be/intl/en_com/images/ logo_plain.png" height="110" width="279" /></li> <li><img
[jQuery] Presidential Websites
<span style="font-family: trebuchet ms;">I just did a quick review of all the presidential candidate websites.</span><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">Apparently NO ONE is interested in the jQuery vote. </span><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">tsk tsk. Everyone knows that the site with jQuery usually wins the election.</span><br style="font-family: trebuchet ms;"><br style="font-family: trebuchet ms;"> <span
[jQuery] Setting a number of DIVs to the same height... I'm just not quite there...
Hey, all! I've got a site in process, and I'm trying to figure something out. I'm using the Cycle plugin, and I'd like to try to set a number of DIVs to the height of the largest. To see what I've got, click http://www.questmin.org/pages/courses <-- that link, and watch the course descriptions on the right. The bottom of the longest divs are showing through. Thanks! -Toby
[jQuery] Thickbox and Innerfade plugins issue in IE6
I am trying to run Innerfade to show a basic slideshow on the page, but have each image linkable to a thickbox popup so you can see the larger version of the image and go back and forth between the images. It is working fine in IE7 and Firefox, but the Thickbox popup doesn't work at all in IE6. The URL is: http://insideout.sitesuite.cn/page/portfolio.html I am hoping someone can help as I only know the basics of javascript. Thanks Fiona
[jQuery] Strange unload behavior
Hello all, I've got a strange issue I've been fighting with ever since we updated to 1.2.1 and was hoping someone might have run across it as well. When refreshing our page I sometimes get a js error from inside mouse event functions, like they are being triggered during the unload. The errors change each time as they are from different functions but always relate to the function trying to access some object that no longer exists, in one case the $ object itself. They are all from mouseover and mouseout
[jQuery] Counting the number of child elements that a div has
How can I count the number of child elements that a div container has? Thanks
[jQuery] events for when getJSON fails?
I've got a getJSON request from a different domain which will be going down for a few hours while that domain upgrades its servers. What happens to a getJSON request when the url you request will not return any HTTP traffic? Does it just hang? Does it fail gracefully or return a boolean value that I can capture? Also, is it possible to get HTTP headers off this method?
[jQuery] Getting the text value of the selected item in select box
I am struggling with getting the text label of the selected item in a select box. $('##Suburb').attr("value") will give me the id (e.g. 4) of the suburb drop down, but how do I get the label which would be "London" for example. Thanks! -- Duncan I Loxton duncan.loxton@gmail.com
[jQuery] Easing Plugin brakes on all methods based on Math.exp with jQuery 1.2.X
Hello I just tested the The Excellent Easing Plugin from http://gsgd.co.uk/sandbox/jquery.easing.php with jQuery 1.2.1. and all methods work fine except: expoin, expoinout, expoout These methods use Math.exp: expoout: function(x, t, b, c, d) { var flip = 1; if (c < 0) { flip *= -1; c *= -1; } return flip * (-Math.exp(-Math.log(c)/d * (t-d)) + c + 1) + b; } I cannot figure out the problem, does anybody has an idea?
[jQuery] General Question about Flash and jQuery
Can jQuery talk to flash 9 and vice versa? And is there any examples of this?
not caching on loading page with ajax
hi dear's sorry can not good speak english i used the function $(ID).load.... but the page's is cached, plz help me for not caching page's tnx
positioning the ui dialog
does anyone know a way of positioning the UI dialog? because on a long page the dialog appears but half way down the page and users may not even know it has appeared.
[jQuery] Problem refreshing page.
Hello all, I've got a issue I've been trying to sort out since I upgraded our site to 1.2.1 and was wondering if anybody has had something similar happen to them. Every once in a while when refreshing our page one of my mouseover events gets triggered instantly causing an error as any variable it might reference no longer exists. Unfortunately I can't reproduce this with any consistency and even the mouse event itself changes. Sometimes only one fires, sometimes it's two or three different ones.
[jQuery] jqGalViewII plugin beta release
Hey guys and gals, With the response that I got with the jqGalView plugin, I figured that I would start releasing the other photogallery plugins I been experimenting with. This is only a beta release, so there may be some inconsistencies, but it has been tested on the major ones on PC and would love to get feedback from the Mac and Linux people other there. I am also looking for request, I have a list of improvement, but I am learning that what I think is usable and awesome is not the same as the
[jQuery] AjaxCFC
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
[jQuery] Child elements
jQuery has finally managed to make me feel stupid. I've been using it a while and never had any problems, until today. What's the proper way to specify the 'acc-ct' div inside NoteModalDialog? So far I've tried... $("#NoteModalDialog").find("#acc-ct") $("#NoteModalDialog #x-dlg-bd #x-dlg-tab #acc-ct") $("#NoteModalDialog > #x-dlg-bd > #x-dlg-tab > #acc-ct") None worked. I feel stupid. <div id="NoteModalDialog"> <div class="x-dlg-hd">Request Notes</div> <div class="x-dlg-bd"> <div class="x-dlg-tab"
[jQuery] view all event listeners?
Anyone know of a way to view all event listeners on a page at a specific moment for debugging?
[jQuery] Slide up/down bug with table data in IE7
<!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.16525" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=542384920-02102007><FONT face=Arial size=2>I have a module which contains a table of information. When I slide the module (to hide the info) it works just fine. When I slide it back down (to display the data) the table disappears.</FONT></SPAN></DIV> <DIV><SPAN class=542384920-02102007><FONT
[jQuery] .is() cannot check against the parent chain?
It seems that I have a misunderstanding about how .is() worked. Given this html: <div class="test"> <div id="x">Test DIV</div> </div> I was expecting this: alert( $('#x').is('div:not(.test) div') ); to return "false". Instead, it returns true. Can I not check for parent conditions in .is()? I see that according to the docs, is() uses filter() internally. So I tried this: alert ( $('div').size() ); // Correctly alerts 2 and this: alert ( $('div:not(.test) div').size() ); // Correctly alerts 0
[jQuery] copy paste and string validation
Hi everyone, I'm putting together a few bioinformatics tools for some friends who are still in the biosciences field and I need some advice about how to validate a string eg. DNA can only be letters A,C,T or G. I need to validate on keypress and paste (is there a paste event?) and then again on submit to the conversion script. The page I have so far is at http://biotools.sanchothefat.com I'm also struggling to find info or a plugin for cross-browser copy/paste functionality, anyone know of one? I
[jQuery] Slide DIV along horizontal line?
Hi, I really need some help with jQuery. I have something that, In theory seems so simple but is beyond. I need a DIV to slide horizontally across my page to a position defined in a onMouseover event. The full effect I'm trying to achieve is a menu which, when you mouse- over a link, a div will slide horizontally and stop above the hovered link. I've tried all sorts of functions but can't get the desired result. Can I get some help? Thanks, Marc
[jQuery] Scroll Event or other way to get first visible element.
I have a simple structure: <body> ... ... ... ... ... </body> How can I get an first visible element. By 'first visible' I mean displayed on top of page (previous my be scrolled up). For example on Googler Reader first element higlighted by border. I need somesthing like
[jQuery] Ajax timeouts
When I do an ajax call, I can control an error with the property "error", but not an error due to timeout. How I can handle this? Is possible?
[jQuery] Ajax timeouts
When I do an ajax call, I can control an error with the property "error", but not an error due to timeout. How I can handle this? Is possible?
[jQuery] [SITE SUBMISSION] Kuantic.com
Hi, My work on my company's website, using lot of jQuery and some homemade plugins :) http://www.kuantic.com/ Jay.
[jQuery] tablefilter preview
Hi Group, I've been writing a tablefilter plugin to sit along side tablesorter from Christian Bach. It will supply multi column filtering. Have support for different filter types, e.g. text (case sensitive/ insensitive), numeric, regex + any more people might add. It will be optional on wether to add the UI or not, allowing people to create there own is they so wish. Utilising the filter events which are bound to each thead th allowing you to trigger these events from your own UI. I'm releasing a
[jQuery] Performance feedback
Hi all, this is my first message here so apologies if I'm breaking protocol! I have posted some code at <a href="http://paste2.org/p/7819"> http://paste2.org/p/7819</a> Basically the above code gets executed when the user clicks on a button and its purpose is to refresh a secondary content area which is a long list of select boxes (90?). It refreshes the select boxes based on some previously retrieved JSON data ('slotData'). My issue is that is takes a while (2.5 secs) to run this routine which is
[jQuery] Performance feedback please
Hi all, this is my first message here so apologies if I'm breaking protocol! I have posted some code at <a href="http://paste2.org/p/7819"> http://paste2.org/p/7819</a> Basically the above code gets executed when the user clicks on a button and its purpose is to refresh a long list of select boxes (90?) based on some previously retrieved JSON data ('slotData'). My issue is that is takes a while (2.5 secs) to run this routine which is a bit of a pain from a user experience point of view. Yes I can
Next Page