[jQuery] Triggering a pop up when javascript function call originates from Flash

2009-03-30 Thread RR_QQ
Ok...so I found this cool site http://dev.iceburg.net/jquery/jqModal/ I'm trying to follow an example with the javascript that looks like this: alert("called successfully"); $('#ex3a').jqm({ trigger: '#ex3aTrigger', overlay: 30, /* 0-100 (int) : 0 is off/t

[jQuery] Re: Jquery call works with 'alert' but no if i comment 'alert' out!

2009-01-28 Thread RR_QQ
king about in the jQuery innards to change the behaviour of > when the ready or load events fire will be easier than re-arranging > your scripts so that setParam is defined before you call it... > > On Jan 28, 2:28 pm, RR_QQ wrote: >> I understand. However is there another option

[jQuery] Re: Jquery call works with 'alert' but no if i comment 'alert' out!

2009-01-28 Thread RR_QQ
king about in the jQuery innards to change the behaviour of > when the ready or load events fire will be easier than re-arranging > your scripts so that setParam is defined before you call it... > > On Jan 28, 2:28 pm, RR_QQ wrote: >> I understand. However is there another option

[jQuery] Re: Jquery call works with 'alert' but no if i comment 'alert' out!

2009-01-28 Thread RR_QQ
); > }); > > I would recommend solution #1. You will need to figure out what the > correct ordering is. > > On Jan 28, 1:28 pm, RR_QQ wrote: >> Ok so I am using amcharts and I am trying to change a setting >> dynamically. >> T

[jQuery] Jquery call works with 'alert' but no if i comment 'alert' out!

2009-01-28 Thread RR_QQ
Ok so I am using amcharts and I am trying to change a setting dynamically. The following codes (when placed at the top of the document) works PERFECTLY: $(window).load(function() { alert('TEST'); document.getElementById('ip_details_graph').setParam('values.value.max', '100'); });

[jQuery] Jquery call strips away "

2007-11-26 Thread RR_QQ
Hello! have a jquery ajax call that returns some HTML that has javascript code in it but it seems all the javascript is being stripped away. I read somewhere that that is the way the jquery acts. Is there anyway around this? I posted about the same topic last week but no one replied. HELP! Here

[jQuery] Using jQuery to display dynamically generated linked select

2007-11-21 Thread RR_QQ
Hello! So I am having a jQuery issue that I really need help with! Ok so I have a table with several rows. Each row has a copy link so that when clicked a jquery is called that inserts a form right underneath that link that contains a linked select and a button to save. The linked select copies t

[jQuery] Re: jEditable help!

2007-10-30 Thread RR_QQ
It seems I have this problem when I press ENTER on a field instead of the OK button generated by the jeditable ffunction. And this problem is only occuring in FireFoxdoes anyone have any experience in jeditable? RR_QQ wrote: > > > Unfortunately I cannot, special privileges are

[jQuery] jEditable help!

2007-10-30 Thread RR_QQ
I noticed there was more activity in this forum than in the Plugins forum so I decided to post a quite note that I need help with jEditable and here is the URL in case there is anyone out there familliar with this plugin: http://www.nabble.com/jEditable-Issue---changes-seemingly-revert-back-to-o