[jQuery] Image not loading
I have this set of code... $('#thumbnails').append("<img src='gfx/liquidation/"+id+"/ thumbs/"+photo+"' class=\"thumbnails\" onclick=\"loadImage('"+id+"', '"+photo+"')\" />"); This creates thumbnails on my webpage. In internet Explorer, they show up fine, but in Firefox they do not. I checked the image properties (right click -> properties). In IE, it is listed as a JPEG, but in FF, it says text/html. I have a feeling the browser isn't getting the encoding type correct. It's somehow seeing it come
[jQuery] Preventing form submit
I've added a jQuery .onClick to a form submit. Is there a way to prevent the form from submitting?
[jQuery] (validate) Problem with validate plugin at IE7
First, i'm very new at the jquery world so sorry if i'm posting somehting very nooby. i've downloaded and modified the validation plugin for jquery (found at http://bassistance.de/jquery-plugins/jquery-plugin-validation/ ) it workd fine with chrome, firefox and IE8 but doesn't send the form or appears messages when you view it with IE7 here's my 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">
idea Mill tableFilter - where to find a docu/forum
Hi, does anybody know, where i can find a docu or a forum for this jquery Plugin: http://ideamill.synaptrixgroup.com/?page_id=16 I'm searching for a way to exclude some of the columns from the filtering - i just dont want the possibillity to filter these columns and i guess there must be a kind of optioni for this case.... Thanks
[jQuery] JQuery Won't Parse RSS?
Hello, I'm trying to parse RSS feeds with JQuery in order to extract data. Here's what I've tried: $.get('php-lib/proxy.php', {url: 'http://feeds.reuters.com/reuters/ businessNews'}, function(data, textStatus) { var feed = $(data); var list = $('#headlinesFeed'); var html = []; feed.find('item').each(function() { var item = $(this); var title = item.find('title').text(); var link = item.find('link').text(); var desc = item.find('description').html(); html.push('<li><a href="' + link + '" target="_blank">'
[jQuery] jQuery and Ajax functions stop working when alternating tabs
This issue is giving me a lot of trouble. Here's the scenario: I have a tab (using jQuery's Tabs) called "Student Schedule" and a tab called "Administrator Schedule." Both tabs call the same calendar.php, and calendar.php includes some jQuery to get calendar days to alter their color and clickability depending on if the script is called by the "Student Schedule" tab or the "Administrator Schedule" tab. And it works really well. But here's where it gets weird. Let's say you refresh the browser, then
[jQuery] Ajax and DOM Nodes -- multiplying
I hope that I post this in the right spot. Ok... so I am using this program called 'Drip' to check why IE is crashing on my scripts after a few hours. I have a header panel, that refreshes every 20 seconds like this: headertimer = setInterval("messageLoad()", 20000); messageLoad(); the headerLoad() function, looks like this: function messageLoad() { $.ajax({ url: "/user/header/ajax", cache: false, dataType: "html", success: function(html){
[jQuery] Button click
Hi all, I have written some code in jquery.i am using jquery 1.3.2.Using jquery,i am creating a new div in my form on a button click.At the same time i need to get the respective id of a item which has to be displayed.For that,i am using onclick function in the same button.I am getting the results as needed , but issue is its working perfectly in IE 7.But in mozilla it needs two click.So is there any solution to overcome this.Any help would be gratefully appreciated. Regards, Gins.
[jQuery] (Validator) form field validation with field id doesn't work.
Hi : I am trying to use jquery validatro plugin and used tried demo on the live site. Just looking if I can use this framework for UI validation or not. So, On demo, whene i tried replacing name with id, the validation doesn't work. Demo page : has 2 form. http://jquery.bassistance.de/validate/demo/ And in the second form, when I change the firstname : <label for="firstname">Firstname</label> <input id="firstname" name="firstname" /> to something like : <label for="firstname">Firstname</label>
[jQuery] Can I somehow see what events are binded to a DOM element?
I wonder if I can see somewhere what events are binded to a DOM element (in FireBug maybe). Maybe it's obvious, but I just don't know yet if it's even possible.
[jQuery] Sort columns with URL in Tablesort
I'm fairly new to Tablesort, but got it working for the most part. The only problem I have is any columns that have a <a href></a> in them. It seems to sort it based on the url and not that actual data in the cell. How do I get it to sort based on the data and not the url?
[jQuery] Superfish : active sublevel(ul) open on new load
By the reload every new page all menus are closed . I would like the have this submenu open <ul> in which a menu is selecded. So that the user can see wish point (menu is seleced) . But i could not found infos about that . I use super-fish the first time so may i give i easy way . My idee is to use javascript in the joomal tempalte to open the id ul- active submenue , My knolage in java-sript is limited so . Give me a hint is this is a possible way . Thanks for help Site:http://ecodev.ecoservice.de/Joomla/index.php?
Need advices
Hello, I found fantastic drag and drop technique, analyzied javascript file and would like to get helo, how to create it. Here: http://rogeriojr.com.br/selecao/72157622436164938/1 you can drag and drop the photos to the right box, then you can email them. How can I create it on my own website? You can find javascript file here: http://assets3.beonthe.net/javascripts/ ... 1256328056 Is it possible at all? I don't expect code solution, need only advices. Regards, Pedro
[jQuery] Just discovered something
I am sure most of you guys already know it, but I just found out that IE does not like the word "do" I was doing an ajax called and I had data: { do : "uploadgame" and I kept on getting that error expected identifier, string or number, Once I changed that 'do' into something else, it was fixed in IE -- View this message in context: http://www.nabble.com/Just-discovered-something-tp26110812s27240p26110812.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.
[jQuery] jQuery beginner: How to stop creating/duplicating instance of same object?
Hello there, I have a weird problem, in my current project am using "jquery.uploadify" to upload files onto server which use "Scriptdata' to pass the additional information to script which is accessed by server for further process and its working perfectly fine. Problem am facing occurs under this situation. I am calling this uploadify event on document.ready() function and passing script data(which are the drop down values selected on the form) and uploads works fine with all validation. Later once
[jQuery] (validate)
Hello. Actualy in validator plugin (http://bassistance.de/jquery-plugins/ jquery-plugin-validation/) at url validation the following url seems to be valid: http://www.google But this is not! How can I correct this? Thanks
[jQuery] unblockUI() problems in IE
Im using the blockUI() plugin in jquery and I attached a click event to a button to call the unblockUI(). What it does is make the content of the block disappear, but the block and the modal background still are visible. This is only happening in IE. Im using IE7 currently. Firefox is fine. Any help is appreciated. -Matthew
[jQuery] http;//newsupdaties blogspot.com/
█◕█◕█ WELCOME TO █◕█◕█ http://newsupdaties.blogspot.com ♥`*•.¸¸.•*♥ Suck Cock & Get Fuck Milk Feeding Young Aunt ♥`*•.¸¸.•*♥ Cock Fuck====)-[0]-| A White Bitch Aunty Asian Rock' █◕█◕█ http://newsupdaties.blogspot.com █◕█◕█ ♥`*•.¸¸.•*♥ Fucked B/W Her Two Boobs Huge Busty(_._) ♥`*•.¸¸.•*♥Hollywood Queens' Nude Sexy Porn Clips - Free Galleries ♥`*•.¸¸.•*♥ Wild Breast Squirting Movies~~~21 old Girl Have Big Boob █◕█◕█ http://onlineonmoney.blogspot.com █◕█◕█ f young girl"s sexy picture and videos
[jQuery] Your Javascript/Jquery best pratices
Hello, I'm working on a document to standardize javascripts development for my team. Actually, each developer writes and organize its code in its own way, and it's currently a nightmare when an other developer have to work on the code of another. I've read a lot of interesting articles about javascript best practices, but all are about coding. There are not bad, but I'm more looking about packaging and organization. As we use jQuery for almost all our project, what is the best way to use jQuery to
[jQuery] Need help for a small little Menue System
Hello Guys, first of all i want to say a "Hello" to all of you! I'm new to jQuery and do my first steps. I have the following Menu in my HTML: ------ code start ------ <div id="submenu"> <ul> <li> test.de Hauptmenü 1 </li> <li class="parent item18"> http://www.mainteam.de/ Hauptmenü 2 <ul> <li> showmore Mehr Infos </li> </ul> </li> <li class="parent item19"> test.de Hauptmenü 3 <ul> <li> test.fr Weitere Infos </li> </ul> </li> </ul> </div> ------ code end ------ When the HTML
jQuery slider problems, plus problems with IE
Hey everyone. I'm making a portfolio and it works fine in Firefox however IE is causing me some massive problems. Visit the website here This is the source code for each of the pages: index.html <!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Caitlin-Helbig.com</title> <script type="text/javascript"
[solved]Issue with SlideToggle
Hi, this is my first post here. I have some code below that works nicely, except in one respect. The purpose of the code is to slideToggle open one of two hidden sub-nav bars when either of two different menu items are clicked upon - instead of a drop down menu. What doesn't work is the hiding of the div that is not required, if it is already open. Viewing in firebug shows that the appropriate classes are being applied - I suspect the reason is that slideToggle has been somehow set and cannot be
not implemented
Hello there! We're using jqery 1.3.2 sucessfully on a customer website. But now we got feedback from a few users which cannot use the website. The Configuration was: Windows Vista Internet Explorer 8 javascript enabled The error was: Not implemented jquery 1.3.2 But on our testsystem everything works fine on this configuration. The first presumption that ZoneAlarm is blocking something was not confirmed after a test. Anyone an Idea or the same problem? Thanks in advance
jQuery Ajax tabs + tab content page POST
Anyone have any code examples or tutorials on how to implement POST's on the pages that each of the jQuery's Ajaxified tabs loads? Mainly looking for examples of the tab content pages post'ing/get'ing params. here's an example of the stand-alone page that functions normally: http://k.marky-b.me/graph.php?function=si (select Oct. 8th, 2009 to see example or POST in action) but when popped into an Ajax jQuery tab, the POST doesnt work http://k.marky-b.me/reports.php (select Oct. 8th, 2009) As you can
Fading Background AND Text, Navigation?
I'm after something like this combined with this Fading from grey to black however, i need the text to fade also, can this be done? That example just has the background fading. I need it fading from gray to black, whilst the text fades from black to white. Ideally in a valid li list navigation. Any ideas?
JQuery Ajax ASCII Character support.
Hello I am trying to create drop down in native language Hindi using jquery $.ajax method. I submit ajax request to a page which query the database and return json string. Then I am filling drop down using $.evalJSON function. Problem here is in my database it stores hindi characters in ASCII i.e. like  10; 58; 75; (I have added space in between characters so while reading it not show this in hindi) in json string it return data as is and when filling the drop down it shows characters
[jQuery] j.readyState issue with specific set of users
Hi All, We are facing strange issue in our application. A group if users using IE6 are getting j.readyState error when they perform any operation. This is very strange as the application is working fine in IE7. 'J.readyState' is null or not an object Can someone please help on this? Regards, Ashwin
[jQuery] jQuery beginner: Problem with ":not" selector.
I'm a beginner to programming, so please bear with me, I might be missing something really obvious here and not realising it. For my first jQuery script that I'm writing unassisted by a tutorial, I want to make a very simple page. This page has three squares on it, and once you click on a square it changes to blue while the other two squares change to green. To avoid code repetition, and give myself a bit of a challenge I decided to use the switch statement, and have implemented it like this: $(document).ready(function(){
[jQuery] Load updated data to exisiting table
hi all i got codes like this views/admin/order_home [php] <script type="text/javascript" src="<?php echo base_url(); ?>js/ jquery.js"></script> <script type="text/javascript" src="<?php echo base_url(); ?>js/ jquery.form.js"></script> <script type="text/javascript"> // wait for the DOM to be loaded $(document).ready(function() { $("#msg").hide(); // bind 'myForm' and provide a simple callback function $('#myform').ajaxForm(function() { //nampilin di div message string
[jQuery] lightbox
I basically have a photogallery link in my navigation that when clicked I don't want to navigate from the homepage but just use the lightbox plugin to present all the pictures available. I have tried to use the rel="lightbox" option and even putting squared brackets to try still no way. Is there anything that I am missing? what else should I be doing?
[jQuery] Fading Background AND Text, Navigation?
I'm after something like http://www.aplweb.co.uk/jQuery/Fade_background_menu_colour/ this Fading from grey to black however, i need the text to fade also, can this be done? That example just has the background fading. I need it fading from gray to black, whilst the text fades from black to white. Ideally in a valid li list navigation. Any ideas? :) -- View this message in context: http://www.nabble.com/Fading-Background-AND-Text%2C-Navigation--tp26101734s27240p26101734.html Sent from the jQuery General
[jQuery] TinyMce with .load
Hi All I am trying to use tinymce as a callback in the jQuery .load. Problem im having is that the tinymce box becomes frozen so that i cannot focus on it. if i click any of the buttons on the toolbar then tinymce works again. any suggestions? This only happens in IE $("#replaceLanguage").load(url, function(){ if(correctselect){ tinyMCE.init({ // General options mode : "textareas", theme
[jQuery] Superfish not working with Wordpress version jQuery 1.3.2
Hi, I have used your great plugin for a menu in Wordpress 2.8.4 and I wanted to use the default Wordpress jQuery library jquery.js?ver=1.3.2 but your plugin Superfish wouldn't work. I added the jquery-1.2.6.min.js file and it did work OK. Since there is no reason to have calls to two jQuery libraries which are doing the same thing I wanted to only use the default Wordpress jQuery version. After some searching I found an answer at this site: http://jquery-howto.blogspot.com/2009/07/jquerynoconflict-resolving-conflicts.html.
[jQuery] cluetip memory leak
Hi, I have been tracking down a memory leak in my web app which dynamically removes and adds anchors which have cluetip tooltips attached and I think that I may have narrowed down the problem to the main closure in cluetip which attaches the cluetip to the node (line 32: var link = this, $this = $(this);). I have been running the following script in SIEV with a modified version of jquery 1.3.2 with the following fix which allows the cluetip elements to be removed. However, the anchor nodes become
Refactoring my code
Afternoon all, I'm still new to jQuery and, truth be told, my JavaScript experience is relatively limited. I'm not new to programming, but I feel I have a tendency to hack stuff together rather than write clean code. I was just wondering if someone of you may have any hints and tips on how to tidy up this code. It all works the way I want it to (apart from a slight aesthetic glitch in Firefox), but the code just looks, well, messy. This is only tested in FF 3.5 and IE 8 by the by, as it's for a work
[jQuery] JQuery slideToggle IE visibility problem and jumpy animation
Hey yaa! I have a big problem with my jquery. I finally made it that my slidetoggle runs in firefox. The animation is a little bit jumpy in the end of the animation. I read a lot of workarounds, but somehow nothing helped me really. Perhaps anyone of you can rescue me out of this dilemma. The other bigger problem is that the hidden divs are unfortunately shown directly on start in internet explorer. I tested it in IE6&7. And the sliding effect is also very strange. Does anyone of you know if I have
[jQuery] Fade In Background Image - Fade Out Completely?
Hi there I'm having some trouble. I want to create a background image behind all of my site's contents, have it fade in when the page loads and then maybe a little while after the next mouse movement have it fade out. So it'd be like ---->Fade in on load ---->Mouse movement ---->3 Seconds after mouse movement fade out So yeah if you guys could help me with that it'd be GREATLY appreciated ~Peace
[jQuery] Superfish menus
Hi there all, I have been using the superfish menus, and i must say they are awesome. But, currently the menus on my website only span 1 level wide. I now need them to span 2 levels wide where neccessary. The website in question is - www.micalighting.com.au For example, i have a menu that goes - Indoor Lights -> Batten Fix. I need it to go like this - Indoor Lights -> Batten Fix -> Traditional Can anyone help?? Ta in advance.
[jQuery] [validate] Remote + unhighlight error?
Hi.. Well I'm making a form that when it validates, a container is made with all error messages together and with the highlight option, I put the "error" class in the input element AND it's label. And this works fine. But when one of this input is validated by the Remote method the unhighlight ( which I use to take of this error class if the person corrects one or more fields) is called for some reason, and all my inputs and labels loses it's "error" class. But if I press submit again, it doens't
Need help with getRGB (among other things)
So I'm clearly very new at this, and I'm glad I found you fellas (and ladies?). I'm modifying a script to work with Adobe's Scene7 URL Call feature and our website (www.progarment.com) so that whenever a customer selects a certain embroidery option they can preview it. I've managed to get it working on a basic level (check the "preview embroidery" button below the options, but I'm stonewalled at getting the colors in the var array changed over to hex codes from r,g,b. If I had any hair left I'd yank
Next Page