[jQuery] Re: Validate Not Working in MVC (Validate)

2009-07-11 Thread Jörn Zaefferer
What's a MVC application? Have you checked that the id main exists on the dynamic page? Jörn On Fri, Jul 10, 2009 at 9:14 PM, Jarrodjohnson.jar...@gmail.com wrote: I have an MVC application and I am trying to do some validation but the Validate doesn't seem to fire. I can get it working in

[jQuery] Re: Using live() and tooltip together

2009-07-11 Thread Jörn Zaefferer
You can initialize the tooltip for any elements added via ajax, using the appropiate callbacks. That worked before live() was available, and should work now, too. Jörn On Sat, Jul 11, 2009 at 6:29 AM, mastornamongi...@gmail.com wrote: Having some issues with live method and the bassistance

[jQuery] Re: jQuery background position plugin

2009-07-11 Thread yo2lux
Thanks so much! I don't really understand the logic behind it. The .css() set the value to 200px but why I need to use the same value in anumate (200px) ? By the way, .css has a bigger priority than animate? Thanks again! I appreciate your help! On Jul 11, 3:51 am, Karl Swedberg

[jQuery] Re: jQuery background position plugin

2009-07-11 Thread yo2lux
BTW, I have a quesiton: $(document).ready(function() { $('.buttons a') .mouseover(function() { var index = $('.buttons a').index(this); $(this).css({backgroundPosition: '-' + 200 * index + 'px -0'}) $(this).stop().animate({backgroundPosition:(- + 200 *

[jQuery] Re: Cool Sony Horizontal Drop Down menu in JQuery?

2009-07-11 Thread 刘永杰
this website can't open. 2009/7/10 pennfoli0 pennfo...@gmail.com Hi, Sony.com (http://www.sony.com/index.php) has a very cool horizontal menu, My question is can this be done in unordered list with JQuery? I like the 2 columns menu that expand (it can be seen under shop or electronics)

[jQuery] i want to make my tabs scrolling like firefox

2009-07-11 Thread mona
How to make tabs scrolling like given in following link using jquery http://extjs.com/deploy/dev/examples/tabs/tabs-adv.html please help me its very urgent

[jQuery] ASP Dropdown controls are Overlaping on JQuery DIV Tag

2009-07-11 Thread Sateesh Deepala
Hi This is sateesh from Softpal Technalogies Pvt.Ltd. I am using Jquery. I got one problem my ASP drop down controls are over lap on the JQuery Div. How can i over come that problem. Can you give sloution for that. Thanks Regards Sateesh

[jQuery] how to make scrolling tabs using jquery

2009-07-11 Thread mona
can anybody tell me how to make scrolling tabs like this using jquery http://extjs.com/deploy/dev/examples/tabs/tabs-adv.html please anybody help me its very urgent

[jQuery] How to display data from a db into a dialog window (jquery UI)

2009-07-11 Thread Femtox
Hi, I use dialog window as a form to insert new record into a db, now I'm trying to use this method also to update records. But I don't find a solution. I use PHP. For example, how can i pass the right parameter for the query? Below a little code as example: div id=dialogEdit title=Crea nuova

[jQuery] Re: ASP Dropdown controls are Overlaping on JQuery DIV Tag

2009-07-11 Thread MorningZ
the jQuery div? You'll have to explain that much better On Jul 11, 7:55 am, Sateesh Deepala sateeshdeep...@gmail.com wrote: Hi This is sateesh from Softpal Technalogies Pvt.Ltd. I am using Jquery. I got one problem my ASP drop down controls are over lap on the JQuery Div. How can i over

[jQuery] Re: ClueTip, hideLocal, IE6: the same old sad story

2009-07-11 Thread Karl Swedberg
Hi Brian, I'm just thinking out loud here, but maybe adding a rule to your stylesheet would fix it in IE6: div.DownloadInfo { display: none; } /* override display:none when the div is inside #cluetip */ #cluetip div.DownloadInfo { display: block; } for that matter, you could be more

[jQuery] Re: ClueTip, hideLocal, IE6: the same old sad story

2009-07-11 Thread brian
On Sat, Jul 11, 2009 at 11:34 AM, Karl Swedbergk...@englishrules.com wrote: Hi Brian, I'm just thinking out loud here, but maybe adding a rule to your stylesheet would fix it in IE6: div.DownloadInfo { display: none; } /* override display:none when the div is inside #cluetip */ #cluetip

[jQuery] Re: Rare .die() behaviour

2009-07-11 Thread Pau Taw
Finally I've isolated the problem in a little example. I'll post the code below. As I could test if you bind the events to a child element then the die () removes all events bound to that. In the example I just bind mouseover, mouseout and click to a span inside of a paragraph. Then remove the

[jQuery] Re: ASP Dropdown controls are Overlaping on JQuery DIV Tag

2009-07-11 Thread Charlie
what is a jQuery Div? define "drop down controls" ( select, dropdown menu etc) based on information provided there isn't much to go on to provide solution. Is it css related, is it script related, is it markup related? How can anyone tell. Suggest posting a link to demonstrate the problem

[jQuery] Re: ASP Dropdown controls are Overlaping on JQuery DIV Tag

2009-07-11 Thread MorningZ
Well, an ASP.NET dropdown control spits out a select object... so, I'd *guess* that the issue is IE's poor handling of z-index... but that's just a guess

[jQuery] Jquery index question

2009-07-11 Thread yo2lux
I have a HTML list: ul class=buttons lia href=# class=activeHome/a/li lia href=#About/a/li lia href=# class=activeNews/a/li /ul I want to obtain the index only for the elements with class=active. For example I want to create an array with value 0 for Home and 2 for News (the indexes).

[jQuery] Re: Rare .die() behaviour

2009-07-11 Thread Leeoniya
yeah, that seems like a bug. here is a more concise version showing the bug and a non-delegation based version: // without event delegation -- works fine $(function() { $(#b).click(function() { $(#a span).unbind(click); return false; });

[jQuery] Re: ASP Dropdown controls are Overlaping on JQuery DIV Tag

2009-07-11 Thread waseem sabjee
Set the divs z-index to 8, ensure that the divs parent has a z-index as well after that ensure that the dropdown has a z-index of 0 it would work out properly if you wrap the dropdown inside a div tag and set that div tag z-index to 0 the one thing to remember about IE is the last element

[jQuery] Re: slideUp(), slideDown() choppy on IE 6, 7, 8

2009-07-11 Thread Olaf Bosch
Bill schrieb: I'm seeing some weird behavior with the slideUp() and slideDown() functions in IE 6, 7, and 8. You have the padding top/bottom change in adv*_search.css line 328 ff. padding-top: 0.625em; padding-bottom: 0.625em; to: padding-top: 0; padding-bottom: 0; then better? -- Viele

[jQuery] Event binding on window object across frames

2009-07-11 Thread Zhongcheng Lao
There is a specific requirement on my pages. It contains two frames which are named control frame and content frame, and scripts are running on control frame and controls the content frame to react. jQuery is included in control frame but content frame - content frame contains no jQuery sources.

[jQuery] Ajax ,dataType and success

2009-07-11 Thread raoh
this is my code, a normal code as the examples on jquery.com ajax.php can only echo OK1, OK2 or KO, so I wonder why none of the if in the success function work ? but the alert before works well and i set dataType = text just to be sure. It's like mess is another type of variable or what ? Thank

[jQuery] Re: Ajax ,dataType and success

2009-07-11 Thread Dave Ward
It may not be the cause of your problem, but you have an unterminated string constant in the data parameter there. On Jul 11, 3:39 pm, raoh hiy...@gmail.com wrote: this is my code, a normal code as the examples on jquery.com ajax.php can only echo OK1, OK2 or KO, so I wonder why none of the

[jQuery] Re: Jquery index question

2009-07-11 Thread Dave Ward
I don't think there's a shortcut in jQuery to do exactly that. You could iterate over them and build the array like this though: var arr = [ ]; $(.buttons li).each(function(i, item) { if ($(item).hasClass(active)) { arr.push(i); } }); On Jul 11, 1:33 pm, yo2lux yo2...@gmail.com wrote:

[jQuery] Re: Ajax ,dataType and success

2009-07-11 Thread raoh
Thank you, but no, the problem is not there, I 've wrote wrong the code but the real file is right ! On Jul 11, 11:27 pm, Dave Ward dw...@encosia.com wrote: It may not be the cause of your problem, but you have an unterminated string constant in the data parameter there. On Jul 11, 3:39 pm,

[jQuery] Re: Is there an append if type function in jquery

2009-07-11 Thread Ricardo
That's a lot of work for something that jQuery already does: http://snipt.org/kpgi On Jul 10, 5:45 pm, B.I. ebade2...@gmail.com wrote: I had a code that looks like this for now:     var rowObj = $.create('tr', {'id': pod + currPOCount, 'valign': 'top'})     .append($.create('td')        

[jQuery] question about identifying what should be updated in an an ajax post

2009-07-11 Thread jt
I have only used jQuery for fairly simple things and am a little stumped on how best to achieve the following. I have a list of items (similar to the three items at the bottom) and I want a user to be able to assign it as a favorite. I just copied the .post part from the docs with the id in html

[jQuery] Cycle after function fires on init

2009-07-11 Thread Charlie
Having problem with "after" option function firing *immediately* after the "before" function but only on initialization. Have tried updated versions on Github, tried older versions from Git and can't find one that doesn't do this Set up following test page to print time when "before" and

[jQuery] Re: Superfish - Align sub menus to top

2009-07-11 Thread galilee99
Hi, any tips on how to count the number of li's?? On Jul 8, 11:51 am, Charlie charlie...@gmail.com wrote: you can use onBeforeShow to insert function to calculate offset for css. Number of li's x height of li etc Use (this) to refer to ul about to open and apply css to it galilee99

[jQuery] how to detect if user input is a chinese character?

2009-07-11 Thread Plant More Tree
Hi guys, I got a textarea and I need to detect instantly if user input is a chinese character or not. IS there anyway jquery can help this? Thanks Regards, Mark -- View this message in context: