[jQuery] append to a imagemap

2007-05-09 Thread mike
I have an odd issue appending a new area to a map The bold text gets appended but the area does not. script type='text/javascript' src='/javascript/jquery.js'/script script type=text/javascript $(document).ready(function() { $(body).find(map).append('area title=test3 alt=34rewq

[jQuery] Accordion-Like Menu: Setting class on active Item

2007-09-24 Thread mike
Hi I tried to put together an easy accordion-like effect: http://www.smartforce.ch/jquery/ShowHide.html There is one problem: the selected-class will not be removed if all items are closed (again). The class .selected should be removed if no div is visible. How do I achieve this? toggleClass

[jQuery] Accordion-Like Menu: Setting (and removing) class on active item

2007-09-24 Thread mike
Hi I tried to put together an easy accordion-like effect: http://www.smartforce.ch/jquery/ShowHide.html There is one problem: the selected-class will not be removed if all items are closed (again). The class .selected should be removed if no div is visible. How do I achieve this? toggleClass

[jQuery] Accordion-Like Menu: Setting (and removing) class on active item

2007-09-24 Thread mike
Hi I tried to put together an easy accordion-like effect: http://www.smartforce.ch/jquery/ShowHide.html There is one problem: the selected-class will not be removed if all items are closed (again). The class .selected should be removed if no div is visible. How do I achieve this? toggleClass

[jQuery] Re: Chaining methods and Debugging?

2007-12-28 Thread Mike
to reduce an entire application to a single line of code. Please resist this temptation, or if you cannot, split up the statements as Benjamin has shown :) -Mike On Dec 27, 2007, at 7:09 PM, Benjamin Sterling wrote: Mike, Is there a particular problem that you are trying to debug

[jQuery] Jguery and form plugin

2008-01-22 Thread mike
I am trying to use the jquery form plugin with a djano form. The form works if i use ajax submit, but has to refresh, I am trying to catch the results without refreshing the page. When i put values in the form and submit the page does not show the result but I am using firebug in Firefox to veiw

[jQuery] Re: Jguery and form plugin

2008-01-22 Thread mike
any help would be appreciated On Jan 22, 12:49 pm, mike [EMAIL PROTECTED] wrote: I am trying to use the jquery form plugin with a djano form. The form works if i use ajax submit, but has to refresh, I am trying to catch the results without refreshing the page. When i put values in the form

[jQuery] Re: Jguery and form plugin

2008-01-22 Thread mike
The django variable for my result in django template language is {{ result }} everywhere I put this on my page, firebug is showing the result in console, but it is not appearing on my page, what am I doing wrong? On Jan 22, 12:49 pm, mike [EMAIL PROTECTED] wrote: I am trying to use the jquery

[jQuery] Handling events on remotely loaded html code

2008-02-05 Thread mike
Hi guys, I have this code where it will dynamically load the html code coming from a remote url but when I created an event for this html code. Jquery doesn't recognize the elements coming from this html code. What should I do for jquery to execute the click event p id=contentsTest/p? Thanks

[jQuery] .getJson() error

2008-02-17 Thread mike
I've been receiving error status 'parsererror' while processing json request. How can I resolve this? Snippet: $.ajax({ url: ../filter/filter.json, dataType: 'json', success: function(data) {

[jQuery] UI Sortables conflict?

2008-05-01 Thread Mike
Hi, I've been tasked with adding some components to an existing, large site that is using jQuery 1.2.2 and jQuery UI 1.0 and jQuery dimensions, amongst other things. When testing locally using the latest versions of jQuery and ui, everything worked fine, but when I uploaded it to the test server

[jQuery] Re: cycle plugin: rotation from outside elements

2008-05-18 Thread Mike
I am using the cycle plugin for an image gallery with thumbnails as my 'pager' and it's working quite great. However, on the page that opens up my slideshow I have a little 'sample' or 'preview' containing four selected images from the images inside the slideshow. Is there any way to set it

[jQuery] JQuery and ASP.NET AJAX

2008-05-18 Thread Mike
Do these work well together or cause conflicts?

[jQuery] Re: cycle plugin - reset timeout when you mouseout from pager

2008-05-19 Thread Mike
the slideshow and then restart it again, passing in the appropriate 'startingSlide' option. $('#slideshow').cycle('stop').cycle({ // cycle options here }); Mike

[jQuery] Re: cycle plugin: rotation from outside elements

2008-05-19 Thread Mike
I think this might be related to the pagerAnchorBuilder being called multiple times (each time the slideshow is hidden and then reopened). What can be done about this? Yeah, since you regenerate the pager controls each time startSlideShow is run you should add this before calling cycle:

[jQuery] Re: JQuery and ASP.NET AJAX

2008-05-19 Thread Mike
I used ASP.NET Ajax to make webmethod calls all the time and I know some other frameworks wont work with it that is why I was asking. MOOTOOLS doesnt play nice with ASP.NET Ajax. On May 19, 6:52 am, Steve D [EMAIL PROTECTED] wrote: I have used both successfully together, but that because the

[jQuery] Re: radio button value

2008-05-19 Thread Mike
var t = $(input[name='mem_type']).val(); var t = $(input[name='mem_type']:checked).val();

[jQuery] Re: submit event confusion

2008-05-19 Thread Mike
Here's a paste with the code in question:http://pastie.org/199544 $(this).submit(function(){ $(this).find(:input.unclicked).each(function(){ this.value = ; }); $.post(this.action, $(this).serialize()); return false; // -- stop native browser submit });

[jQuery] Re: submit event confusion

2008-05-19 Thread Mike
! *reads the entire API 5 times* You can also do this using the form plugin if that's what your page is using now. You just need to bind the 'form-pre-serialize' event. This page shows how to do that (view source): http://www.malsup.com/jquery/form/event-test.html Mike

[jQuery] Re: resetForm() behaviour in IE differs from FF and Opera regarding hidden fields

2008-05-19 Thread Mike
Using jQuery 1.2.3 and the form plugin 2.08 (I'm pretty sure 2.10 will behave the same way), I notice that under IE (6 and 7), resetForm() reset every field with their initial state including hidden fields. Under FF 2.0.0.14 and opera 9.27 9.5 the hidden fields aren't reset. Is it a bug or

[jQuery] Re: How to extract an object from a jQuery reference?

2008-05-20 Thread Mike
I'm not quite sure how to describe, or search for, my question in existing discussions. I apologize in advance for my lack of search savvy. I understand that you can take an ordinary DOM object and create a jQuery reference out of it: var myDOMObject = document.myform.mytextfield; var

[jQuery] Re: explorer 6 conditional statement?

2008-05-20 Thread Mike
Thanks for this. I played around and can't find any docs to explain it specifically... This is the code I'm working with: $.tooltip = { blocked: false, defaults: { delay: 200, showURL: true, extraClass: ,

[jQuery] Re: BlockUI: Strange flickering behavior.

2008-05-20 Thread Mike
http://rock-itnaturalstone.com/dev/ThinVeneer.php Just hover over some of the stone samples to see what it's doing. It's driving me crazy. It's almost as if the mouseover even fires constantly while the mouse is hovered over the element, rather than just firing once. Any thoughts? Thanks,

[jQuery] Re: BlockUI: Compress Version

2008-05-21 Thread Mike
I like blockUI, it's a nice plugin ! I suggest to propose a minified version and a packed version for this plugin. And, or can you see the changelog ? http://www.malsup.com/jquery/block/changes.txt You can pack your scripts here: http://dean.edwards.name/packer/ And you can minimize

[jQuery] MOOTOOLS or JQuery

2008-05-21 Thread Mike
What are the pros and cons of each, and which is better to work with in ASP.NET?

[jQuery] Re: Cycle plugin pagerAnchorBuilder question

2008-05-21 Thread Mike
{ return 'lia href=#' + (idx + 1) + '/a/li'; } } }); }); No way to do that now without modding the code. I'll add that capability into the next rev though. Mike

[jQuery] Re: Media Plugin - unable to overwrite default options

2008-05-22 Thread Mike
I was under the impression that this would override the default mp3Player and flvPlayer options: $(document).ready(function(){ $('a.media').media(); $.fn.media.defaults.flvPlayer = '/misc/mediaplayer.swf'; $.fn.media.defaults.mp3Player = '/misc/mediaplayer.swf';

[jQuery] jQuery Cycle plugin - avoiding preloading large number of images?

2008-05-22 Thread Mike
to solve this one, the solution would probably help the writer of the recent post slideshow for big images) Mike.

[jQuery] Re: slideshow for big images

2008-05-22 Thread Mike
Hi, I've just posted a question that's related to yours (search for jQuery Cycle plugin - avoiding preloading large number of images?). I don't have an answer for you, but if anyone can give me a bit of advice, my solution will probably help you out as well. I'm hoping... Mike. On May 21, 7

[jQuery] Re: slideshow for big images

2008-05-22 Thread Mike
Thanks Richard (on behalf of the original poster!). Additionally - looks like SmoothGallery 2.0 will do what he needs. I couldn't get it working in my environment though, as opposed to jQuery Cycle, which ran quite easily (but didn't have the required functionality out of the box). YMMV... Mike

[jQuery] Re: jQuery Cycle plugin - avoiding preloading large number of images?

2008-05-22 Thread Mike
Another Mike ... sounds like I'm talking to myself! Thanks very much for that note. I think that approach will work - I might have to be a bit creative, and set up some way for the Cycle plugin to request more slideshow items when it needs them, but this is an extremely good start. Just what I

[jQuery] Re: blockUI not closing in IE

2008-05-22 Thread Mike
I recently implemented the blockUI plugin to enable a modal image popup on a site. I have since encountered an issue unblocking the modal image element in IE6 and IE7. I have tried several methods of restructure the code, but all still seem to fail. The image displayed as the modal element

[jQuery] Re: form plugin doesn't want to submit a file

2008-05-23 Thread Mike
$('#sub_immagini').ajaxForm(); if I submit it while it's empty it seems to work (with firebug I see the post request, even if I get no response, and that's strange), if I try to upload a file, it does nothing (the page is reloaded, as if there was no ajaxForm bind)... what am I doing

[jQuery] Re: Cycle - per slide settings

2008-05-23 Thread Mike
. But I'd be willing to add a wipe transition using custom logic. What sort of wipe transitions are you looking for? Just simple left-to-right or top-to-bottom type stuff? Mike

[jQuery] Re: Form plugin problem - remote action

2008-05-23 Thread Mike
I have tried the ajax Form plugin. It works great if the email.php action is in the same server/folder. When I use a remote one, from another server, it just substitute the whole page on the browser by the remote email.php. It does send the email form, but show all the content I want to keep

[jQuery] String Manipulation

2008-06-05 Thread Mike
Is there a good string manipulation library plugin? Something that might have .split()

[jQuery] jQuery + Prototype on newest release (1.2.6)

2008-06-12 Thread mike
perfectly when I load the 1.2.4 version of jQuery instead of the 1.2.6 (1.2.5 doesn't work either). Can anyone think of a way I could fix this and use 1.2.6 (and further versions). I would hate being stuck with an older version, especially when updates to jQuery are frequent. Thanks, mike

[jQuery] Re: jQuery + Prototype on newest release (1.2.6)

2008-06-15 Thread mike
No, the Scriptaculous library is not being loaded. Prototype version: 1.5.1_rc3

[jQuery] Re: .load and asp.net postback

2008-06-16 Thread Mike
Any? On May 27, 8:00 am, Mike [EMAIL PROTECTED] wrote: I am having a problem with the .loadand a asp.netpostback. Iloada div with a page called myquickcart.aspx on the page and it works great. But when I click a button on the parent page that causes thepostbackit goes directly

[jQuery] Re: jQuery + Prototype on newest release (1.2.6)

2008-06-16 Thread mike
Thanks for the suggestions. I just realized that ONE file from the Scritaculous source files (effects.js) was being loaded. I'm still using some of those effects on my old Prototype pages. The problem I'm having is most likely associated with this file. Are there any known conflicts between

[jQuery] Re: jQuery + Prototype on newest release (1.2.6)

2008-06-17 Thread mike
Thanks a lot. Removing the call method overwrite in effects.js (and clearing the cache) helped. Also, I found out that I was including the Prototype library AFTER the jQuery one (as part of a framework on some of my pages). This was causing unexpected behavior with jQuery.noConflict(). Problem

[jQuery] Anyone else having Firefox 3, Firebug and JQuery issues?

2008-06-21 Thread Mike
this issue? -- Kind Regards, Mike Ickes

[jQuery] Array Intersection or union

2008-06-28 Thread Mike
Are there any plug ins for union or intersection of arrays?

[jQuery] Re: Array Intersection or union

2008-06-29 Thread Mike
/docs/Core_JavaScript_1.5_Reference:Gl... Sounds like you need the splice method. --Klaus On Jun 28, 3:54 am, Mike [EMAIL PROTECTED] wrote: Are there any plug ins for union or intersection of arrays?

[jQuery] Re: MouseOver/MouseOut Hover

2008-07-06 Thread Mike
Yes I eventually did this thanks! On Jul 3, 11:18 pm, Joel Birch [EMAIL PROTECTED] wrote: Hi Mike, Does it work if you remove the inline JavaScript from the div and instead attach the handlers like this: $(document).ready(function() { $('div.zoom').hover( function

[jQuery] Re: Transparent png fade bug IE7

2008-07-06 Thread Mike
I had same issue have you fixed this? On May 21, 4:16 pm, Adam Housman [EMAIL PROTECTED] wrote: Hello everyone, I'm having a problem that seems to have been brought up here and on other discussion boards all over the web, but no one seems to have come up with a solution... I am trying to

[jQuery] [validate] Adding rules and messages at once using the jquery validation plugin

2008-07-08 Thread Mike
I really love the validation plugin (http://docs.jquery.com/Plugins/ Validation/rules#.22add.22rules). I am using the functionality to add a rule for an input one one line. See below: $(#myinput).rules(add, { required: true, minlength: 2 }); I am wondering if there is something equivalent

[jQuery] UI Tabs and Mootools.js conflict, Advice Needed

2008-07-08 Thread Mike
do I need to alter this in order for these to work properly? Thanks very much, any advice is extremely appreciated. Sincerely, Mike

[jQuery] UI Tabs and Mootools conflict

2008-07-08 Thread Mike
=text/javascript src=imageMenu.js/script /headbody Can someone tell me what code I need to put in there to make it work properly? I have tried everything, and I am at a loss. I have gotten UI tabs and mootools to work seperately, but not together. Any help is very much appreciated. Sincerely, Mike

[jQuery] Re: IE6, cycle all plugin, and object doesn't support this property or method

2008-07-09 Thread Mike
Did you fix this error? It is happening to me because of other jquery plugins on the page which sucks. On May 14, 11:11 am, hubbs [EMAIL PROTECTED] wrote: I am using thecycleallplugin, and I am wanting to make the site work in IE6. Of course it works in every other browser. But IE6 it does

[jQuery] [validate] has no name assigned Error

2008-08-20 Thread Mike
I am getting a has no name assigned error on my form for a hidden element input id=text___Config type=hidden style=display: none; value= Typically I would just add a name field (which I am guessing would solve this error). However this code was generated by the fck editor jquery plugin. Is

[jQuery] Re: [validate] has no name assigned Error

2008-08-22 Thread Mike
That did the trick perfectly thanks! Never used that option before On Aug 21, 2:52 am, Jörn Zaefferer [EMAIL PROTECTED] wrote: You can set the ignore-option to ignore that field. Jörn On Thu, Aug 21, 2008 at 1:10 AM, Mike [EMAIL PROTECTED] wrote: I am getting a has no name

[jQuery] [Validation] DOM changes, adding validation rules to new objects

2008-10-16 Thread Mike
Hi Jörn, Brilliant plug-in, it may be that I can do what I need to but i can't seem to make it work. I'm building a form with lots of fields, after the DOM is ready I then bind the validation rules for the known fields. I then have functionality which allows the user to add new fields, table

[jQuery] Re: [Validation] DOM changes, adding validation rules to new objects

2008-10-17 Thread Mike
, Mike [EMAIL PROTECTED] wrote: Hi Jörn, Brilliant plug-in, it may be that I can do what I need to but i can't seem to make it work.   I'm building a form with lots of fields, after the DOM is ready I then bind the validation rules for the known fields.  I then have functionality which allows

[jQuery] Re: Can't change accordion auto height

2008-10-29 Thread Mike
Found a pretty big bug, not sure why someone else didn't notice this. autoHeight is actually autoheight. The documentation has an error. Make sure to make it all lowercase and the rest should follow :) -- Mike

[jQuery] Newbie Question: DropUP menus

2008-11-12 Thread Mike
I'm working on a website at http://beta.ponderosatreeservice.com (excuse the dust). As you can see I have a series of tabs at the bottom of the large image. Instead of a traditional menu that drops down below the tab I'd like it to extend up with the original tab header still at that top. I've

[jQuery] .load not loading script text

2008-11-12 Thread Mike
I am loading a .aspx page into a div that has three user controls on it that contains javascript and a javascript include. This is being stripped out when injected into the page. Any reason why?

[jQuery] Form Plugin Returng JSON into a File For Download

2008-11-12 Thread Mike
I am returning JSON from the Form Plugin using a file upload and it returns a file with the value in it for download and does not his the success callback. Any reason for this? It only does this when a file is in the file upload.

[jQuery] [ajax] [Pending - this message has not been accepted by the mailing list yet] Simple AJAX-PHP Request Returns Access to restricted URI denied

2008-12-05 Thread Mike
I'm trying to do a pop-up form that onsubmit will send the data to a PHP file that will mail(the_data). The page is located here : http://www.kuhnsjewelers.com/products/blue-topaz-and-peridot-ring Click on Share this item and when you click Send, firebug returns the access to restricted uri

[jQuery] Clone and HTTPS

2008-12-17 Thread Mike
I am recieving an unsecure its on page error from an HTTPS page that looks fine with all hyperlinks. I narrowed it down to the jquery clone method, as it is cloning a hyperlink, but the href is https on their. Not sure why this would cause this but it is. Any fix for this?

[jQuery] Re: Cannot Get JQuery Ajax to work in Google Chrome browser

2009-02-10 Thread Mike
Can anyone help me out with this? Here is a version of the update.php script which will just write what the info it gets to a log file. I found that the ajax works in IE and Firefox, but not on Chrome or Opera: update.php: $debug = true; function update_log_event ($filename, $linenum,

[jQuery] Re: JQuery Forms plugin, success callback fail

2009-02-20 Thread Mike
I have this code:                 $(#loading)                 .ajaxStart(function()                 {                         $(this).show();                 })                 .ajaxComplete(function()                 {                         $(this).hide();                 });      

[jQuery] Re: Error in IE 7 with Form Plugin

2009-02-20 Thread Mike
Apparently, this was due to an input field with name and id attributes set to length.  I changed them to something different and the problem went away. Has anybody else experienced this problem? Yes, someone just posted about this same issue yesterday! :-)

[jQuery] Re: (a)slideshow in IE

2009-02-20 Thread Mike
I'm trying to implement the jQuery (a)Slideshow plugin (http://slideshow.hohli.com/ ) on a site; it works great in everything except IE; both IE7 and IE8 beta 2 don't show the slideshow at all; I can't figure out why; the demos for the plugin work in IE; I downloaded the source; it works in

[jQuery] Re: Cycle Plugin Adds Inline Styling to Slides / How To Center Slides in Container

2009-02-20 Thread Mike
properties (which is pretty much everything except the 'fade' fx). Mike

[jQuery] Re: Loop through JSON data and check for each option specified

2009-02-21 Thread Mike
This doesn't work: $.getJSON(wheremydatais, function(data){         $.each(data.items, function(i,item){                 $.each(options, function(key,val){                         if (item.key.indexOf(options.key) != -1) {                                 console.log('everything ok');      

[jQuery] Re: Loop through JSON data and check for each option specified

2009-02-21 Thread Mike
What is key?  That's not in either one of your data structs. Oops, sorry, didn't look closely enough. But you can't use 'key' that way. Try this: if (item[key].indexOf(options[key]) != -1) Not sure what you're after with the indexOf though.

[jQuery] Re: Cycle: cleartype and slide captions solution no longer working with 2.52

2009-02-23 Thread Mike
What have I done wrong? My original need was to fix the IE7 cleartype bug on captions that I fade in used within a Cycle slideshow. It seemed that the built-in cleartype fix IN Cycle is only for text used in the slide part. So, I call another js function from a separate file if the browser

[jQuery] Sliding list items won't stop sliding

2009-03-12 Thread mike
Hi, using jquery 1.3.2. I am going to dig through the docs more on the JQuery site, but while I do that. I am trying to animate a UL of items. I want the user to mouse over the header and have it expand. Sample page is below. Just have to change the path to jquery-1.3.2.js. It works, sort of in

[jQuery] Mouseover twice to fire trigger?

2009-03-14 Thread mike
For some strange reason, the first time I attempt trigger an event using mousover , I have to mouseover an element .accordionElement twice (in, out, in of the element) before the trigger fires in Firefox 3. Once I fire the trigger once on that particular element, I can mouse over it normally

[jQuery] EZPZ Tooltip

2009-03-18 Thread mike
I just wanted to show off a tooltip plugin I made: http://theezpzway.com/2009/3/17/jquery-plugin-ezpz-tooltip. I know it's been done before, but mine takes a slightly different approach than most tooltip plugins out there. Any feedback is appreciated. Thanks! Mike

[jQuery] Pointers to disable default function if JS is enabled

2009-03-22 Thread mike
was hoping it would just strip the A tag. I am thinking I have to first extract the text surrounded by the A strip the element from all accordionElements, insert the text back in, and then for the opened item, insert the A. Or is there a easier/better way to do this. TIA, mike So if I have this: ul id

[jQuery] How to bring focus to a window in jquery?

2009-03-26 Thread Mike
I am trying to bring focus to window using jquery. The window is popup initiated through a button click on the parent page. I have some ajax calls going on in the child window, so data is being updated. My issue is that if the user clicks on the parent window and hides the child behind it, i

[jQuery] Callback functions

2009-03-26 Thread Mike
Anyone know why the callback function here isn't working? $('#anim_flipper') .animate( {top : '1130px'}, {queue:false, duration: 1100} ) .animate( {left : '335px'}, {duration: 1400, easing:'easeInOutQuad'} ) .animate( {top :

[jQuery] Animating absolute positions with percentage values?

2009-04-01 Thread Mike
Hi, I am trying to animate some cloud sprites so that they float across the screen. I have it working in all modern browsers (sorry, ie8 you are seeming to be way too buggy way to big of a step backwards to count as modern), but IE (including IE8) is giving me some headaches (what else is

[jQuery] Re: Animating absolute positions with percentage values?

2009-04-01 Thread Mike
For clarification, These css IDs are positioned absolutely within a holder div that has a 100% width and is set to overflow:hidden. On Apr 1, 3:51 pm, Mike mcpat...@gmail.com wrote: Hi, I am trying to animate some cloud sprites so that they float across the screen.  I have it working in all

[jQuery] slideToggle multiple

2009-04-06 Thread mike
Hi, i'm very new here so sorry if this doesnt make sense. I have created the following code which works ok but its only for 1 elements (more1/less1) but i want it to work for x number of boxes, e.g. more2/ less2, more3/less2 without having to code some jquery for each. here is the code: script

[jQuery] Re: Is any one else experiencing serious slowdowns on their site due to 'waiting for jqueryui.com' ?

2009-05-03 Thread Mike
Hah, you should not link directly to the libraries on jQuery.com or jQueryUI.com as it might also break your site in case they upgrade the code. and it adds another dependency to another server you are not in control of... So don't blame them, but just create a local copy on your server! Or

[jQuery] Re: Is any one else experiencing serious slowdowns on their site due to 'waiting for jqueryui.com' ?

2009-05-03 Thread Mike
On May 3, 6:54 pm, Jordon Bedwell jor...@envygeeks.com wrote: ... and if you are loading the compressed libraries, you aren't using very much of their 1TB+ bandwidth they get a month.  ... Ok, but what happens if 1000 sites include jQuery from their page? 10.000 sites? Millions?

[jQuery] Re: How to remove error messages from Validation Plugin

2009-05-04 Thread Mike
You can set the text to display in the error message. I did it so that the test displayed is empty strings. $(#registerForm).validate({ errorContainer: #messageBox, errorClass: required, rules: { reg_email: {

[jQuery] Re: Conflicts between scripts

2009-05-15 Thread Mike
There is a problem with loading prototype and jquery on the same page. One trick that you can do is bulk replace in interface.js the '$' with 'jQuery'. Update all your scripts that use jQuery to replace the '$'. Also, remember that on your pages to use 'jquery' rather than '$' when referencing

[jQuery] jQuery functions called from setTimeout fails

2009-05-25 Thread Mike
) not defined. Can anyone suggest why this is? regards Mike

[jQuery] jQuery i18n

2009-06-28 Thread Mike
Hi guys, i need to develop an aplication with i18n, so i want to ask you what do you think is the best way/plugin to accomplish i18n l10n with jQuery? by the way, i need to have multiple languages,so a bilingual solution won't work for me :/

[jQuery] install Supersubs in Superfish. How?

2009-07-12 Thread Mike
Hello, Sorry, I'm lost. I installed Superfish, use the menus, everything is ok. Great coding! Now, how can Supersubs be enabled in Joomla? I cannot find a tweak in the Superfish backend module? Does any file have to be edited by hand? Any tip is welcome! Greetings, Mike

[jQuery] I dont understand why this doesnt work.

2009-07-17 Thread Mike
Its simple: !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 title/title script src=jquery.js type=text/javascript/script script type=text/javascript

[jQuery] Re: I dont understand why this doesnt work.

2009-07-17 Thread Mike
Development Lead, Global Solutions, ibm.com Phone:  1-276-206-8393 E-mail:  mjlaw...@us.ibm.com 'Whether one believes in a religion or not, and whether one believes in rebirth or not, there isn't anyone who doesn't appreciate kindness and compassion..'   From:       Mike mgor...@gmail.com

[jQuery] unsubscribe

2009-07-26 Thread Mike

[jQuery] Tablesorter problems

2009-09-30 Thread Mike
Hi I have recently come across the tablesorter 2.0 for jquery and have decided to use it on my website. I have the examples to work etc. however I would like to exclude the first column of my table from being sorted and just to remain static irrespect of the other columns being sortable. I have

[jQuery] Re: Tablesorter problems

2009-09-30 Thread Mike
Is there no one that can help? On Sep 30, 4:26 pm, Mike michael.dimm...@virgin.net wrote: Hi I have recently come across the tablesorter 2.0 for jquery and have decided to use it on my website.  I have the examples to work etc. however I would like to exclude the first column of my table from

[jQuery] Re: Tablesorter problems [Solved]

2009-10-01 Thread Mike
Jon, You are right! Thanks. I saw those characters and thought were have they come from as in my code it is just white space. Many Thanks On Oct 1, 1:57 pm, Jon Banner banali...@googlemail.com wrote: Hi Mike, it looks as if you have copied and pasted some illegal characters in to your demo

[jQuery] Re: ajax complete function not being called

2009-10-01 Thread mike
. ( ._.) Mike On Sep 28, 9:13 pm, Alex bretwal...@gmail.com wrote: I'm making a call to a Twitter JSON feed, and when I pass an incorrect username, jQuery's ajax complete method never gets called. An example of a JSON response that causes complete not to be called (nor error, nor success

[jQuery] Re: ajax complete function not being called

2009-10-01 Thread mike
. ( ._.) Mike On Sep 28, 9:13 pm, Alex bretwal...@gmail.com wrote: I'm making a call to a Twitter JSON feed, and when I pass an incorrect username, jQuery's ajax complete method never gets called. An example of a JSON response that causes complete not to be called (nor error, nor success

[jQuery] Plugin for Complex Forms with Dependent Elements?

2009-10-03 Thread Mike
Hi all, I'm looking for a JQuery/Ajax plugin for a form I'm building on a Rails site. I've come across a good deal of resources, but still looking for something that matches my needs. I'm new enough to coding that rolling my own isn't realistic. Here's what I'm trying to do: - User selects a

[jQuery] Memory Leak Help

2009-10-08 Thread Mike
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

[jQuery] (validate) How to get individual error messages and disable auto-showing

2009-10-12 Thread Mike
I'm trying to write a custom display for the error messages on my form. Ideally I'd like to use a modal pop-up window to display the errors, but I'm having trouble figuring out how to prevent the validation plugin from automatically displaying the errors on my page AND I can't quite figure out

[jQuery] What is the more correct/efficient selector?

2009-10-13 Thread Mike
$(select).change(function() { alert($(select option:selected).val()); }); OR $(select).change(function() { alert($(this).attr(value)); }); I am specifically looking at the selector used in the alert. From my testing the result in

[jQuery] Re: (validate) How to get individual error messages and disable auto-showing

2009-10-14 Thread Mike
, 3:56 pm, Mike mike.ab...@gmail.com wrote: I'm trying to write a custom display for the error messages on my form.  Ideally I'd like to use a modal pop-up window to display the errors, but I'm having trouble figuring out how to prevent the validation plugin from automatically displaying

[jQuery] Superfish and .htaccess

2009-10-17 Thread MIke
Selector 2 loads the same article as the third menu item horizontally Pump Selector. The content in the left menu bar is the same for every page on the site, so nothing there is bumping the image. So I'm guessing it's a CSS issue...just don't know how to resolve it. Thanks Mike

[jQuery] clone and append elements across window in IE Bug

2009-10-23 Thread mike
I have a parent window. The parent window creates a child window. I then want to clone an element from the parent window, and then append the clone to the child window. I can get this to work in Firefox, but not in IE. I hear that IE has some restriction where you can't move elements across

[jQuery] jQuery minified

2009-10-29 Thread Mike
Hey guys, i've got two questions for you: 1. What/Where i cand find are the differences between the minified and complete jQuery version?? what kind of things i can't use with minified version?? 2. the first question was because i'm developping a big web site, we want it to be visited for many

  1   2   3   4   5   6   7   8   9   10   >