[jQuery] Re: JQuery smooth anchor scrolling - modify to fadein once in position?

2009-10-28 Thread Ivan
Hi Justin I had similar task. I've tried modifiying .scrollTop attribute of document.body by animate () to make smooth scrolling to some Y position. But I failed. So I ended up with the scrollTo plugin as Bi Jing adviced. Ivan. On Oct 19, 8:47 am, Bi Jing wrote: > Maybe you need thi

[jQuery] how to customize 'active menu' color in superfish menu??

2009-10-12 Thread Ivan Nair
How do i adjust the color of the selected menu for the superfish menu? the most i could do was this: .sf-menu a:active { background: red; } but that only changed the menu to red when its clicked on and it'll change back to grey... i can't figure this out. My website (far from complete,

[jQuery] Superfish problem

2009-10-08 Thread Ivan Nair
it out. I managed to adjust everything else but that Please help! also, I'm using the default joomla template (rhuk_milkyway) ~Ivan Nair

[jQuery] Re: iframe accesing main document functions?

2009-10-02 Thread Ivan Zuzak
" You can use pmrpc even if the iframe and main window are on the same domain. Cheers, Ivan On Sep 14, 9:15 pm, ximo wallas wrote: > Is this possible? Been trying but doesn't seem to work...

[jQuery] Re: how to get post data from a page loaded in iframe in parent page

2009-10-02 Thread Ivan Zuzak
f and the pmrpc library (http://code.google.com/p/pmrpc/). Pmrpc is a library that enables calling procedures in other iframes/windows even if those iframes/windows are loaded from different domains. Hope that helps, Ivan On Sep 25, 6:17 am, Nils wrote: > how to get post data from a pag

[jQuery] jQuery plugin for managing user sessions? Which CMS is easier to use with jQuery?

2009-09-22 Thread Ivan
Hi All I've just started using jQuery and already love it! I'm working now on project, that will give some services to wide community after registration. I'm going to use: - jQuery with Ajax and UI plugins on the client side - Perl (or PHP) + MySQL on server side - (may be) some good CMS in betw

[jQuery] Problem with jQuery Validation

2009-07-10 Thread Ivan Augusto
Hello... this is my code: $("#form_atividades").validate({ rules: { ds_atividades: { required: true, minlength: 10 }, 'hr_inicial[0]': {

[jQuery] Re: Can you change the "type" attribute of an ?

2009-04-18 Thread Ivan Podgurskiy
You may use something like this var input = $('#input_field'); var hidden = $('').insertBefore(input); input.remove(); See http://dev.jquery.com/ticket/1957 for more information newbuntu wrote: > > I have a hidden "old_name" input. When "new_name" is changed, I want the > "old_name" to appear b

[jQuery] parent function value

2009-02-16 Thread Ivan
Hello, I'm new in javascript and jquery, and i need little help. function checkUsername(name) { function checkUsername(name) { $.post(prefix+'/registration/checkUsername', {username:name.val()

[jQuery] Re: Resize an element without affecting the layout

2008-11-20 Thread Ivan Svaljek
> problems with it. Firefox sets the top/left to document top/left, and > > opera sets it to table top/left, only IE sets it to cell's top/left. > > > > On 20 stu, 11:03, Liam Potter <[EMAIL PROTECTED]> wrote: > > > >> make sure you have made the td positio

[jQuery] Re: Resize an element without affecting the layout

2008-11-20 Thread Ivan Svaljek
If I do that, they all pile up on each other at the top/left corner of the table, like this: http://tinyurl.com/5tdmgm On Thu, Nov 20, 2008 at 10:21 AM, Liam Potter <[EMAIL PROTECTED]>wrote: > > set the css on them to this > > position:absolute; > top:0; > left:0; > > vani wrote: > > I've taken o

[jQuery] Redefine validation rules dynamically

2008-07-09 Thread Ivan Sanchez
doesn't work. Each time I select an option in my radio button I'd like to use only the rules defined for that specific option. What happens in fact is that after the first selection the rules aren't modified at all. Any ideas? Ivan

[jQuery] "async: false is not defined" - error

2007-06-20 Thread Ivan
works fine. Browser is: Firefox 2.0.0.3 JQuery is: 1.1.2 Please could you help me? Ivan