[jQuery] the corner plugin fails with convulted css in firefox
hello friends, i spent this night with the hope to make the jquery.corner plugin replace mochikit.visual in a production project. my problem is mainly that the css governing this page may probably have set a height for the roundable element, and then firefox took the 'absolute' position too literally. i'd suggest removing the first line containing ds.position = 'absolute', or conditioning it to non firefox browsers. this way, firefox worked fine, as msie did. thanks for your consideration, and for
[jQuery] event.preventDefault() seems to fail
I have a page with input textboxes and input buttons on it. All are contained in a form. I don't want the Enter button to submit the form, so I call preventDefault() on all texboxes. I also don't want the input button to submit the form, so I call preventDefault() on the input button. But, if I call the button.click() event for when Enter is pressed in a textbox (to simulate a click on the button) it submits the form. It seems as if something is not working like it should. Now...if I "return false"
[jQuery] clueTip issue with ASP.NET GridView
All, I am new to clueTip and I am having a rather peculiar problem. I have an asp.net webform with 2 test clueTip links on it. One is just a standard anchor tag with the usual class="jt" (I am using the jTip Theme), rel=".." and title=".." attributes. The other is actually the same exact link, however, it is stored as a template column in the GridView control. When I run the app, the link outside of the GridView displays perfectly, including being sticky and displaying the red "x" icon which is used
[jQuery] watch window problems and ideas
I'm a newbie, using VS and firebug debuggers as I learn jQuery. I find it very helpful to pause at various breakpoints and experiment with jQuery chains to see what works. But I find that the results aren't always consistent. Especially in IE. Examples: <br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">$('li') result is empty jQuery</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">$('LI')
[jQuery] Not working in IE
Hi, I've added a jquery lightbox to a website and everything looks fine except the background overlay is not showing up in IE (works fine in Firefox). Been digging around the code but just can't figure it out. Anybody have any ideas?? http://dessertsintl.com/products.html#8cakes ( click on either of the 2 links). thank you!
[jQuery] Read table values ...
Hi there, I have the following table. And I need to save the user input to the database. How can I do this…. I have used jQuery DB class. var arr_value = new Array( $($('.odo').select('.prvt_days'))[0][0], $($ ('.odo').select('.prvt_days'))[0][1], $($('.odo').select('.prvt_days')) [0][2] ); alert('array '+arr_value) document.save_logs.table.value = arr_value; Works great for all the values except the form input values. Which is the ones I need. Any help will be much appreciated, as my head is going
Change visibility on all div's
Hello, I'm working on a private project for school and I'm working with tabs. Only now everything works perfectly in FireFox but when I try to open it in IE7 it's full of problems. <script type="text/javascript"> $('.tabs').tabs({ fxShow: { height: 'show', opacity: 'show' }, fxSpeed: 'normal' }); $(document).ready(function() { $(".tabs_menu").slideUp("normal"); $(".tabs_menu").html($(".tabs").html()); $(".tabs_menu").slideDown("normal"); tb_init('a.thickbox, area.thickbox,
[jQuery] Select Box
Hi All, I m trying to use the below plugin for expanding the options if their length. its not working as i m using latest JQuery 1.2.6. which is not working. Please let me know if you guys have used it with latest JQuery. http://plugins.jquery.com/project/combobox Thanks in Advance. Thanks & Regards, Rajanikanth R
[jQuery] Validate. Check Boxes
Hello, I have 5 check boxes all with the same name forming a group. Is it possible to use validate so I require at least one checkbox to be checked? Thanks, Miguel
[jQuery] Jquery Cycle - Pager with maximum 10 links
Is it possible to configure the cycle plugin so that it only shows a maximum of 10 numbers in the pager + "prev" and "next"? Or is it best to use a plugin like scrollTo for this purpose? -- View this message in context: http://www.nabble.com/Jquery-Cycle---Pager-with-maximum-10-links-tp20312728s27240p20312728.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
[jQuery] identifying the nth element and manipulating another nth element
I'm wanting to target the nth <li> in a list after clicking the nth link. <ul id="targetedArea"> <li></li> <li></li> <li></li> <li></li> </ul> <div id="clickedItems"> <a></a> <a></a> <a></a> <a></a> </div> I can target them all individually, but I know there must be a faster way by maybe passing the what <a> element I clicked on. $("#clickedItem a:eq(2)").click(function() { $("#targetedArea:eq(2)").addClass('active'); return false; }); Cheers, Steve
[jQuery] [validate] adding custom variables
Hi, I'm using Jörn Zaefferer's jQuery Validation Plugin, and I'm wanting to add my own variable for phone numbers. What I could do is edit the variable that already exists for digits and just make it so it accepts hyphens, dashes and minus signs. Can anyone give me any help on doing this as I am really new to jQuery. I would really appreciate it. Thanks, Geoffrey Woitt
[jQuery] Using Embedit for jquery agile not working
please help me set this up, i have being playing with the jcarousel, but not been able to integrate it with wordpress, but the one i really want to integrate is the agile carousel with the example shown here: http://chatwin.com.do/wp2/testj/carousel.html i'm using the Embedit plugin following instructions here: http://www.masternewmedia.org/news/2008/02/22/embed_any_video_or_html.htm and still no luck. this is all i get: http://chatwin.com.do/wp2/?p=36 thanks for your help!
[jQuery] Can I include more than one js file with its own $(document).ready callback?
Can I include two files each with their own $(document).ready (function() {....}) callback - of course with different functions. Is yes, is this efficient and are there better and cleaner ways to make my code more modular? Thanks and regards Gurunandan
[jQuery] Crossbrowser with Jquery Extension fieldSelection
Hi, I'm using the Jquery extension fieldSelection ( See at: http://laboratorium.0xab.cd/jquery/fieldselection/0.2.3-test/test.html ) This extension resolves the selectRange problem of the tradicional javascript, but, I found another problem now, the start and end positions returned are different in IE and FF. Look at this: In the fieldselection extension's site, we've a example box, when I select the word "test" of the second textarea, in the Internet Explorer it shows: start: 31 , end: 35 and in
[jQuery] Callback after ALL elements in set animated?
Hey guys... Don't seem to be able to find an answer to this. Is there a way to fire a callback after ALL elements in a wrapped set have been animated? Instead of after each one is animated? It kind of looked like queue would do something similar to this... but since animate or show... or whatever effect is passing back EACH item into the chain, the queue is applied to each individually with the same effect. Best, Bob
[jQuery] search for text and replace or remove the element entirely
Hi I'm trying to devise a way to check each cell in a table for a particular value. When the value is found, I want to remove the row from the document. Or, when its found I want to do a replace. (ie $ (this).innerHTML.replace("name", "Devin") I know that syntax is wrong but I think it gets across what I'm trying to do) Thanks. D
[jQuery] timer and .post
I have an ap built on the portable application here: http://portablewebap.com/ I also use the timer plugin and have a .post function that saves for data every 1/2 second. On some computers I get errors of timing out. Is this because it is running my php file too frequently? Thanks for the help.
[jQuery] We need this for jQuery!
Anyone who has been frustrated by trying to keep up with what jQuery core works with which plug-ins will appreciate what Yoxos.com has done for the Eclipse platform and all it's plug-ins. jQuery and Eclipse have the same basic problem. A great core and tons of great plug-ins, but problems keeping up with which of the constantly-under-development plug-ins works with the latest core. You can even create an account and save your custom configurations for modification and download as needed. As you choose
[jQuery] Form Validation JQuery & $_POST issues
I am not a javascript or Ajax programmer, so JQuery is new to me. I have taken over the completion of a website for a friend and have hit a strange occurance. The site designer utilized CodeIgniter framework and it appears well wriiten and well commented. Here's the Issue: Thers a form in a php file that the user uses to pick clothing pieces from 4 drop downs. Once a piece is chosen,the shitrt, the drawing is immediately updated into a sketch box with the chosen article. The next piece chosen is
[jQuery] iTunes like scroller
Hi Does anyone know of a plugin that mimics the album cover view in iTunes? Like http://en.wikipedia.org/wiki/Cover_Flow Thanks
[jQuery] JCarousel orientation problem on first page load in Safari
Hey We have a carousel that display horizontally with 5 elements. However, when we try to access that page with an empty cache (reset safari) and navigate to the page, the carousel is displayed vertically instead of horizontally. After that, when the page is reloaded or access a second time it works fine. The problem seems only to occur with safari. We think it's something to do with the CSS/JS load time or processing time. We checked the load time and CSS files are loaded before all JS files. Any
[jQuery] Remove() xml nodes doesnt work in ie
Using remove() on a xml document wont work in ie 7. (works fine in ff) Example: $(this.xmlDoc).find("gd > cd").remove(); Results in js error: "Object doesnt support this property or method" which points to line 666 in jquery, id = elem[ expando ] = ++uuid; Anyone know a work around/way to fix for this?
[jQuery] Remove() xml nodes doesnt work in ie
Using remove() on a xml document wont work in ie 7. (works fine in ff) Example: $(this.xmlDoc).find("gd > cd").remove(); Results in js error: "Object doesnt support this property or method" which points to line 666 in jquery, id = elem[ expando ] = ++uuid; Anyone know a work around/way to fix for this?
[jQuery] Remove() xml nodes doesnt work in ie
Using remove() on a xml document wont work in ie 7. (works fine in ff) Example: $(this.xmlDoc).find("gd > cd").remove(); Results in js error: "Object doesnt support this property or method" which points to line 666 in jquery, id = elem[ expando ] = ++uuid; Anyone know a work around/way to fix for this?
[jQuery] Superfish - removing arrow from top-level
I'm loving Superfish, especially that I still get a great menu system with it switched off! How can I remove the arrow indicator from the very top-level only? I want it on submenus but my main menu consists of images and I don't want the arrow overlayed. I've tried editing the arrows png and removing the down-arrow image (leaving transparent) but I get a white box over my images. I've tried moving it out of sight, but the submenu arrows go with it! Any help please, thanks so much :)
[jQuery] unsubscribe
I do not wish to recieve any emails from this group. Thanks
[jQuery] Need solution to cycle through images and display a caption
Hi, I'm looking for plugin that will allow cycling through images and display a caption for each image. What I'm looking for is exactly like this example: http://www.woothemes.com/demo/?t=3 The image on the top left cycles through different images and displays a unique caption for each image. Is there anything out there like this for jQuery? I believe the example above used this mootools plugin I believe: http://smoothgallery.jondesign.net/getting-started/gallery-set-howto/ Currently, I'm using jQuery
[jQuery] iTunes like scroller
Hi Does anyone know of a plugin that mimics the album cover view in iTunes? Like http://en.wikipedia.org/wiki/Cover_Flow Thanks
Getting Id of dynamic rows
I am trying to implement a table where I can add and delete rows and columns on a button click. By default the table has two rows. every property i try to implement on the rows only work for the two rows that are static. Nothing apply applies on the dynamically added rows. I cannot get the id of the rows as i am just appending the html code of row after the last row. Is there a way to apply properties like hover and other properties in it. This is the code I use for adding rows $('#row').click(function(){
[jQuery] R: [jQuery] search for text and replace or remove the element entirely
<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi devin, see if this could be what you'r looking for: <a href="http://docs.jquery.com/Selectors/contains#text">http://docs.jquery.com/Selectors/contains#text</a> Diego --- <b>Lun 3/11/08, Devin <i><devin.cormier@gmail.com></i></b> ha scritto: <blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">Da: Devin <devin.cormier@gmail.com> Oggetto: [jQuery] search for
[jQuery] Is there a plugin to sort a table with scrollbars?
Hi, I am looking for a script that will sort a table when a user clicks on a table header, I would like this table to have a scrollbar also, does such a thing exist? thanks
[jQuery] Struggling with Callbacks
Hi, Hope someone can help. I'm struggling with getting my syntax right for a call back. What's i've done is wrap my setting for the jQuery dialog plugin in a function so I can use the same setting over and over. So that's looks like this: function opendays_dialog(trigger){ //Get href from link var url = $(trigger).attr("href"); //Ajax get from href link $.get(url, function(data){ //Display content in dialog box $(data).dialog({ height: "auto", width:
[jQuery] How to pass a jQuery object to PHP as an array
Hi all, Thank you in advance for you help .... I have the following object ... console.log($('.users').select('.name')); How can I pass this object as an hidden form field back to my PHP controller as an array? Current code ... document.save_logs.table.value = value; document.save_logs.submit(); <?=form_hidden('table','')?>
[jQuery] clutip with ajax4.htm from the examble
hello i have this in my site but the htm is not showing <script src="'.$lb_path.'themes/lc/js/jquery-1.2.5.min.js" type="text/ javascript"></script> <script src="'.$lb_path.'themes/lc/js/jquery.dimensions.js" type="text/ javascript"></script> <script src="'.$lb_path.'themes/lc/js/jquery.hoverIntent.js" type="text/javascript"></script> <!-- optional --> <script src="'.$lb_path.'themes/lc/js/jquery.cluetip.js" type="text/ javascript"></script> <script type="text/javascript"> $(document).ready(function()
[jQuery] clutip with ajax4htm from the examble
hello i have this in my site but the htm is not showing <script src="'.$lb_path.'themes/lc/js/jquery-1.2.5.min.js" type="text/ javascript"></script> <script src="'.$lb_path.'themes/lc/js/jquery.dimensions.js" type="text/ javascript"></script> <script src="'.$lb_path.'themes/lc/js/jquery.hoverIntent.js" type="text/javascript"></script> <!-- optional --> <script src="'.$lb_path.'themes/lc/js/jquery.cluetip.js" type="text/ javascript"></script> <script type="text/javascript"> $(document).ready(function()
[jQuery] problem with jquery selector in IE
Hi, I have an jquery-ajax-enabled javascript script that runs just fine in FireFox. However, in IE 6, my script is failing. My ajax request returns the following string and passes it to a function to be processed. The string returned is: <?xml version=\"1.0\"?> <response> <url>some valid url here</url> </response> This string is being constructed and returned properly to my jquery- enabled javascript. I pass it to a handler function as an argument called xml. (This string displays properly in alert
[jQuery] error in ajax call in IE?!?
Hi, I use jQuery to every ajax call in my webpage. It seems to me that ajax call doesn't work in IE at all. Am I wrong or is this known error? Is this possible to fix it? If you need, I can send sample of my source code. elf
[jQuery] How to delet br?
My CMS creates <br clear="all"/><br/> automatically for content part as you can see below. I want to delete these. ===================== <div id="barneklar"> <br clear="all"/> <br/> <table ......... ==================== I added $(document).ready(function() { $('#barneklar br').remove(); }); with jquery1.2.6. but it works with firefox, but not in ie7. What am I doing wrong here? Thanks in advance.
[jQuery] Image load causing page refresh
hi, I am creating a plugin for my gallery. I am loading image on click of a thumnail. thumnail's rel attribute contains the url of the larger image. In my pluging i have a method to load the clicked image. LoadSelectedImage = function(){ var src = $('gallery li.on a').attr('rel'); var img = new Image(); $('#testing').css({opacity: .5}); $(img).load(function () { $(this).css({display: 'none'}); $('#loader').removeClass('loading'); $('#testing').empty();
Next Page