[jQuery] Prevent jagged text in IE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=us-ascii" http-equiv=Content-Type> <META name=GENERATOR content="MSHTML 8.00.6001.18813"></HEAD> <BODY> <DIV><FONT size=2 face="Trebuchet MS"><SPAN class=297415023-25092009>I have content that loads into a div and in every browser except IE it renders fine. In the wonderful IE it comes in jagged...sometimes it "snaps" after and looks normal but for the most part its all jagged. The page is
[jQuery] Skipping a slide with Cycle Plugin
Does anyone know how to disable a slide or skip one based on some dynamic piece of information? For example, I want to skip a particular slide based on the time of day.
not able to load jquery tinymce editor using jquery load fun
Hi, I am using jquery load function to load page without refreshing complete page. In that i want to load jquery tinymce editor. first time it loads tinymce editor but second time (second click) it does not. Can anyone tell me , how to solve this . My code <script type="text/javascript" src="<?php print base_url() ?>tinymce/jscripts/tiny_mce/jquery.tinymce.js"></script> <script type="text/javascript"> $().ready(function() { $('textarea.tinymce').tinymce({ // Location of TinyMCE script script_url
$().each() acting strange
I've recently started encountering a very strange problem. To be honest, I'm not entirely sure how to describe it other than to just show it. Here's the relevant HTML: <div class="component container w100 noEdit" id="contentWrapper"> <div class="component container w50" id="container1"> <div class="component text w50" id="text1"> Text1 </div> </div> <div class="component container w25" id="container2"> Container2 </div> <div class="component container w25" id="container3"> Container3
[jQuery] Superfish menu IE 7 & 6 - first submenu point gets hidden by the main menu points
Hi, I have a problem with the superfish menu if it's longer than the overall page width. If the menu is longer than the page width, some of the mainmenu points are placed on the second line under the other menu point. This behaviour is really ok and expected for my needs. But if i hover over a mainmenu point in the first row, the first submenu point gets hidden by the mainmenu points in the second row ( IE 6 & 7 ). It works perfectly in Firefox and all the other browsers, also IE 8 is ok. I have
[jQuery] Memory Leak Help
I have a php page that is leaking pretty bad. I'm not sure if this belongs in this group or the php one but I don't think it's the php that giving me problems. I've tried to use tools like drip and sieve, and even just the task manager, to help narrow the problem down, but I'm not exactly sure how to fix it. Can someone give me a hand at cleaning my code up? I know that jquery has a tendency to leak, but I'm hoping that there are some other things in the code that can be straightened out, hopefully
[jQuery] CSS Problem with Superfish Menu
Hi all, I have installed Superfish menu module with Joomla .. Customization work more less fine ... I still have tenious problem like : - How to have the main menu with the active color, when one of the sub- menu has been actived ? - How to change the inactive color of the sub-menu without changing the inactive colro of the principal menu ... I did not found any information on the web ... Regards, Dieter ps: web site : http://www.exposantd.be/joomla/ (see the "accueil" and "location" menu )
[jQuery] earn money through Home based internet jobs
HI FRIENDS If you want to earn Rs.200($5) to Rs.1200($30) per hour, starting today from the Internet without any Investment. Just give your 3 minutes to read on & see how it can change your life. Dear Internet Friend, Nice to meet you. We have designed this website exclusively for the people, who want to earn money through Home based internet jobs without any investment, just by spending few hours on Internet, in a day. Benefits and Advantages 1. Work part time. 2. Earn unlimited income from Internet,
HELP with AjaxPager Jquery ui widget
Hi, I am having an issue using "ajaxPager jQuery UI Widget" plugin. found here: http://www.digitalintuition.co.uk/portfolio/ajaxpager-jquery-ui-widget?postTabs=demo You can see my demo here: http://www.sjlarchitect.com/help/projects_en1.html (only tab 1 has content) It works great moving forward (using next, last, or page number links) through the pager, but if you navigate to previous pages (using previous, first, or page number links) it The new page content below, before showing the new page content.
JQuery installation - JQuery having no effect on page at all
I am working with JQuery for the first time today and have gone through the process of downloading it from jquery.com and inserted it in my page using <script src="/js/jquery-1.2.6.js" type="text/javascript"></script> I've also connected another js file in which i have put the JQuery code. The css file tags and classes match and all the code is happily in place. And yet it doesn't work. Please could anyone help me understand what I've done wrong? I'm working with ASP pages but even with HTML pages,
[jQuery] Auto-complete a new input dynamically added
Hi, I'm new to jQuery and I'm using the autocomplete pluggin. So far it works great, but I wonder how I can autocomplete a newly input added dynamically by innerHTML. It seems this new input element is not being recognized as is not firing the event. Thanks for any clue.
[jQuery] Catching event with stopped propagation
Is it possible to somehow catch event, if it's propagation was stopped? $('span').click(function(e) { e.stopPropagation(); }); Maybe there are some kind of global handler? Like: Event.registerHandler('click', function(e) { alert('thanks'); }); There should be no additional code for regular handlers.
[jQuery] autocomplete with tooltip
Hi Folks, it is possible to combined the autocompleter with the tooltip plugin? I must call " $("#tooltip").tooltip({ track: true, showURL: false });" to acticate the tooltip BUT i dont have the "onComplete" or "onReady" Event on the autocompleter. ;( Or is the the wrong way ? Thx Joe
[jQuery] avoid page redirecting onclick of tooltip child controls
hi all, I am using asp.net to display the tooltip pop-ups. We have a scenario to display the tooltip, onclick of radiobutton. We are using one more aspx page to display the tooltip. So, onclick of the radiobutton, the tooltip will be displaying in new aspx page as a popup. But, in the tooltip pop-up, we are using two button controls. The problem is the current page is redirecting to new aspx page(which is having button controls). So, I need to handle the button events without page redirection. Please
[jQuery] What does not work in old Firefox? is there a list?
jQuery 1.3 works fine in FF 2.0+ and partially in 1.0.x and 1.5.x - is there a list of functions that fail with these old browsers? Even an incomplete one would make it easier to go around the problems. I know, users should upgrade their browsers, FF 1.0.x and 1.5.x is ancient history, etc, but: a) as IE6 proves without a doubt some people will not upgrade b) these people visit my websites to give me their money - I want to deliver full functionality or be able to gracefully degrade to ensure that
Tooltip on hover of select
I have select boxes which allow the user to choose multiple options. Due to the length of the text in some of the options not all of the text appears. I have created a tooltip that appears when the user hovers of one of the options. The problem comes in IE that it does not seem to recognise the selector $('select option') This is my HTML <html> <head> <title>Select Tooltip</title> <style type="text/css"> .selectTooltip { position: absolute; z-index: 2; background: #fff; border: 1px solid
Detecting if an element has changed position...
Hi! Does anybody know how could I detect if an element has moved on the page. I have many pages where the inputs have some tooltip boxes appended, and on those pages the position of the input elements can be changed dinamicaly and I wouldn't want to enter for every page an update function. I would like to do something like: jQuery("select").moved(function(){ .... }); Thanks a lot.
Problem with Jquery - Please help!!
Hi I am using jquery to add an rss feed via yahoo pipes to my page. This is all working fine as long as the url of the feed can be reached. However, I need to now add some code which will detect if the url can be reached and should this not be possible I need to write an error message. I took a looksee at the documentation on jQuery and noticed there is an error function which can be attached to the callback in the url: $("#").ajaxError(function(request, settings){ $(this).append("<p>Error requesting
[jQuery] jquery image zoom with slider
Does anybody know of a jQuery plugin that can do something like this: http://www.endclothing.co.uk/catalog/product/view/id/5599/s/nike-leather-blazer-vintage-pre-order/category/4/ Im at a dead end. Thanks, A.
[jQuery] Grouping tags and surrounding each group with a div
Hi all, The code below is producing this: <div id="searchResults"> <li class="searchResultsItem"><h4>Title</h4> lalala</li> <li class="searchResultsItem"><h4>Title</h4> lalala</li> <li class="searchResultsItem"><h4>Title</h4> lalala</li> <li class="searchResultsItem"><h4>Title</h4> lalala</li> <li class="searchResultsItem"><h4>Title</h4> lalala</li> <li class="searchResultsItem"><h4>Title</h4> lalala</li> <li class="searchResultsItem"><h4>Title</h4> lalala</li> </div> But I need to get : <div id="searchResults">
[jQuery] Ajax related issue
I encountered an unusual problem. I have a ajax setup. And clicking a specified image will call this ajax function. It goes something like: jQuery.ajaxSetup({ 'beforeSend': function(xhr) {xhr.setRequestHeader("Accept","text/ javascript")} }) jQuery.fn.checkmarkClickWithAjax = function(){ this.click(function(){ $(this).html("<img src='/images/icons/wait.gif' />"); $.ajax({ url: this.href, dataType: "script" }); return false; }); return this; }; $(function(){ $(".checkmark").checkmarkClickWithAjax();
[jQuery] Easy but nice lightbox i can add?
Hi Does anyone know of an easy lightbox i can add to my ecommerce site? i'd liek to get rid of the prototype one and replace it with jquery. Thanks Jess
[jQuery] applying jquery to my input submit buttons
Hi Hoping someone can help me. I have a class for my submit buttons. .submit { font-size:11px; font-weight:bold; color:#fff; border:1px solid #878787; background-color:#878787; cursor:pointer; } .submitHover { font-size:11px; font-weight:bold; color:#fff; cursor:pointer; border:1px solid #878787; background-color:#b9b7b7; cursor:pointer; } I also have in my markup the mouseover event <input name="submit" type="submit" value="{LANG_SUBMIT_REVIEW}"
[jQuery] wholesale balenciaga and chanel hermes handbag www.lookhandbag.com
We have wholesale brand name bag, if you need to take a look at our store, you must have a satisfactory bags, bring us a package, make you more elegant and stylish If you want to buy the best package to our house to see , you must have a satisfactory wholesale chanel handbag gucci coach Lv dior handbag wholesale chanel and dior prada Lv handbag wholesale chanel and gucci dior Lv handbag wholesale chanel and gucci chloe dior handbag www.lookhandbag.com wholesale chanel handbag gucci coach Lv dior
datepicker supply multiple textbox
I might have dynamic number of fields that need to use datepicker instead of using : $(function() { $('#datepicker').datepicker({ changeMonth: true, changeYear: true, dateFormat: 'd-M-y' }); }); <input type="text" id="datepicker"> can i use like below? <input type="text" name="datepicker"> <input type="text" name="datepicker"> <input type="text" name="datepicker"> so i don't need to type all the #datepicker_1, #datepicker_2, #datepicker_3..etc
[jQuery] jQuery, Firefox, & Flash... The animate()/animation bug: A fix?
Hi, I posted a message a while back asking about this: "SWF & animate() bug? Reloads swf. :(" <http://snipurl.com/sdz0f> But for some reason I can only reply to myself for those messages... Must be because the thread is old. Anyway, someone has posted a hackish fix here: <http://dev.jquery.com/ticket/4872> Hopefully this fix will get rolled into a future release of jQuery. :) Thanks! Micky
[jQuery] Image Preloading
I have a page that: * Has a button whose background image will change upon rollover (done in CSS, using ":hover") * Preloads the rollover image for the button above (done using a simple jQuery script) The page can be found at http://test.happypod.com/preloadimage/ The part that I don't quite understand is that when I inspect the page using Firebug (Net tab): * Two images are loaded upon page load: signup_ro.png and signup.png. This is expected and shows that the jQuery script successfully preloaded
[jQuery] Quick question on image loading
My question is, if I have one image as the background of a div, and I set the background of that div to another image, will html load the new image before replacing the old one or replace the old image with something ugly (say just plain white) and then load it. The reason I'm asking is, because my site isn't hosted anywhere, it's hard to tell what will happen on a non-local connection when the images actually have to be loaded. Thanks Eric
[jQuery] jquery ajax question?
Hi y'all, Please look at this code: $('ul#navigation li ul li>a').click(function(){ var active = $(this).text(); $('#artcontent p').empty(); $.ajax({ type: 'POST', url: 'homepage/readarticle', data: $(active).serialize(), success: function(databack){ $('#artcontent').append(databack); } }) }); I have a ul li a that are children of parent ul navigation and li. what I am trying to do is to load an article page. This works but
[jQuery] jquery ui datepicker and cluetip
Hello, i am trying to use cluetip to show events schedule when the mouse is over a datepicker date. I found this way : ... beforeShowDay: function(date) { return [dates[date], (dates[date]) ? 'info_evenement' : '', information_du_jour]; }, onChangeMonthYear: function() { setTimeout(function() { $('.info_evenement').cluetip({cluetipClass: 'jtip', splitTitle: '|', showTitle: true}); }, 100); } ... information_du_jour is the description of the events of a precise day (according
Help I'm stuck, creating the most basic extension
Hi I need some help making a simple jQuery extension. I like the way you can use jQuery without any javascript in the HTML. I do this by creating keywords for class names that fire up some jQuery code. Sometimes I want to pass some data and in anchor I use the rel or otherwise the title. But sometimes the rel attribute is unavailable and you dont want the data to show as a title. So I'm passing this data as a extra class name. for instance <input name="test" class="jSubmitOnUpdate jData:nameOfTheForm"
[jQuery] Function run during animation
Hi all, I hope you will be able to help me out. I was wondering if there is a way to execute a function after every animation step WITHOUT modifying jQuery core. Thanks in advance! Ramon
grep or each a response to push
I have a REST service that returns the following JSON format: {"Message":"GetShapeContacts","PageNumber":1,"PageSize":10,"Status":1,"TotalObjects":18,"TotalPages":2,"Data":[{"__type":"ShapeContactDto","Contactguid":"C06F98579D3642498925991D1E728724","Shcguid":"FD0FC9945D8B4D6996C189F314E6AE9E","Shpguid":"74BA57F6D8A24E56976BBB9E411A1056","Contactrole":""},{"__type":"ShapeContactDto","Contactguid":"C06F98579D3642498925991D1E728724","Shcguid":"77325672FDC24D1C81B5DCBE8C014596","Shpguid":"74BA57F6D8A24E56976BBB9E411A1056","Contactrole":""},{"__type":"ShapeContactDto","Contactguid":"C06F98579D3642498925991D1E728724","Shcguid":"9AB91CCCFF664FA3A5ADDF222F1604F6","Shpguid":"74BA57F6D8A24E56976BBB9E411A1056","Contactrole":""},{"__type":"ShapeContactDto","Contactguid":"49C65EF0F0D04DC5AADB51E4F9B61456","Shcguid":"41A5E2394D7D4D0180DF403769494C4B","Shpguid":"74BA57F6D8A24E56976BBB9E411A1056","Contactrole":""},{"__type":"ShapeContactDto","Contactguid":"A631EBF55F1341F2AEFC786F57252CC0","Shcguid":"C5C9D119C4504B20BB71D833EAE0B778","Shpguid":"74BA57F6D8A24E56976BBB9E411A1056","Contactrole":""},{"__type":"ShapeContactDto","Contactguid":"A631EBF55F1341F2AEFC786F57252CC0","Shcguid":"89D72E776D5840BE84E894D3A1F6E73B","Shpguid":"74BA57F6D8A24E56976BBB9E411A1056","Contactrole":""},{"__type":"ShapeContactDto","Contactguid":"C06F98579D3642498925991D1E728724","Shcguid":"6C2390220A6E438499D8C920A0ECA279","Shpguid":"74BA57F6D8A24E56976BBB9E411A1056","Contactrole":""},{"__type":"ShapeContactDto","Contactguid":"8B065FD553664C7DBBE6F563A430AF97","Shcguid":"A00730930CFE458B8844A0E9FB87A2B6","Shpguid":"74BA57F6D8A24E56976BBB9E411A1056","Contactrole":""},{"__type":"ShapeContactDto","Contactguid":"8B065FD553664C7DBBE6F563A430AF97","Shcguid":"744F9EB7A131451F98AD16FA251A82F8","Shpguid":"74BA57F6D8A24E56976BBB9E411A1056","Contactrole":""},{"__type":"ShapeContactDto","Contactguid":"C06F98579D3642498925991D1E728724","Shcguid":"DB5D982FB2E0430691BC9578BB5C4F09","Shpguid":"74BA57F6D8A24E56976BBB9E411A1056","Contactrole":""}]}
[jQuery] Printing/Manipulating Attribute Values in an Array
I am creating an array wherein I am (succesfully) grabbing all child images based on a parent node and source file name: var cimage = globals.ref.parent().find('img[src*=blue]:not(:first)') globals.childImg = cimage; There are 8 items coming back in the array (there are 8 images). I want to be able to see the values of each item in the array, but I am having difficulty showing the src attribute of each item. I was able to succesfully get the objects to list using the below... for (i=0;i<globals.childImg.length;i++)
[jQuery] cant pass value to ajax call.
here is my code. $("#ddl_customer").change(function(){ cuslist = $("#ddl_customer").val().join(", "); alert(cuslist); }); $("#ddl_customer").selectChain({ target: market, url: callback_url, type: "POST", data: { ajax: true, multsel: market_selects, cust_val: cuslist } }).trigger('change'); This is an except from remy sharp's plugin for chaining multiple
[jQuery] Problems with elements shifting when scripts are activated in IE8 (jscrollpane script)
Hi there, I'm fumbling through here so I apologize in advance for being such a newby to javascripts and jquery. I spent the entire day yesterday getting jscrollpane to work on a site I've been working on and was SO excited to see that it was working beautifully in firefox this morning after some editing of the code and figuring a few things out. Unfortunately in IE8 something is causing all of my elements to shift up way above where they should be, including the sidebar navigation which should have
jQuery and Log-in box?
Hello I have only just come across jQuery - it's impressive - and I have just downloaded the two folders 'example' and 'jQuery.fancy.box'). I have an HTML page with a 'Log-in' link. Can I use jQuery in such a way that by clicking on 'Log-in', it will give me a small log-in screen (not an image) where the user types in his user name and password? Alternatively, could I use it for a site which requires the user to tick an 'agree to the terms and conditions' checkbox - again, not an image? Thanks for
Setting value of draggable
Is it possible to set a value of a draggable, for example an id number or name so that I can display (in an alert box) which draggable has been dropped? Many thanks.
[jQuery] corners + validation problem
My form wasn't validating and I was able to determine that applying 'corners' to the submit button was causing the problem. Has anyone run into this before? You can see the form doesn't validate. If you remove the .corners function it works fine. Strange... <!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" />
[jQuery] [blockUI] IE: Cursor still displays hourglass symbol after unblocking
I encountered a possible blockUI bug in IE7 and IE8: If you block the ui and don't move your mouse after that, the cursor displays the hourglass symbol UNTIL you move your mouse again. Thus, the .unblock() method doesn't have the desired effect on the mouse cursor. You can easily reproduce the effect with the blockUI demos: just click on the "Run" Button without moving your mouse further. kind regards, Franz
Next Page