[jQuery] Re: Jquery document .ready function throwing object expected

2009-09-15 Thread Raju
remove this and try it .. egards, Mari Raj K, Bangalore +91 9740765135 On Tue, Sep 15, 2009 at 4:45 PM, Vardhini wrote: > > yeah..I tried..i'm getting $ as "Undefined". Important point to note > is that it is working fine when we run from VStudio but when > application is hosted on IIS, i

[jQuery] Re: Jquery document .ready function throwing object expected

2009-09-15 Thread Vardhini
yeah..I tried..i'm getting $ as "Undefined". Important point to note is that it is working fine when we run from VStudio but when application is hosted on IIS, it is throwing the javascript error. On Sep 15, 3:59 pm, Steven Yang wrote: > hum... > how about just try loading the jquery-1.3.2.js

[jQuery] Re: Jquery gradient and tabs

2009-09-15 Thread anush
On Sep 14, 3:58 pm, MiKiTiE wrote: > Could you provide a link? > > http://wildindia.org/mwtest/grad.php If you see the there, the Tab #2 is inactive. - Anush

[jQuery] Closing thickbox in cross domain

2009-09-15 Thread baby
Hi All, We have a requirement where we are opening a thickbox when user clicks on the button which is running on particular domain. The i want to close the thickbox when user clicks on the button which is inside it (the page is from another domain). I tried to close it using window.top.tb_remove(

[jQuery] Re: error in ie7 & ie8 only

2009-09-15 Thread Sam Sherlock
seems this may be relevant [1] but I can't find where I can parseInt - might be a plugin that is causing the issue I am using blockui - I thought that noticing that blockui uses this sz() which parses the int - maybe I need to make another plugin use sz() this results from the following $('.tabs

[jQuery] Re: Jquery document .ready function throwing object expected

2009-09-15 Thread Dhruva Sagar
Are you sure that the src paths are all correct ? Thanks & Regards, Dhruva Sagar. Pablo Picasso - "Computers are useless. They can only give you answers." On Tue, Sep 15, 2009 at 4:24 PM, Vardhini wrote: > > Thanks for the respons

[jQuery] Re: Ajax

2009-09-15 Thread Matthew Rolph
well, i fixed that at least the source shows right now can you see any probs. now? On Mon, Sep 14, 2009 at 9:15 PM, Steven Yang wrote: > hi > this is all i see in the source of your page > >Ajax - jQuery Tests src="[jQuery] Re: Jquery document .ready function throwing object expected
can u check the "FromDate" in the form , is it properly spelled, Warm Regards, Mari Raj K, Bangalore +91 9740765135 On Tue, Sep 15, 2009 at 4:24 PM, Vardhini wrote: > > Thanks for the response..I tried ..both no luck.. > > On Sep 15, 3:43 pm, Steven Yang wrote: > > i am not sure what /jquery-

[jQuery] Re: Jquery document .ready function throwing object expected

hum... how about just try loading the jquery-1.3.2.js first and see if you get the $ as an Object and if that works then try loading one after another and see which one is having error. On Tue, Sep 15, 2009 at 6:54 PM, Vardhini wrote: > > Thanks for the response..I tried ..both no luck.. > > On

[jQuery] Re: Jquery document .ready function throwing object expected

Thanks for the response..I tried ..both no luck.. On Sep 15, 3:43 pm, Steven Yang wrote: > i am not sure what /jquery-1.3.2-vsdoc.jsis for but try putting it behind > jquery-1.3.2.js > > and also putting ui.core.js before ui.datepicker.js > > On Tue, Sep 15, 2009 at 6:31 PM, Vardhini wrote: > >

[jQuery] Re: Blocking UI for synchronous ajax calls

>    I have tested BlockUI Plugin but it does not start when I call it, > because I can see with Firebub that the ajax calls are finished when > BlockUI Plugin starts. And that is exactly the problem with making synchronous calls to the server - it locks the browser. I strongly recommend using a

[jQuery] Re: Jquery document .ready function throwing object expected

i am not sure what /jquery-1.3.2-vsdoc.jsis for but try putting it behind jquery-1.3.2.js and also putting ui.core.js before ui.datepicker.js On Tue, Sep 15, 2009 at 6:31 PM, Vardhini wrote: > > Hi, > > I'm getting Javascript error "object expected"on PageLoad at the > following line: > > $(do

[jQuery] Jquery document .ready function throwing object expected

Hi, I'm getting Javascript error "object expected"on PageLoad at the following line: $(document).ready(function() I found that alert(typeof $); is returing undefined. Below is the code snippet:

[jQuery] Superfish and multilingual support

Hi, Does Superfish support multilingual joomla 1.5 extensions like Joomfish or M17n? What I need is that based on the language selected on the site display the menu items on that specific language, and when the language is switched that displays the menu items in that different language.

[jQuery] Re: this.each is not a function

Just looking at the code I question the following: attributes no longer use the '@' symbol in jquery 1.3.? 'this' is most likely not a jquery object, so each is not defined for it. tg On Sep 13, 2:24 pm, shapper wrote: > Hello, > > I am using JQuery 1.3.2 and I get the error "this.each is not

[jQuery] Simple/short way to bind one event to multiple objects?

I have 2 or more objects that onclick(), will call the same function. Right now I have the following: $("#obj1").change( function() { setupPage(); }); $("#obj2").change( function() { setupPage(); }); $("#obj3").change( function() { setupPage(); }); I was wonder

[jQuery] AJAX: Display raw XML Document

I'm re-writing a test page for a RESTful web service with AJAX, and need to be able to display the XML or JSON response in a textarea or a div. I'm re-writing the web page to work off jQuery, but I'm stuck here. The best response I can get is: [Object XMLDocument] I have to set a custom Authoriz

[jQuery] append script in ajax cross domain on success function is not working.(script not excuting)

Hi everyone, i recently tried to get some script off a remote server through ajax. After days of searching and trying, i finally had it working apart from appending the script inside the success function of the ajax call, but the append script works outside of the ajax function with a little hack(

[jQuery] Superfish Sub menu font size change?

I'd like to have the sub menu a different font size to the main menu but when I change it all appears okay until I have a sub sub menu and then that column then seems to overlap the sub menu column, rather than staying perfectly aligned next to it. Is there any way to change the font size without

[jQuery] How to change the pathClass when a sub-menu is clicked using Superfish

Hi, how do u change the "pathClass" when a sub-menu is clicked.. in the examples given in Superfish.. (http://users.tpg.com.au/j_birch/ plugins/superfish/#sample4) the pathClass is changed from the server-side by adding the 'current' class to the list items.. i want to apply the 'current' class to

[jQuery] Re: error in ie7 & ie8 only

following up on that when debugging I can continue through the error and it works as expected. but with debugging off the process is interrupted - S 2009/9/15 Sam Sherlock > js code: > function jLinkCall(e, a, o) { > var jUrl = null, jArgs = null, obTitle = ''; > // console.info('jLinkCall');

[jQuery] error in ie7 & ie8 only

js code: function jLinkCall(e, a, o) { var jUrl = null, jArgs = null, obTitle = ''; // console.info('jLinkCall'); // console.info(e); // console.info(a); // console.info($(o).attr('href')); jUrl = $(o).attr('href') + ''; jUrl = jUrl.replace(/.html/, ''); if($(o).attr('title')) obTitle = $(o).at

[jQuery] Re: Validate: Focus on first invalid field after validation

Whats wrong with keeping the focus on the active field, if its invalid? If you enter something into the, say, third field, hit enter to submit, then it turns out both that field and another before that are invalid, why move the focus to a different field? Jörn On Tue, Sep 8, 2009 at 4:47 AM, Ge

[jQuery] Re: Help with getting variable

Hi Dave, Use a regular expression to split your form element names like this: var regex = /^(\w+)\[(\w+)\]\[(\w+)\]$/i; var str = "data[User][username]"; var matches = regex.exec(str); // matches[2] now contains "user" Dave Maharaj :: WidePixels.com wrote: > > > Hoping for some simple hel

[jQuery] Re: jCarousel: restart the carousel

Hi again, I have no answer to this post yet, does anyone knows about a jCarousel forum where I can post it? I trully need to fix it and I'm runing out of time to do so. Thanks a lot! On Sep 4, 3:12 pm, Lleoun wrote: > Hi all, > > I'm using jCarousel as a video playlist. There's a total of 8

[jQuery] Re: Hide/Show based on radio button selected

Hi, In the following example, all the radio controls have the name attribute set to "myradio", and the "#offices_checkboxes" part of the document is shown when the radio with id 'radioOne' is checked. Your example probably didn't work because of the syntax you used in your attribute selector (no

[jQuery] Re: Iframe - adding and removing hidden form elements

OK got the delete working, here is the final function: $(document).ready(function(){ $(':checkbox.addPhoto').click(function(){ if ($(this).attr('checked')) { // Add element to form

[jQuery] Re: which submit button was clicked?

Hi, As far as I can tell, it is not possible to get the details of which submit button was clicked from the submit event of the form, as the event target will always be the form element. The way to implement this would be to assign a class to each submit button, then attach a click event to them

[jQuery] Very disappointed with jquery and iframe communication

After 1 day googling and trying I find no agreement in a solid method for comunicating with iframe, this is the nearest point I've been to get in touch with IFRAME: $(frames['Theiframe']).ready( function () {     alert('Frame is loaded'); }); This will alert the message, but any attempt to co

[jQuery] Re: Get the onclick method of an element

Well .. that's the problem - i tried it like that and it didn't work. When setting the attribute back on the link, the this in DoSomething (this); is not the link, but the window. On Sep 15, 11:41 am, MiKiTiE wrote: > Sorry I should have written > > $('a').attr('onclick',onclick); > > (setting

[jQuery] Re: Get the onclick method of an element

Sorry I should have written $('a').attr('onclick',onclick); (setting the attribute value not the inner text!) On Sep 15, 9:09 am, sirrocco wrote: > Let's say you have a : > > asd > > I want to get the onclick text in a variable - something like > > var onclick = $('a').attr('onclick'); > > The

[jQuery] Re: Get the onclick method of an element

You will need to use the text() attribute to do this. so, once you do: var onclick = $('a').attr('onclick'); You then place it where you want this way: $("a").text(onclick); However, if you have several links on a page it will be better to assign it to an id. Plus, since "onclick" is a javasc

[jQuery] Get the onclick method of an element

Let's say you have a : asd I want to get the onclick text in a variable - something like var onclick = $('a').attr('onclick'); The problem is that the onclick variable now is a function and if I try to execute , this wil be the document instead of the link . How can I get only the text, so

[jQuery] Re: Intercept javascript event

AOP is not really the answere here. As you can see there is a callback function - so the user presses some other buttons and then I have to replay the initial button's onclick functions. On Sep 15, 3:12 am, Steven Black wrote: > One idea: have a look at the Aspect Oriented Programming plugin. >

[jQuery] which submit button was clicked?

Hi! I have a submit-event attached to my form. The form contains a few different submit-buttons and I wan't to chech which one of them that triggered the submit. Shouldn't be to hard but i can't find out how to do it. Thanks

[jQuery] Blocking UI for synchronous ajax calls

Hi all: I´m writing a simple CMS and, when the user clicks to save the changes, I need to: 1) See if the user is logged (if I´m not logged redirect to login form) 2) Get some info from the server (if the content is new I need to ask some questions, ...) 3) Save the con

<    1   2