Problem with toooltip and live event
Hi, I have the following table: <table id="mercancia_list" class="tablesorter"> <thead> ... </thead> <tbody> <tr> ... <td class="tableButton"><img id="preview_<?=$arrMercancia[$i]['id_mercancia']?>" class="preview_boton_mercancia" src="img/buttons/camera.png" /></td> ... </tr> <div id="img_<?=$arrMercancia[$i]['id_mercancia']?>" class="demotip"><img width="90" height="110" src="<?=$arrMercancia[$i]['foto_mercancia']?>" /></div>
jQuery ColorPicker | Add/remove elements dynamically
Hi all, I'am using the jQuery ColorPicker from: http://www.eyecon.ro/colorpicker/ which is VERY nice and works perfect but my problem is I need to add/remove elements dynamically from/to the existing function. E.g. I have: $('#field1, #field2').ColorPicker({ ........... }); Now I need to dynamically add new elements over a js function to the existing elements with a function like: function AddNewElements() { for (var i=0;i<=something.length;i++) { $('#newfield'+i).addElement(.ColorPicker);
editableText plugin enabling problem
Hi, I've been experimenting with this plugin http://valums.com/edit-in-place/, so far so good... But i ran into this problem. I want to update my page when update or new request to save data is sent but if i update this function(editableText) it will add second set of buttons, third, fourth and so on. How could i tell it that it would update just on that returned data, but not all elements? I have an idea it has to do something with each function of jquerys, but I'm not sure as I'm quite new to jquery.
JQuery Sound Plugin?
Hello folks! Ive been wondering whether there is an easy to use sound plugin for jQuery. I wanted to create a small div container with .draggable and a little sound player in it, like play, pause, stop, next song, prev song. Also, I'd like to know how to play sounds? I'd like to have a sound played when hovering over a button for instance. Please consider I am a beginner :) My website so far (slow): http://sicgraphix.kilu.de/site.html Thank you.
How to create menu (mega menu) dynamically
Hi Anybody please help me how to dynamically create mega menu using JQuery. I have Json data Which has to be listed in Mega menu. Regards Rahesh
Classic ASP async treeview and radio buttons causing problem updating radio values on POST submit
I've got another question pertaining to the treeview plugin. I'm using an async tree view to represent listing categories in a classified add site. My server side component is a classic asp page (I know, I know). I am representing the leaves of this tree as radio buttons, that when selected should be used to update the category that describes a particular listing. Here's the problem, since the radio buttons are not on the page when it is initially rendered, I can't get the value of the radio buttons
Jquery Validation Plugin
Hi, I'm trying to use the "groups" option to validate several fields as a group. The form uses an unordered list for the form fields and i am placing the error class in the li tag. The only problem with that is if one of the fields passes the validation than the class is changed. So I tried to use some conditional logic with the valid() method to check if the field is valid hoping that I can use it on an individual field rather than the entire form. I want to know if there is a method or a way to
Error with http://plugins.jquery.com/project/Plugins/name
HTTP CODE 500 @kswedberg Start from http://plugins.jquery.com/ click "all plugins" in the left menubar and the 500 error is here :D.
Fancybox Rendering Doesn't Complete
I have a portal situation where widgets, through a cross-document messaging API, are allowed to request that the portal launch a dialog window. I'm trying to use Fancybox via direct invocation and am finding that I can't get the content to render entirely. Here's what I have in the function that's being called: function widget_dialog( uri ) { console.log( ' => Launching ' + uri + ' in a widget-requested dialog' ); $.fancybox({ type: 'iframe', href: uri }); } As I mentioned,
Superfish menus open when click "back" button
I've noticed an odd problem when using Superfish, and I'm not very experienced with jQuery, so I'm not sure if I'm doing something wrong. I have a sub-menu that pops up, and when I click a link in that sub-menu, it goes to the linked page as I'd expect. However, when I click the browser's Back button, it goes back to the previous page with the menu popped open. To make it close, I have to put the cursor back over the menu, then move it off again. Anybody know how I can fix this? The HTML code
Issue with jquery autocomplete
hi, it seems that jQuery autocomplete first proposes previous results, before the actual plugin results. I use it to find city names based on a country parameter (using geonames). When I change countries and type the first letter of a previous request, it shows past results, even if they were not from the same country. Can I disable that? thanks
Is there any plugin like jquery.template which also supports for each kind of loop
Is there any plugin like jquery.template which also supports for each kind of loop?
Expander plugin and tags
Hello! I noticed that the expander plugin looks for a tag before the text it cuts, and if such a tag exists expander closes it at the slice point and reopens it again after the slice point. Well, this breaks words onto separate lines if you're using <p> tags inside the <span> which expander truncates. Maybe most people do need this function, but it totally does not suit me. I have almost no knowledge of JavaScript or jQuery for that matter. Still I started fiddling around with the plugin source and
JQuery Cookies are not loaded when the browser closed and opened again (IE & Chrome)
I created a portlet just like BBC web site has, and for my site I used jquery.cookie.js. It worked fine for firefox, but for IE and Chrome, it just work on browser refreshes.But when I closed the browser and opened it again, the cookies are not founded (null) and I couldn't do what BBC web site does. I tested the demo page (http://www.shopdev.co.uk/blog/jquery-cookies-demo.html) which is provided and it resulted the same on IE and Chrome. Please help me with this. Thanks!
[Form plugin] success: won't work with file input
Hi, I've been using the form plugin to process some data in a form and was working perfectly until I added a new input (type="file") to upload images, for some reason now the plugin wont go past the beforeSubmit: section, the weird thing is that if I change the field type to text it works perfectly. Is it something I'm doing wrong? Or do I have to do something else with file type fields? Here's the code, any help will be appreciated , thanks in advance!! $('#add_form_mercancia').ajaxForm({
Tablesorter - Large table = slow response time
Hey all, Wondering if anyone else has shown big Firefox memory issues & slow response times with jquery + tablesorter on large (200+) rows. It seems like performance for this awesome plugin falls off a cliff at a certain point. I'd love to get some validation on this, and/or any pie-in-sky thoughts on how to fix it. J
Forms Plugin - Get Button Id
Hi I am using the forms plugin to do an Ajax Submit my question is I have two buttons on the page I can use to submit the form, I need to know which one has been clicked to submit the form. How can i do this? some code below: $(this).ajaxSubmit({ dataType: 'json', resetForm: false, beforeSubmit: function(formData, form, opts) { $('input[type=submit], input[type=image]', this).attr('disabled', 'disabled'); }, success:
tablesorter sorting by link value, not the text
My column looks like this <tr><td><a href="/manufacturers/10">BAR</a></td></tr> <tr><td><a href="/manufacturers/11">FOO</a></td></tr> <tr><td><a href="/manufacturers/12">BAZ</a></td></tr> and it sorts just like that, or in reverse 12,11,10 I have jQuery-1.3.2 and tablesorter 2.0.3 Weird...
jqmodal, ajax mode: the loaded content breaks the receiving page scripts
I'm trying to use jqModal on page 1 to load the content of page 2 using ajax. It works fine, until i include jquery inside page 2: at that point, the javascript of page 1 breaks. So, to be clear, it is this line in page2's head tags that breaks it all.: <script type="text/javascript" src="/_js/jquery-1.3.2.min.js"></script> Any idea why, or how to avoid that? I would like page 2 to work both as a standalone page and as loaded content. PS: here is how i call jqModal on page 1. That code works perfectly.
trying to get a jquery script to work with another
I have redone my entire site, and it looks far better than it use to, but i am up to the last part, and i have hit a brick wall... http://rapidshare.com/files/345948563/script.zip its this script: http://www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspx Combined with: http://www.position-relative.net/creation/formValidator/ The problem is if you leave one of the validations active, you can see it on the next page... As you can see this is really annoying, im sure its a really simple,
[autocomplete] stopping additional ajax requests when starting letters already searching
It would be great for an option to not start a new search when a search that could contain the data is currently going. This is what currently happens: Lets say I want to type "detroit" fast (ajax backend, query not currently cached or cache expired): - search begins on "de" (minChars = 2) - I keep typing fast before "de" search results come back - "det" starts loading, "de" search is aborted (! but still is trying to load on the backend) - "detr" starts loading, "det" search is aborted (! but still
livequery with keyup event causing multiple calls...
Anyone got an idea on how to solve this problem. I have an input text box for users to type in numbers. When the user is finished typing a number after 700 milliseconds the typeWatch plugin should fire the "calculate_income" function. It does this just fine, however it is calling the calculate_income function over and over the more I type and only should call it once. For example, if I type in 1000 (which is 4 keyup events, the function gets called sometimes 3 and 4 times, then if I type in 10004
Bug with animate function + color plugin
Hello, I have a problem when I use the animate function with color plugin. I try to color a text in red then in black. But sometimes, the text "blocks" in red and does not return in black. It occurs at random (Approximately 1 / 30) This is my code : test_animate.js $(document).ready(function () { $('#lien').click(function () { $('#test').animate({ color: 'red' },500, function() { $(this).animate({ color:
[new plugin] stiqr - a jquery wysiwyg website editing plugin
hey all i've worked on a nice little jquery plugin that lets you actually design your site in a photoshop fashion this can save a lot of time and effort for certain design tasks so try it out its at www.stiqr.com
Help debuggin jCarousel on IE8, using it with dialog box
Hello, I have a small problem using Jcarousel on IE8. my jcarousel is laoded in a dialog box (from jquery). The content of the dialog box is loaded in AJAX. The first time I'm loading the dialog box, the jcarousel is loading correctly. but when I'm closing the dialog box. and trying to reopen it I get the error "jCarousel: No width/height set for items. This will cause an infinite loop. Aborting... but I set the widht/height , it's working on all browsers IE6,IE7,FF, Chrome, and even IE8 for the
Superfish - how to create an inline menu that appends to a drop down?
We're using Wordpress for our website to dynamically generate our menu while using the Superfish plugin. Is there any way to have the third tier menu or third <ul> show up as a inline menu? That way you can see the third tier at first glance and not have to rollover another button to reveal it. Is that possible in either the css or as a script? Thanks
keyboard navigation on treeview
Hi, I have implemented a treeview using jquery.treeview plugin. I want to navigate control through the tree using keyboard. Can anyone please help me!! Thanks in advance, Sushavon Banerjee
jquery cluetip plugin problem in Google Chrome
i am using jquery cluetip plugin which is not working properly in google chrome browser. in the mean while it is working well in other browsers. problem is that when i click on the link ajax loading image is shown but cluetip not showing. can anybody help me.
Malsup Cycle jQuery plugin
Is there a way to add unique classes to the pager function? such as: <a href="#" class="one">1</a> <a href="#" class="two">2</a> <a href="#" class="three">3</a>
Serial Scroll, infinite scroll
Hello, I am working with the serial scroll tool to create a scrolling tool bar. I am trying to find a way to make the plugin behave similar to a marquee tag works. By default at the end of the scroll the plugin jumps back to the begining by scrolling the list backwards. I would rather just have it jump immediately to the begining with out this animation. Anyone have any advice? Here is the code so far. <div class="scrollMask"> <ul> <li><span class="county">Jackson: </span></li> <li><span class="county">Bee:
I want to add jCarousel to my thumbnails
Look att this page: http://jonas.multimedialab.se/demo/slideshow.html . Is there a way I could add jCarousel to my thumbnails. And how do I do that? Here is the code: <!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"> <head> <base href="http://www.ajaxdaddy.com/web20/jquery/jcarousel/"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Slide</title> <link
Isue with jcarousel plugin
Hi, I have an issue with jcarousel plugin. ( jquery.jcarousel.pack.js ) I have a div which contain a list of snippets being shown using jcarousel. THe data is updated based on a selection from select list. The setup is working well in IE8 and FF. IN Chrome and Safari, it selects data and displays. In initial settings, it clearly and correctly displays the prev and next buttons. When data is loaded after selection, though the list of items are more than displayable number, it doesn't recognize the
how do i call a method on a plugin once it's attached?
I use remy sharp's maxlength plugin, but i think this question is generic to any jquery plugin. how do i call a function on a specific control once i attach the plugin to it? <textarea name="x" id="y" maxlength="100"></textarea> Remaining: <span class='.limit'></span> (100 characters total) $('#y').maxlength({ 'feedback' : '.limit' }); the trouble is that later i set the textarea with jquery and the count doesn't update. i would like to call the updateCount() method in the maxlength plugin directly.
Tablesorter plugin - not sorting numbers correctly
I have a table with a couple hundred rows and 5 columns. The first and last columns are numeric with only positive integers in them. When I try to sort the last column it seems to be sorting the numbers in "ASCIIbetical" order rather than actual numeric order. For example, when I sort by the last column it is sorting the numbers in this order which is not correct/expected behavior: 0 0 1 1 14 14 14 15 15 15 16 16 16 17 17 17 17 2 2 2 2 21 21 21 From that small subset of the data you can see how
URGENT!!! Jquery Jtemplate with line breaks
i don´t know if this is possible but i want to display sample code Line1 Line2 Line3 end but i'm receiving a sample code Line1<br>Line2<br>Line3 end Here is my simple sample code: var mydata = { name: 'Line1<br>Line2<br>Line3', age: '20' }; $("#result").setTemplate("sample code {$T.name} end"); $("#result").processTemplate(mydata).html(); Any help would be appreciated.
Contact form configuration
Hello, I got a website template with a slide out jquery 'Quick Contact' form that I can't get it to work. I contacted the template provider and they can't solve my problem. Their solution was simply to change the email to mine so the info would automatically forward to my email. My site's host is Go Daddy, and I wanted to use their FormMailer. What's the easiest way to get the form to send to my email. Do I have to leave the jquery.contactable.js as is and edit the email, or do I have to configure
'Double' deep linking problem
Hi all, I'm (trying) to use Jquery Adress (plugin -- see this link). The basic plugin works fine for me, where you have HTML page <!-- Skipped part --> <div id="menu"><a href="messages.php" rel="address:/messages.php">Messages</a></div> <div id="content"></div> <!-- Skipped part -->Javascript $.address.change(function(event) { // Code for loading page into content div }); This part works just fine, I can load page's into the content div. The problem howerver,is when I load a page into the
jQuery form validation remote: function
I was wondering how to get the remote: function to work on my jQuery form? Here is the jQuery I am using to validate the form. $("#form").validate({ success: function(label) { label.addClass("valid").text("Ok!") } }) What I am trying to do is store the email addresses that are sent to a file that I have named "emails.txt" and then I want the form to check that file when the form is submitted, and if the email already exists, I want it to display an error saying so. If that makes sense, I would love
jQuery 1.4.1 and jquery.validate element()
I am currently developing a site using jQuery validate. 1.3.2 was working with validate().element(selector) but it seems after having upgraded to 1.4.1 it does not. Firebug keeps throwing 'element is undefined' as an error message. Has anyone run into the same problem?
someone please test my plugin alpha version
Hello all, if you have 2 seconds to spare, please see http://www.tilmauder.com/as4/JS2ASinJquery.htm and send me errors you may (or rather hopefully WILL NOT) be getting. What's supposed to happen: the page displays an orange swf file with a dynamic text field. When you click the button at the top, the text inside the orange swf is supposed to change. I'm interested in people who run: IE7, IE8, FF3 on Windows XP, Vista, 7 Safari 4, FF3 on Mac OSX Thanks a bunch! Your help is appreciated.
Next Page