15,120 Topics

Member Avatar for
Member Avatar for SushilKumar
Member Avatar for einbump
0
6K
Member Avatar for SimonIoa

Can anyone tell what would be the correct syntax for **data** var ev = $("#update").val(); var up=$("#upload").val(); $.ajax( { data: ______,

Member Avatar for SimonIoa
0
145
Member Avatar for ethan.david.376

"Checkbox1 Checkbox2A Checkbox2B Checkbox2AA --- hidden at first Checkbox2AB --- hidden at first" How will I implement this using javascript/jquery? When Checkbox1 is checked, Checkbox2A and Checkbox2B will also be checked. When Checkbox2A is checked, Checkbox2AA and Checkbox 2AB will be visible.

Member Avatar for gon1387
0
219
Member Avatar for zenlau

Hi All, I have 2 frames in one page which is left frame and right frame. May i know how to set the link to the jstree node which is located at left frame. When click on the node, it will reload the page at right frame without reload the …

0
144
Member Avatar for matt.haselip

hi please help me. i have a google map on my website, but i cant get it to zoom out to show the circle radius, and it seems to be zooming only to view the markers. how can i zoom out to show the radius of the map? see below …

Member Avatar for matt.haselip
0
510
Member Avatar for patk570

Hey guys, I have a script that switches between tabs..It works perfectly, but what i am needing is a way for the script to stop when I have my mouse on the tab or content for the tab. I am using bootstrap and here is my [fiddle](http://jsfiddle.net/patk570/5hk6R/) with the working …

Member Avatar for Troy III
0
4K
Member Avatar for MaddTechwf

I've written a small asp function that query's my database and returns data. I've tested the function and it does return the data correctly. I'm trying to figure out how I can then take that data and store it into my javascript array. I have this below but I can't …

Member Avatar for vsmash
0
3K
Member Avatar for wonderland

Hello, I've been searching around internet for quite a few hours, but couldn't find a solution that would work for me. Site has 2 domains. I would like to do a logo image swap, based on domain that the site is accessed from. domain1 = image1 domain2 = image2 I …

Member Avatar for owen101
0
2K
Member Avatar for dave_irishman

I have a table residing on a MySql data base called Bookings. The Bookings table consists of a composite primary key based upon the following 2 fields: BookingDate & Booking Slot. On my website, I have built a bookings page which will consist of a a simple HTML Form, which …

Member Avatar for dave_irishman
0
1K
Member Avatar for paramesh23
Member Avatar for iamthwee
Member Avatar for kavitha N

Hi All, I have experience in HTML5, CSS3 and javascript etc.. exposure in JQuery. Now i want to create a new application for Online Leave Application. Any one could you please suggest me what will be the best. And if i want to use JQuery which way use good like …

Member Avatar for iamthwee
0
139
Member Avatar for waqas_2

Hi I was searching it for many weeks I am working on Magento Store, i have 2 domains i want to show different logo on each domain. In header file, logo is shown by this code <?php if ($this->getIsHomePage()):?> <h1 class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo …

Member Avatar for Troy III
0
243
Member Avatar for Sagarika_1

I have a Carousel which uses the setInterval() to toggle between the tabs every 4 seconds. I now want to stop this auto-toggle on click of any particular tab. The clearInterval() is getting called only after a cycle, and not immdetiately when a tab is selected. Please point me to …

Member Avatar for diafol
0
792
Member Avatar for renierdbruyn

I have a function that does certain checks, if the the checks fail, it will add values to a dict, i.e: outstanding = {} sims = [_sim for _sim in self.context.sims if unicode(_sim.iccid)] # for sim in [_sim for _sim in self.context.sims if unicode(_sim.iccid)]: print sims count = len(sims) if …

0
132
Member Avatar for iamthwee

$("#login_form").submit(function(**event**) I need to pass the word 'event' to the jquery function only for firefox for it to work? WTF? All my functions need changing then?

Member Avatar for Troy III
-1
391
Member Avatar for jelly46

I'm a bit new to DOM [please bare with me] and what I want remove some html as I don't actually have access to the HTML file. This is because it is a CMS so would it be possible to manipulate code via DOM? Here is a code sample I …

Member Avatar for Troy III
0
171
Member Avatar for 9tontruck

Hi, I am working on displaying my JSON string beautifully using jQuery. Here is my code: $(document).ready(function() { var jsonp = '[{"filename":"4x6_flower.png","count":1,"zones":[{"x":"198","y":"133","width":"1283","height":"820"}]}]'; var obj = jQuery.parseJSON(jsonp); document.body.innerHTML = ""; document.body.appendChild(document.createTextNode(JSON.stringify(obj, null, "\t"))); }); But output is displayed in a single line like this: [ { "filename": "4x6_flower.png", "count": 1, "zones": …

Member Avatar for diafol
0
220
Member Avatar for DaveyMoyes

Hi everyone, thanks for reading and replying to this dummy question. I have a script that open a javascript alert box - what I would like to do is after clicking the "OK" button is to direct the user to a new page. the alert is working, just when I …

Member Avatar for anitha407
0
6K
Member Avatar for hanan-kh

hi evrey on ineed your help in php &jquery im working in news site in news blok the image should be chang when a mouse move to defrent news title this is the templat <section class="box-nwes-con"> <a href="#"> <img src="images/sport-img.jpg" title="{title}" alt="{title}" /> </a> <div class="news-box-con"> <div class="title-news-block"><a href="#">{title}</a></div> <!-- …

Member Avatar for Bachu
0
301
Member Avatar for Alistair_1

i am using the below script as my basis for my ajax requests However whenever i run them i keep getting the error Uncaught SyntaxError: Unexpected token hr.onreadystatechange and Uncaught TypeError: Object [object Location] has no method 'load' hr.onreadystatechange Here is the code $('#ind_login_submit').on('click', function (e) { var vars = …

0
140
Member Avatar for Ricky_2

I'm try to make javascript onclick function in php file.the result is make an alert window in my page. but nothing happen.please help me. this is my code: <script type="text/javascript" charset="utf-8"> $('#printdata').click(function() { datastring = {customer :'val', person :'val', address :'val', phone :'val'}; $.ajax({ type:'POST', url:'print.php', data:datastring, cache:false, success:function(){ alert('?????'); …

Member Avatar for diafol
0
237
Member Avatar for Siberian

I want to know if this jQuery pseudo-code would fade out then hide the ID#Fabric ? $("#fabric")function() { .fadeOut("6000").hide("500") }

Member Avatar for JorgeM
0
177
Member Avatar for chaitu11
Member Avatar for ScubaSam

Hey everyone I'm looking for someone to help me, I want to view my outlook reminders using JavaScript. Any help would be appreciated.

Member Avatar for pritaeas
0
129
Member Avatar for Siberian

When using "return" in Jscript is it's purpose if used in a function to write something back ? Instead of explaining here is a piece of code. function apple() { var one = "Hello"; var two = "Orange"; var total = One+Two; return total; } document.write(total); Shouldn't the write command …

Member Avatar for Siberian
0
175
Member Avatar for tanzia.khan.71

I am trying to make a dynamic data table . I need row will add dynamically in table and only latest four row show in table . I don't need to show all data in table. here is my code to show dynamic row: $('#history').append('<tr><td>'+labordate+'</br>'+ formattedStart+'</td><td>'+formattedEnd+'</td><td>'+lengthFormatted+'</td><td>'+timeBetweenFormatted+'</td></tr>') Thanks for any help

0
144
Member Avatar for Violet_82

HI I am looking into object literals, a topi that I am afraid I really don't know much about. Anyway, I thought I'd try something but I didn't get it to work and I am not sure what I am doing wrong. I have an HTML page: <html> <head> <title>This …

Member Avatar for Troy III
0
194
Member Avatar for dhruvarora227

I saw this effect on this website 'http://www.reviews42.com/home/' with the images and all, anyone know how can I get this effect on my image gallery?

Member Avatar for jkon
0
71
Member Avatar for vuyiswamb

Good Day All i am opening a Popup and i want to bind the "onbeforeunload" to the popup that if someone clicks on the close button in the window or close button in the page , the event should fire a javascript function that is on the page that opened …

Member Avatar for Troy III
0
250

The End.