[jQuery] Jquery clone, doesn't clone

2009-11-29 Thread Thomas V
I'm using a plugin contextmenu and I want to be able to copy elements that are dynamically created, but somehow it doesn't clone, it uses the same element when I paste. $.post(actions.php, { action: 'getCal', from: dFrom, to: dTo }, function(data){ cals = data.split(;;);

[jQuery] Re: Superfish plugin: some limitations that could be addressed

2009-11-04 Thread Florent V.
We're going in circles here. showed you an example of a multi column div in a sub, had h tags, image, and assorted other markup did you even look at it? Plugin code was untouched, any adjustemnts were done with css Yes i did look at that example, and analyzed the HTML code for it. Yes it

[jQuery] Re: Superfish plugin: some limitations that could be addressed

2009-10-28 Thread Florent V.
The exact same markup in YUI example bellow works perfectly well...no hacks needed In my experience, it doesn't work. As i wrote earlier, most Superfish functionality will work, but if you use something else than a UL as your submenu, even if it's just wrapping a UL in a DIV for styling

[jQuery] Re: Superfish plugin: some limitations that could be addressed

2009-10-27 Thread Florent V.
Thanks for this example. there's no doubt in my mind that YUI team hasn't processed all the issues you bring up when making their determinations on structure I don't know if they have. The YUI developers are very capable people, but this does not totally guarantee that YUI is accessible or

[jQuery] Re: Superfish plugin: some limitations that could be addressed

2009-10-21 Thread Florent V.
not sure what you mean by hack or abusing the ul/li elements HTML 4.01 defines a set of elements, each with its own semantics. Some are meant as generic wrappers or containers in order to support language or style information (that's the DIV and SPAN elements). Others have a more precise

[jQuery] Re: Superfish plugin: some limitations that could be addressed

2009-10-20 Thread Florent V.
there is no reason not to be able to build a mega menu inside UL/LI structure and this has been done in superfish Sorry, but i think this is a mistake. This is the kind of code that Superfish expects: ul id=menu li a href=#Category name/a

[jQuery] Re: superfish navbar - how do I center the whole bar?

2009-10-20 Thread Florent V.
Hello, This is a CSS issue, not really related to Superfish or jQuery. The solution depends on your code, and also on the browsers you want to support (IE 6 and 7 will limit what you can do). If your UL has a fixed width, you can center it horizontally in its container using automatic margins.

[jQuery] Superfish plugin: some limitations that could be addressed

2009-10-19 Thread Florent V.
Hello, This is a message for Joel Birch, author of the Superfish plugin, to developers who may assist him (if any). It may be interesting to people working on similar plugins, dropdown navigation, etc. Superfish is a great plugin (thank you Joel for sharing it). It takes care of a lot of

[jQuery] Re: $(document).ready firing before Google Maps scripts are fully loaded

2009-10-16 Thread George V. Reilly
Over in http://groups.google.com/group/google-maps-api/, I got a suggestion that seems to work consistently: use Google's Ajax loader to load the Maps API code asynchronously. script type=text/javascript src=http://www.google.com/jsapi? key=MY_API_KEY/script script type=text/javascript

[jQuery] Re: Listmenu - tips for making it faster in IE

2009-10-15 Thread Anoop kumar V
Hi Jack, Are you still planning on implementing this feature of putting a message / progress bar for IE (and firefox to keep it consistent)? Or have you come up with any better ways of handling this. Thanks, Anoop On Mon, Aug 17, 2009 at 11:41 PM, Anoop kumar V anoopkum...@gmail.comwrote: Hi

[jQuery] $(document).ready firing before Google Maps scripts are fully loaded

2009-10-15 Thread George V. Reilly
script src=http://maps.google.com/maps? file=apiamp;v=3amp;sensor=falseamp;key=MY_API_KEY type=text/ javascript/script + script src=http://maps.gstatic.com/intl/en_us/mapfiles/176c/ maps2.api/main.js type=text/javascript/script script src=scripts/jquery.js type=text/javascript/script

[jQuery] Re: $(document).ready firing before Google Maps scripts are fully loaded

2009-10-15 Thread George V. Reilly
On Oct 15, 6:49 pm, Dave Methvin dave.meth...@gmail.com wrote: So all those extra scripts are injected into the head with document.write? If so they should have definitely been there before any script below them executed. Have you found the place where Google Maps is actually doing the

[jQuery] title tag not readable in MSIE

2009-10-13 Thread V
The foklowing code works fine in Firefox, but not in MSIE; var title = $(title).text(); I want to know the titleblabla/title as you can see. But MSIE does not support this. Is there another solution for this?

[jQuery] Re: help to simplify code

2009-09-21 Thread benoit v.
Just read that topic. Very nice effect, and nice helpful code improvements! You guys are great. On Sep 21, 2:18 am, Karl Swedberg k...@englishrules.com wrote: Sure. // find all a elements within $navigation (which is a variable for $ ('#navigation') $navigation.find('a') // bind two

[jQuery] dropdown checklist

2009-09-08 Thread Mr. V
').find('input') and then trying to loop through all the check boxes. thanks V

[jQuery] Re: Ajax not working in Firefox

2009-09-08 Thread Anoop kumar V
Also try it from a different machine with FF3 but no firebug installed. I have noticed on occasion, that firebug hangs up and does not allow any ajax requests to go through. On 9/8/09, Karl Swedberg k...@englishrules.com wrote: I was having ajax problems with a certain combination of Firefox

[jQuery] Reverse slideUp/slideDown

2009-09-04 Thread V
When using slideDown, you will see the content. Using slideUp will hide the content. Now I want to use slideUp to view the content, so it will start from nothing and slide to an object from bottom to top. Is there a good way to do this, or should I fox it with animate and scrollTop?

[jQuery] Re: Clickable div?

2009-09-04 Thread Anoop kumar V
Can you try this: $(#logo).click(function(){ $.cookie('startCookie', 'default').load('http://www.mylink.com '); }); You do not have to put the a there as logo being the parent will receive the click even as part of the event bubbling. Thanks, Anoop On Fri, Sep 4, 2009 at

[jQuery] Jquery DropdownCheckList

2009-09-02 Thread Mr. V
I am trying to use the dropdown check list Jquery plugin from http://code.google.com/p/dropdown-check-list/ I have a question about fetching the 'checked' item IDs or the Comma separated values. Basically I am calling the getJSON method on Change of the dropdown and I want to either pass an

[jQuery] Re: slide one div out left while sliding one in right

2009-08-29 Thread Anoop kumar V
You can also try to use animate which is part of jquery core. Look up some examples on the jquery website, there are quite simple. -Anoop On 8/29/09, Charlie charlie...@gmail.com wrote: there are lots of plugins to do this look for carousel or scroll in a plugin search jCarousel and

[jQuery] Re: Jquery Validation plugin doesn't working on ASP NET MVC

2009-08-27 Thread Anoop kumar V
You need to reverse the order of sourcing the javascript files. Put the jquery 1.3.2.js file before the validate.js. -Anoop On 8/27/09, Edgar Méndez. edgar9...@gmail.com wrote: I'm trying to use the Jquery Validation plugin on aspnet mvc fframework but it doesn't work, when I open the

[jQuery] Re: [validate] - resetForm not working.

2009-08-19 Thread Anoop kumar V
You need to specify the class as cancel for the back button. It is as simple as that. On 8/19/09, Tokasa toka...@gmail.com wrote: Hi, anybody have experience with this validation plugin? http://jquery.bassistance.de/validate/demo/errorcontainer-demo.html I need to know how to specify

[jQuery] Re: form.bind(submit) firing only once in firefox 3.5 ubuntu

2009-08-18 Thread Anoop kumar V
Are you using any ajax after you submit the form the first time? Thanks, Anoop On Tue, Aug 18, 2009 at 10:07 AM, Dmitriy Likhten dlikh...@gmail.comwrote: I have tested this on jQuery 1.2.6 and 1.3.2... After binding a form.submit event and returning false due to some logic, the second time

[jQuery] Re: Listmenu - tips for making it faster in IE

2009-08-17 Thread Anoop kumar V
not to include that in the plugin. I'm on vacation right now, but early next week could take a look at a workaround you might be able to use to show a message and then hide it after IE is done chugging way. Let me know and I'll put some thought into it. Thanks, Jack Anoop kumar V wrote: I am using

[jQuery] JQuery Treeview Navigation frames

2009-08-14 Thread Mr. V
I am new to JQuery and Treeview and I am in trying to assess if the treeview could be a lightweight and efficient replacement for our current 3rd party tree control. Can the Treeview node hyperlink load the url in a different frame ? Alternatively, is it possible to catch the Node On Click

[jQuery] Re: toggle and logic confusion

2009-08-12 Thread Anoop kumar V
Where are you capturing the click event? You may want to do something like this: $(function(){ $('parent of div#1, div#2 div#3').click(function(event){ $('.hideme').hide(); $(this).find('a.showme').show() } } If you post your actual html and your click event code if you have one,

[jQuery] Listmenu - tips for making it faster in IE

2009-08-12 Thread Anoop kumar V
I am using listmenu and it works fantastically well... except only on firefox. On IE 7 it is quite slow, the lag is very noticeable - the menu appears after about 6-7 seconds and the counts come much later after about 8-10 seconds. Since this is an intranet app, I need to ensure that IE 7 works

[jQuery] Re: Attribute selection not working in MSIE; eg $(input[name=name]).val()

2009-08-10 Thread V
Ok, that works. But now when adding a second selector it fails at the second. var company = $(#contactform div input[name='name']).val(); var company = $(#contactform div input[name='company']).val(); This is even weirder :o

[jQuery] Re: Attribute selection not working in MSIE; eg $(input[name=name]).val()

2009-08-10 Thread V
The solutions, adding; var name = ; var company = ; Strange this wasnt needed before :o

[jQuery] Re: Get the ID of a button that is clicked

2009-08-10 Thread Anoop kumar V
Would e.target.id also work in this case? Thanks, Anoop On Mon, Aug 10, 2009 at 3:00 PM, Charlie Griefer charlie.grie...@gmail.comwrote: Aye, but I've been reprimanded (on this list) for suggesting that (and incurring the 'overhead' of a jQuery object) when 'this' works just fine :) On

[jQuery] Re: Attribute selection not working in MSIE; eg $(input[name=name]).val()

2009-08-08 Thread V
Wow, that is strange it indeed works :o The error is; Object doesn't support this property or method But i figured what the problem is because I changed the code; div id=contactform div input type=text name=name value= / /div /div name = $(#contactform input[name=name]).val(); But,

[jQuery] Re: Attribute selection not working in MSIE; eg $(input[name=name]).val()

2009-08-07 Thread V
Sorry about the lack of information :o The input box is: input type=text name=name value= / The jQuery code is: $(input[name=name]).val(); And no results. The problem exists on MSIE8, but I think to remember it also is in MSIE7.. On firefox it works great.

[jQuery] Attribute selection not working in MSIE; eg $(input[name=name]).val()

2009-08-06 Thread V
Just when you think you made something beautiful, MSIE screws it all up :( I tried to get values from a input box which works great in Firefox, but not in MSIE; $(input[name=name]).val(); Is there a workaround for MSIE to get this working or am I just doomed to use id's?

[jQuery] Re: validations

2009-08-03 Thread Anoop kumar V
You can try and use the bassistance form validation plugin. For server side validation I think you need the (malsup) form plugin as well. You can google for the exact links or go through the search on jquery.com. On 8/3/09, pramothireddy swapnadot...@gmail.com wrote: Hi, I am verymuch new

[jQuery] Re: Basic questions about jQuery validation plugin.

2009-07-30 Thread Anoop kumar V
I think the validation plugin depends only on the name and not the id. On 7/29/09, Leon leon...@gmail.com wrote: Hello, I have a form with a set of input fields. I am going to validate the form with jQuery Validation. The field has the value of its ID different from the value of its name.

[jQuery] Is it possible to hide the destination URL of a link?

2009-07-30 Thread Anoop kumar V
I have a menu, on which is a delete link. The URL of the link is quite plain: http://mysite.com?delete=trueid=123 (quite obvious I think that the request is to delete the id=123) I wish to hide the destination URL in the browser from the user - so that it shows a harmless url like:

[jQuery] Re: Is it possible to hide the destination URL of a link?

2009-07-30 Thread Anoop kumar V
the required data in session. On Fri, Jul 31, 2009 at 5:19 AM, Anoop kumar V anoopkum...@gmail.comwrote: I have a menu, on which is a delete link. The URL of the link is quite plain: http://mysite.com?delete=trueid=123 (quite obvious I think that the request is to delete the id=123) I wish

[jQuery] Re: Form values getting unsynchronized after ajaxsubmit [validate]

2009-07-27 Thread Anoop kumar V
. It was this block of text that I had to remove to make my forms work even after a refresh. Thanks, Anoop On Jul 24, 11:01 am, Anoop kumar V anoopkum...@gmail.com wrote: Attached an html - that shows my situation... In the page - clicking on any region opens the pop-up form

[jQuery] Re: Looking for expand/collapse tree directory navigation

2009-07-26 Thread Anoop kumar V
Would this work for you? http://jquery.bassistance.de/treeview/demo/ sample 0 seems to fit your requirements. Thanks, Anoop On Sat, Jul 25, 2009 at 4:10 PM, Magnificent imightbewrongbutidontthin...@gmail.com wrote: Hello, I'm looking for an expanding/collapsing tree directory type of

[jQuery] Form values getting unsynchronized after ajaxsubmit [validate]

2009-07-24 Thread Anoop kumar V
)) $(target).next('.details').show(450); } else if ($(target).is('input[type=reset]')){ $('.derrors').hide(); $('.errors').hide(); } }); } bbap(); }); var v = $(function() { $('.main-title').click(function(event) { var target = $(event.target

[jQuery] Re: Form values getting unsynchronized after ajaxsubmit [validate]

2009-07-24 Thread Anoop kumar V
24, 2009 at 2:09 AM, Anoop kumar V anoopkum...@gmail.comwrote: Hi All, I have a very weird issue that I have been trying to resolve for over a week now with no success in sight. I use jsp to generate a page of regional information. The regions are displayed as clickable blocks. On clicking

[jQuery] Re: Test - please ignore

2009-07-24 Thread Anoop kumar V
Thanks - but if you really should, then please acknowledge my actual posts: http://groups.google.com/group/jquery-en/browse_thread/thread/130b4df144c2e0b9 I would much appreciate any help you could provide.. :-) -Anoop On Fri, Jul 24, 2009 at 12:26 PM, Liam Potter

[jQuery] Re: Username availability check and form validation

2009-07-20 Thread Anoop kumar V
Also - maybe you have a typo - should the line not be: else if(data=='yes') instead of else if(data='yes') Thanks, Anoop On Mon, Jul 20, 2009 at 3:59 PM, James james.gp@gmail.com wrote: The code you provided is just the check when the field has the blurred event called. Are you

[jQuery] Re: Best practice for integrating server-side validation (jsp) with jquery validation (specially bassistance)

2009-07-15 Thread Anoop kumar V
up) I will add this as a rule to one of the fields - probably the first one so the error message appears adjacent to it. Something along these lines $(function() { $('.main-title').click(function(event) { var v = $(event.target).parent(); v.validate({ rules

[jQuery] Re: Multiple forms / validation error message focus

2009-07-14 Thread Anoop kumar V
Hi All, I think I have been able to solve the issue of the validation error messages not appearing on the correct form. If anyone else encounters the same problem, below is the fix / solution for it. (I had to use the event and firebug console). Changed lines are marked with a trailing //.

[jQuery] Re: Multiple forms / validation error message focus

2009-07-14 Thread Anoop kumar V
The reason I think $(.main-title form) will not work for my case is because my form is structured like the following: form class=cbnav method=post action=user/region.jsp div class =main-titleKansas City (KC)/div div class=details /div /form So the form is actually a parent of the

[jQuery] Best practice for integrating server-side validation (jsp) with jquery validation (specially bassistance)

2009-07-14 Thread Anoop kumar V
Hi All, I was wondering if there is a link or pointers for best practices while integrating client side validation errors with server side validation. I read on a forum that this requires the server side to return a json, but could not find many pointers or details about this. Can somebody

[jQuery] Re: $(#selectInput).val()

2009-05-28 Thread Youri v/d Bogert
/div -- Youri v/d Bogert

[jQuery] Re: $(#selectInput).val()

2009-05-28 Thread Youri v/d Bogert
? On May 28, 10:18 am, Youri v/d Bogert xeo...@gmail.com wrote: That didnt solve the problem, i still get the other value. 2009/5/28 James james.gp@gmail.com Your options's are suppose to use the 'value' attribute: You have: option id=introductieintroductie/option

[jQuery] Re: $(#selectInput).val()

2009-05-28 Thread Youri v/d Bogert
it always shows my value as introductie? ... var selector = $('#selectList'); selector.change(function() { var directory = selector.val(); ... -- Youri v/d Bogert

[jQuery] Re: A better way of writing this code?

2009-05-15 Thread benoit v.
what about that ? $(li a).hover(function(){ $(this).toggleClass(move); }); On May 15, 4:42 pm, Jthomas wjthom...@yahoo.com wrote: Hi Calvin, I think what you're looking for is something like this, as James said.         $(li a).hover(function(){            

[jQuery] Global variables in jQuery

2009-05-13 Thread V
I can't get global variables work, maybe somebody knows the answer because this should be very simple. The following does not work, the price is not available at the end of the function in the alert. function calc_matrix(x, y) { loc = index.php?module=product; var price = 0;

[jQuery] Re: Select images instead of text

2009-04-06 Thread benoit v.
If anyone is interested, I found a solution to my problem here. http://ask.metafilter.com/16153/Images-in-HTML-select-form-elements Now I'm able to visually select images inside a form, that provides my PHP script the filename of the selected element. It's actually a play around with checkbox,

[jQuery] menu on hover

2008-11-14 Thread Sebastián V. Würtz
Theres any plugin to implement a sitemap like http://www.elpais.com (the last link in the footer of the page Asociadoss) or like http://www.lanacion.com.ar/ (link at the bottom MAPA DEL SITIO near the rss icon) thx.

[jQuery] Re: [Pagination Plugin] How to use it?

2008-07-06 Thread Sebastián V. Würtz
i use function pageselectCallback(page_id, jq) { $('#libro_result').text(Mostrando resultados del +((page_id*10)+1)+-+((page_id*10)+10)); $(#firmas).load(libro.php,{action: listar, page: page_id}); return false; } Raghu escribió: Hi, I am trying to use Jquery pagination plugin. I

[jQuery] embed windows media stream

2008-06-21 Thread Sebastián V. Würtz
how to embed a code to show a windows media audio stream using jquery.media ? i just want open the mini player in my page mms://67.205.103.55/radioriel/cfm.asx

[jQuery] Re: jQuery issues in Firefox 3

2008-06-21 Thread Sebastián V. Würtz
im getting some errors since i change to ff3 [Exception... Component returned failure code: 0x805e000a [nsIXMLHttpRequest.open] nsresult: 0x805e000a (unknown) location: JS frame :: /js/jquery-1.2.1.pack.js :: anonymous :: line 28 data: no]

[jQuery] prevent more than one submit in ajaxsubmit

2008-06-18 Thread Sebastián V. Würtz
Guys I need some litle help. var v = jQuery(#send_form).validate({ . .. }, submitHandler: function(form) { jQuery(form).ajaxSubmit({ dataType: json, success: process_result

[jQuery] problem with object response

2008-05-21 Thread Sebastián V. Würtz
How i can handle with jquery the uncaught exception: [object Object] firefox message when theres no answer from a query (via json in my case)? $.ajax({ url: weather.php, action: get_weather, dataType: 'json', success: function(json){

[jQuery] Re: Autocomplete and JSON

2008-04-08 Thread Ashley Pond V
On Apr 8, 2008, at 10:53 AM, dineshv wrote: Okay, I sorted out the previous problem and can get data from the Python backend to the browser via the Autocomplete plugin. But, the test data: data = [string 1, string 2, string 3, string 4, string 5] ... displays as one string item ie.:

[jQuery] some survey plugin wanted

2008-03-27 Thread Sebastián V. Würtz
Theres some survey/poll plugin in jquery in anywhere? thx

[jQuery] Re: multi-leveled jcarousel

2008-02-13 Thread Josh V
yea, you might need to have it nested. ul li - div1 div2 div3 div4 div5 div6 /ul On Feb 6, 7:11 pm, RyanAZ [EMAIL PROTECTED] wrote: does anybody know of a method that allows for two rows of three items to show up with thejcarouselplugin?

[jQuery] kill the cpu

2008-02-13 Thread Sebastián V. Würtz
can this code kill a cpu? $(function() { show_clock(); }); function showtime() { var meses = new Array(ENE,FEB,MAR,ABR,MAY,JUN,JUL,AGO,SEP,OCT,NOV,DIC); var dias = new Array(DOMINGO,LUNES,MARTES,MIERCOLES,JUEVES,VIERNES,SABADO,DOMINGO); var d=new Date(); var seconds =

[jQuery] Re: kill the cpu

2008-02-13 Thread Sebastián V. Würtz
have to eval the code each time through. There are some other optimisations you could do but that's a start. Karl Rudd On Feb 14, 2008 9:23 AM, Sebastián V. Würtz [EMAIL PROTECTED] wrote: can this code kill a cpu? $(function() { show_clock(); }); function showtime() { var meses

[jQuery] Re: localScroll Problem

2008-02-12 Thread Sebastián V. Würtz
check. Cheers Ariel Flesler On 12 feb, 09:58, Sebastián V. Würtz [EMAIL PROTECTED] wrote: im trying to use the localScroll pluginh in many ways :) but i receive this error when i click $(#comentar).click(function(){ $.scrollTo( '-=900', 300

[jQuery] localScroll Problem

2008-02-12 Thread Sebastián V. Würtz
im trying to use the localScroll pluginh in many ways :) but i receive this error when i click $(#comentar).click(function(){ $.scrollTo( '-=900', 300 ); return false; }); E.easing[this.options.easing || (E.easing.swing ?

[jQuery] Re: jCarousel infinite loop problem w/ multiple carousels on display: none

2008-02-04 Thread Josh V
todd, how are you building two carousels on the same page? are you using the same css file to build them? how can i build two carousels with while referencing their own stylesheets. On Jan 31, 4:17 pm, Todd [EMAIL PROTECTED] wrote: I actually was able to figure out what the issue was. Since

[jQuery] hi, im looking for some jcarousel help. more than one on same page?

2008-01-30 Thread Josh V
http://groups.google.com/group/jquery-en/browse_thread/thread/7e44db31deae3703/8909400f98de18c8#8909400f98de18c8

[jQuery] Re: Multiple jCarousel 's on one page

2008-01-30 Thread Josh V
help. On Jan 25, 10:37 am, Josh V [EMAIL PROTECTED] wrote: hi. On Dec 19 2007, 3:02 pm, Josh V [EMAIL PROTECTED] wrote: help. On Nov 30, 4:55 pm, Josh V [EMAIL PROTECTED] wrote: anybody? On Nov 29, 5:03 pm, Josh V [EMAIL PROTECTED] wrote: hi. i have a site where i need two

[jQuery] json and ajax error

2008-01-25 Thread Sebastián V. Würtz
How i can handle with jquery the uncaught exception: [object Object] firefox message when no response (json in this case) is recived? My problem is that all the rest of the script stop work! This is part of the script $.ajax({ url: weather.php, action:

[jQuery] Re: Multiple jCarousel 's on one page

2008-01-25 Thread Josh V
hi. On Dec 19 2007, 3:02 pm, Josh V [EMAIL PROTECTED] wrote: help. On Nov 30, 4:55 pm, Josh V [EMAIL PROTECTED] wrote: anybody? On Nov 29, 5:03 pm, Josh V [EMAIL PROTECTED] wrote: hi. i have a site where i need two different carousels on the same page. each carousel has

[jQuery] know the element clicked with form plugin

2008-01-23 Thread Sebastián V. Würtz
Im using jquery form plugin to make a pagination with prev next, page per page and order link, all inside a form, my problem is that im not using submit buttons , im using link with click event, but i need to know what type of class the link have or it value (is the same). With this value i

[jQuery] jquery autocomplete double click behaviour

2008-01-17 Thread Sebastián V. Würtz
How i can disable the behaviour when i double click over a field with autocomplete? is like the "Single Bird (remote)" example in http://jquery.bassistance.de/autocomplete/ --

[jQuery] [Fwd: [jQuery] Pagination stop propagation]

2008-01-11 Thread Sebastián V. Würtz
I really need help badly with this Mensaje original Anyone have an idea why i cant cancel the the normal action of the button, im keep getting redirect to the "somethin.htm" in this example? http://www.d-scribe.de/webtools/jquery-pagination/demo.htm y download the page

[jQuery] Re: [Fwd: [jQuery] Pagination stop propagation]

2008-01-11 Thread Sebastián V. Würtz
Sebastin V. Wrtz escribi: I really need help badly with this Mensaje original Anyone have an idea why i cant cancel the the normal action of the button, im keep getting redirect to the "somethin.htm" in this example? http://www.d-scribe.de/webtools/jquery-

[jQuery] Re: match element based on CSS value

2008-01-10 Thread Sebastián V. Würtz
Glen Lipka escribi: Whipped up a demo. http://commadot.com/jquery/isCSSRule.php Hope this helps. There might be another way. Glen On Jan 9, 2008 2:01 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: How can I select an element based on it's CSS style value? For

[jQuery] Pagination stop propagation

2008-01-10 Thread Sebastián V. Würtz
Anyone have an idea why i cant cancel the the normal action of the button in this example? http://www.d-scribe.de/webtools/jquery-pagination/demo.htm y download the page and modified it, only function pageselectCallback(page_id, jq){ $('#Searchresult').text("Showing search

[jQuery] wow getScript full url and IE

2008-01-09 Thread Sebastián V. Würtz
WOWWOWOW I never notice that $.getScript or getCSS jQuery.getCSS = function( url, media, rel, title ) { jQuery( document.createElement('link') ).attr({ href: url, media: media || 'screen', type: 'text/css', title: title || '', rel: rel || 'stylesheet'

[jQuery] Re: why not get value using $('#wrapper').attr('offsetHeight') in firefox?

2008-01-09 Thread Sebastián V. Würtz
nightelf escribió: in firefox $('#wrapper').attr('offsetHeight') == undefined but document.getElementById('Wrapper').offsetHeight is ok the offsetHeight is an attrib? i think its a property, im not so sure use this $('#wrapper').css('height');

[jQuery] Re: height of a hidden element

2008-01-07 Thread Sebastián V. Würtz
boermans escribi: I was thinking of innerfade http://medienfreunde.com/lab/innerfade/ hope that helps On Jan 7, 2:16 pm, boermans [EMAIL PROTECTED] wrote: I could be thinking of the wrong plugin? thx, is a good plugin, but cycle have callback and pause/play ...

[jQuery] height of a hidden element

2008-01-06 Thread Sebastián V. Würtz
Is posible that if i have a hidden div i cant get his height? I want to increase or decrease some font sizes according to the max height of those 3 divs to using with cycle plugin but because im only showing one at a time and the rest are hide i getting 0 as height $('#rotate div .item')

[jQuery] navigation and cycle plugin

2007-12-20 Thread Sebastián V. Würtz
i spent 3 hours and i cant make it work, if someone can helpme pls, i try to integrate this: the remove class and the pause/resume cycle jQuery(#btn_pausa a).bind(click, function() {

[jQuery] Re: Multiple jCarousel 's on one page

2007-12-19 Thread Josh V
help. On Nov 30, 4:55 pm, Josh V [EMAIL PROTECTED] wrote: anybody? On Nov 29, 5:03 pm, Josh V [EMAIL PROTECTED] wrote: hi. i have a site where i need two different carousels on the same page. each carousel has a different purpose with different items and different controls. how can i

[jQuery] Re: Using Superfish with images as triggers (a or img as top level)?

2007-11-30 Thread Josh V
can you place your images in lists. liimg //li of use lists with background images? On Nov 30, 3:03 pm, Anobjectn [EMAIL PROTECTED] wrote: Hi, Can anyone give me some pointers on how to use Superfish were the top level triggers are images (or links with images in them)? Superfish seems to be

[jQuery] Re: quick question, selecting dynamic elements

2007-11-30 Thread Josh V
is equal to the selector im trying to select. $(newSpecial) doesn't work, $(newSpecial) doesn't work. i cant figure it out. On Nov 29, 9:38 pm, Josh V [EMAIL PROTECTED] wrote: wow silly me, after all I am trying to target the ID, # would be useful. :p ill give that a try tomorrow. On Nov 29, 7:22

[jQuery] Re: Multiple jCarousel 's on one page

2007-11-30 Thread Josh V
anybody? On Nov 29, 5:03 pm, Josh V [EMAIL PROTECTED] wrote: hi. i have a site where i need two different carousels on the same page. each carousel has a different purpose with different items and different controls. how can i go about getting this done? it seems to me there would be a css

[jQuery] quick question, selecting dynamic elements

2007-11-29 Thread Josh V
on click i am storing the ID of an the a i clicked. i am then replacing characters in that string to get the desired resulting string. i am then trying to toggle a div whos ID is the resulting string. heres what i got. $(ul#specialsNav li a).click( function(){ var

[jQuery] Multiple jCarousel 's on one page

2007-11-29 Thread Josh V
hi. i have a site where i need two different carousels on the same page. each carousel has a different purpose with different items and different controls. how can i go about getting this done? it seems to me there would be a css conflict issue with the jquery.jcarousel.css file. how do i specify

[jQuery] Re: quick question, selecting dynamic elements

2007-11-29 Thread Josh V
wow silly me, after all I am trying to target the ID, # would be useful. :p ill give that a try tomorrow. On Nov 29, 7:22 pm, Karl Swedberg [EMAIL PROTECTED] wrote: On Nov 29, 2007, at 6:04 PM, Josh V wrote: on click i am storing the ID of an the a i clicked. i am then replacing

[jQuery] Re: Problem with Jcarousel in IE

2007-11-28 Thread Josh V
try specifying a width on your .jcarousel-clip selector in your jquery.jcarousel.css file On Nov 22, 2:14 pm, Jaxx [EMAIL PROTECTED] wrote: Hello all, A friend has asked me to sort their website since the their old web designers screwed it up, they are usingjcarouselon the main page, in

[jQuery] Re: jCarousel - IE6 issue, carousel overlapping a nested nav

2007-11-17 Thread Josh V
try placing a position: relative; on the parent ul.

[jQuery] Re: jCarousel - IE6 issue, carousel overlapping a nested nav

2007-11-16 Thread Josh V
anybody? On Nov 14, 10:57 am, Josh V [EMAIL PROTECTED] wrote: Hi, Please check out the following url where im using jcarousel to act as an image slideshow. to the left of the clip container i have a nested navigation list that is showing underneath the clip container in IE6. the nested

[jQuery] jCarousel - IE6 issue, carousel overlapping a nested nav

2007-11-14 Thread Josh V
Hi, Please check out the following url where im using jcarousel to act as an image slideshow. to the left of the clip container i have a nested navigation list that is showing underneath the clip container in IE6. the nested navigation toggles on above the clip container just fine in other

[jQuery] Re: ScrollTo

2007-10-25 Thread Josh V
what about horizontal scrolling panes. the following sites are perfect examples of what i am trying to recreate. www.panic.com/coda and http://www.hbcweb.com/ On Sep 19, 3:25 pm, John Resig [EMAIL PROTECTED] wrote: jQuery hasscrollTobuilt straight into core: $(html,body).animate({ scrollTop:

[jQuery] Re: Scrolling a div area without scrolling the page?

2007-10-25 Thread Josh V
guys, any horizontal scrolling? just like, www.panic.com/coda and http://www.hbcweb.com/ On Sep 11, 10:23 am, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Check jscrollpane, it has a very nice $('#anchorlink).scrollTo('#anchorTarget'); functionality

[jQuery] jCarousel - does this work with jQuery 1.2.1

2007-10-25 Thread Josh V
hi, does it? of course the a href=http://sorgalla.com/ jcarousel/jCarousel/a mentions nothing about which jQuery version it is compatible with.

[jQuery] Re: jQuery.ScrollTo

2007-10-24 Thread Josh V
is that your selector is not matching anything (the target you submit), could you post the line where you call the plugin? and if possible and not too long, the HTML as well or a link to an example. Ariel Flesler On Oct 23, 4:51 pm, Josh V [EMAIL PROTECTED] wrote: hi, im having some issues

[jQuery] Re: jQuery.ScrollTo

2007-10-23 Thread Josh V
hi, im having some issues setting this plugin up. I have the latest ver. of jQuery, 1.2.1 and your plugin. do i have to link to all 3 of your js files to get more horizontal scrolling to work? i am trying to scroll to a div inside of another div. when i click on the button that should initiate

[jQuery] Possible .clone() bug in 1.2.1 on IE6

2007-10-22 Thread James V
I use jQuery extensively to help create repeatable elements in some forms. After upgrading from 1.1.4 to 1.2.1, I noticed it stopped working. I finally narrowed down the cause to the (dynamically set) name attribute no longer getting cloned correctly. Is this expected behavior in 1.2.1, or a

[jQuery] Re: jQuery Live Search - where?

2007-07-24 Thread Sebastián V. Würtz
Web Specialist escribi: I'm looking for any example about jQuery Live Search. Google gives me this example: http://www.steintafel.ch/blog/2006-10/jquery-visitenkarte-mit-ajax-laden/ but in german(help Klaus and Karl)! ;P Do you know any more example? Cheers this website is

  1   2   >