[jQuery] Google map throwing exception

2009-10-01 Thread Mohd.Tareq
Hi All, I am trying google map with JQuery Model window. I have written some script to view google map with model window. Bellow steps are 1 - Click on link, (onclick event I am calling a javascript function to show google map with model window) function showGoogleMap(id,lat,long){ try{

[jQuery] Re: trim string

2009-09-14 Thread Mohd.Tareq
Try object.substring('.',' '); On Mon, Sep 14, 2009 at 3:40 PM, runrunforest craigco...@gmail.com wrote: Hi, I have an array like this cat=(com12, com1, cop233, com1.1, sap-12-1) I want to take out all the numbers and . and - signs the desire result is cat=(com, com, cop, sap) how can

[jQuery] Re: Too much recursion

2009-08-28 Thread Mohd.Tareq
On Fri, Aug 28, 2009 at 8:46 AM, FCCS brard.pie...@gmail.com wrote: Hello, I'm trying to build a simple fadeIn - fadeOut loop on a div, but I get an infinite recursion the way I do it : // + Code function visibleFadeIn() { jQuery('#visible').fadeIn(2000, visibleFadeOut()); }

[jQuery] Re: Conflict between jquery and mootools

2009-08-18 Thread Mohd.Tareq
use noconflict function http://michaelshadle.com/2007/07/03/jquerys-no-conflict-mode-yet-another-reason-why-its-the-best/ On Tue, Aug 18, 2009 at 7:09 PM, jqueryuser m.pet...@gmail.com wrote: Is not working, put the setting in the file but does not work on the site, the jquery.js I have on my

[jQuery] Re: pass different IDs to function?

2009-08-18 Thread Mohd.Tareq
HI,var preId = null; function divFlip(Id) { $(#+preId).hide(); $(#+id).show(); preId = Id; $(.tabs).removeClass(highlight); $(#1).addClass(highlight); } div id=menu_tabs ul id=tab_list li id=1 class=tabs

[jQuery] Re: Google Maps inside jqModal

2009-08-07 Thread Mohd.Tareq
Hey Anshu shetti, Your trying to display google map with model box. May be your google map is having some issue check with its flow, 1 - goolgle map should be generate first. 2 - model box code should execute after that. Here I think so your model box is appearing first before to generate google

[jQuery] Re: call ajax on ENTER key press

2009-07-30 Thread Mohd.Tareq
Hi bharani kumar, * * *Its simple one you need to write onKeyPress event in the method definition read key value if * *key value is equals to 13 then post ur form.* cheers :) On Fri, Jul 31, 2009 at 9:26 AM, bharani kumar bharanikumariyer...@gmail.com wrote: Hi all input type=text

[jQuery] Need to validate Multiple email IDs with Comma Seprated

2009-07-23 Thread Mohd.Tareq
Hi Guys, Can any one tell me validation ' *Email Validation for multiple emails (comma separated)* ' for textarea. I am writing Regular expression but not able validating the given input with comma :( Please suggest something in JQuery Or Javascript Thanking you Regard Mohd.Tareque

[jQuery] Re: Need to validate Multiple email IDs with Comma Seprated

2009-07-23 Thread Mohd.Tareq
with the comma, and then validate them one by one. On Thu, Jul 23, 2009 at 9:49 PM, Mohd.Tareq tareq.m...@gmail.com wrote: Hi Guys, Can any one tell me validation ' *Email Validation for multiple emails (comma separated)* ' for textarea. I am writing Regular expression but not able

[jQuery] Re: Need to validate Multiple email IDs with Comma Seprated

2009-07-23 Thread Mohd.Tareq
with the comma, and then validate them one by one. On Thu, Jul 23, 2009 at 9:49 PM, Mohd.Tareq tareq.m...@gmail.com wrote: Hi Guys, Can any one tell me validation ' *Email Validation for multiple emails (comma separated)* ' for textarea. I am writing Regular expression but not able

[jQuery] Re: 3 Solitaire

2009-07-14 Thread Mohd.Tareq
Hi Weepy, Very nice Weepy, really its making crazy ;) On Wed, Jul 15, 2009 at 10:12 AM, Karl Swedberg k...@englishrules.comwrote: Interesting view about this from Douglas Crockford: type=text/javascript This attribute is optional. Since Netscape 2, the default programming language in all

[jQuery] Re: json format

2009-06-01 Thread Mohd.Tareq
Hi ,var name = 'Peter Wraae Marino'; var data =name=+name; $.ajax({ url: http://localhost/test/gui/ajax_member.php;, type: GET, data: data, cache: false, dataType: json, success: function(msg){ alert( msg); }, error: function( XMLHttpRequest, textStatus, errorThrown ){ var t = XMLHttpRequest:

[jQuery] Re: What is the best way to pass variable data from Python to jQuery?

2009-06-01 Thread Mohd.Tareq
Hi, I dont know about python but I can suggest you, that you can retrive your data in json format. To retrive data into json format you need set ajax request type : json Means prepare one array in your server script assign your variables value into array key. Now here you have complete array with

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-26 Thread Mohd.Tareq
Hi Hetneo, Its easy to get that kind of menu using javascript / jquery code. See they have written plugin based on ul li. Now here is a solution like Ischa I guess ;) Step : 1 - Create Main menu div menu1,menu2,menu3,etc 2 - Create another menu below each menu div [menu1 - sub-menu1] 3 - Use

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-26 Thread Mohd.Tareq
:). Any ideas? Many thanks, Charles On May 26, 5:16 pm, Mohd.Tareq tareq.m...@gmail.com wrote: Hi Hetneo, Its easy to get that kind of menu using javascript / jquery code. See they have written plugin based on ul li. Now here is a solution like Ischa I guess ;) Step : 1 - Create

[jQuery] Events : click blur

2009-05-18 Thread Mohd.Tareq
Hi All, I am trying to add two event on one button Events are 'click' 'blur' But when ever I am trying to click on button which is having two event, then first its executing 'blur' event, logically it should execute 'click' event first. Is it bug of javascript? Or am I doing something wrong :(

[jQuery] Re: Need QuickLinks jQuery functionality as seen on NorthPoint.org at top of page

2009-05-18 Thread Mohd.Tareq
Hi, This is made by flash.Try it with Flash hope flash can give you same solution. Or If you wana do with jquery then you have to use carousel plugin of jquery. see this example :

[jQuery] Re: how to get a row of a table sorted with quicksearch plugin in a text box

2009-05-17 Thread Mohd.Tareq
Hi, To get data of a row you need to use id of that row. var row_data = $('#row_id').html(); To insert into your your form textarea Again you need to use id of that textarea. like : $('#textarea_Id').html('Some string value you can pass here '+row_data); Hope you will solve your problem hope I

[jQuery] Re: make the Fading like opening DOOR

2009-05-12 Thread Mohd.Tareq
$().click(function(){ $('#door').animate({ width: 'toggle' });On Wed, May 13, 2009 at 10:03 AM, bharani kumar bharanikumariyer...@gmail.com wrote: On May 12, 11:17 pm, bharani kumar bharanikumariyer...@gmail.com wrote: Hi All , Can you some one tell me , I want to make the DIV

[jQuery] Re: explain the e in function

2009-04-20 Thread Mohd.Tareq
'e' is nothing but which holds the property of events like e.target.id which gives u target ide is object of event. On Mon, Apr 20, 2009 at 2:31 PM, johannesf johannes.foss...@gmail.comwrote: Hi I cant find any generall documentation for the e in functions, for exampel: $().click(

[jQuery] Re: how to call 1 function from many buttons by passing parameters

2009-04-14 Thread Mohd.Tareq
Hi Hissam, If you have 5 div : $(function(){ $('.common').click(function(e){ $('.common').hide(); var targetId = e.target.id; $('#'+targetId).show(); }); }); div id=1 class=common/div div id=2 class=common/div div id=3 class=common/div div id=4 class=common/div div id=5 class=common/div

[jQuery] Re: jQuery introduction script (Alert Message is now showing!)

2009-04-02 Thread Mohd.Tareq
On Fri, Apr 3, 2009 at 5:52 AM, yrstruly anthony.apol...@gmail.com wrote: Hallo Im new to jQuery. I have donwloaded the jquery-1.3.2min file and i have copied that introduction code from the website and saved it in the same directory as the jquery file. When i run the script it seems to be

[jQuery] Re: Two Sliders on Page :: 1 closes when the other opens

2009-03-24 Thread Mohd.Tareq
Hi commarts, When you are writing script to open top right slider , at the same time you need to add script to close bottom slider in the same script. Hope you get it. Cheers. On Wed, Mar 25, 2009 at 1:35 AM, commarts comma...@gmail.com wrote: Friends, I have two sliders on the page. One

[jQuery] Mohd.Tareq wants to chat

2009-02-16 Thread Mohd.Tareq
I've been using Google Talk and thought you might like to try it out. We can use it to call each other for free over the internet. Here's an invitation to download Google Talk. Give it a try! --- Mohd.Tareq wants to stay

[jQuery] Re: test for css selector capability?

2009-02-09 Thread Mohd.Tareq
Hi Geuis, Ther is a function with alias ($.browser) it will gives u functionality to identify browser name like this *$.browser.mozilla , $.browser.msie , ** $.browser.opera , $.browser.safari.* if u wana return the version of browser , then u have use below function *$.browser.version

[jQuery] Re: what could be causing this isnull error ( realy weird )

2009-02-09 Thread Mohd.Tareq
Hi, May be its not able get the value for ur function ($(.grid_8) ); declare it on top of ur method . See this hope sol this will work regards Ragx On Mon, Feb 9, 2009 at 5:30 PM, Armand Datema nok...@gmail.com wrote: Hi http://www.howardsplaza.nl If you go to this page in firebug you

[jQuery] Re: Calling ajax function with form submission

2009-02-09 Thread Mohd.Tareq
Hi , If u dont wana use javascript to submit form then remove onSubmit event, If u want to submit it with ajax then remove action attribute add *return false;* regards Ragx On Mon, Feb 9, 2009 at 1:07 PM, Vivek narula.vi...@gmail.com wrote: Hi, I am fiddling with an form and calling an

[jQuery] Re: [validate]

2009-02-09 Thread Mohd.Tareq
$(#clientnip1).rules(add, { required: function(element) { return $(#type).val() == P; } $(#clientnip2).rules(add, { required: function(element) { return $(#type).val() == S; } one function can return only one value at a time first one i.e. 'p' one to execute

[jQuery] Re: treeview custom icon

2009-02-05 Thread Mohd.Tareq
Yes it is possible . suppose u have a tree [ A ] Branches are [ B,C,D ] then if u wana add icon on B branch , then give a id of B branch div $('#Bid').prepend('img src=... /'); hope this will help u. regards Ragx. On Thu, Feb 5, 2009 at 6:52 PM, viklund_anders viklund_and...@hotmail.comwrote:

[jQuery] Re: Attr(name)

2009-02-05 Thread Mohd.Tareq
Hi Liam Potter, Yeah u have to pass dynamic id for those input field then u have to pass those id on ur events hope this will help u :) If ur not using dynamic id then obviously it will get first input only b'coz its taking that on top of ur input fields . regards Ragx On Thu, Feb 5, 2009 at

[jQuery] Re: clueTip - can you parse out heading when reading from external file?

2009-02-02 Thread Mohd.Tareq
may be this [rel=/text.htm] file not able to load or remove slash from rel tag rel = text.htm. if it will not sort with this way then write all the content into ur current html file [text.htm] try for this syntax rel=#id_of_text.html_content give a try. regards, ragx On Tue, Feb 3, 2009 at

[jQuery] Re: HELP!!! wait for fade out before replacement div fades in

2009-01-28 Thread Mohd.Tareq
use animat() function $('.msg_body').animate({left: 50, opacity: 1}, 1500).fadeOut(1000); $($(this).attr(href)).animate({left: 50, opacity: 1}, 1500).fadeIn(1000); above animate function will fade out first after 1000 ms will proceed for fadein right now its getting fadeOut immediate getting

[jQuery] Re: How to decode Json value through Jquery

2009-01-28 Thread Mohd.Tareq
jquery encode / decode plugin is available try it hope ur will find solution Regx http://www.prodevtips.com/2008/10/21/jquery-plugin-html-decode-and-encode/ On Wed, Jan 28, 2009 at 5:09 PM, Bluesapphire michealg...@gmail.com wrote: Hi! I am novice to Jquery. Iam getting following Json