14,054 Topics

Member Avatar for
Member Avatar for Omar_6

Hi, I have a header with a brief about someone, and I have an icon that should replace the brief div with social icons, I've already coded the basic markup, but I don't know how to do that with jquery Here's my code: <div id="info"> <h4 id="aboutinfo">I’m <span>Omar Soliman,</span><p>a front-end …

Member Avatar for JorgeM
0
167
Member Avatar for Bensirpent07

Alright so I'm trying to figure out why this code will show the menu bar on the computer when the page is loaded, but not on my Samsung Galaxy S4 whenever it's loaded. Here is the code, I can provide the link if needed, but I would prefer not to. …

Member Avatar for Bensirpent07
0
197
Member Avatar for toplisek

I have tested many times Which browser and read instructions. It seems there are missing points at main app page: https://github.com/WhichBrowser/WhichBrowser Author: Niels Leenheer I have checked again and a little bit confused as this is the first time. 1. It will be under public_html 2. Cron job will update …

0
117
Member Avatar for Draw

**Hey Daniweb!** A bunch of us have been putting together a web-based drawing app. In a nutshell, users connect in real-time to draw or chat on a sort of interactive whiteboard. Plenty of these are made in Flash, but we are determined to build it in JavaScript and HTML5; a …

Member Avatar for Draw
0
262
Member Avatar for witakr

Hello good people. I am trying to add a snippet of javascript to the head tag of a mobile site that checks if the visitor is using a PC and if the visitor is viewing the mobile site on a PC I want them to be redirected to the normal …

Member Avatar for almostbob
0
535
Member Avatar for boney

Hi, how do i pass the variables color, city and food to the mypage.php? I am able to get 'name' and 'age'. I want tto be able to pass all the variables mentioned in the script. <script type = "text/javascript" src="mypage.php?name=test&age=23"> var color = "red"; var city = "london"; var …

Member Avatar for diafol
0
169
Member Avatar for titas.datta

Hi, I am trying to add some values retrieved from database, into a HTML table which I've already created using jQuery & AJAX. My data is getting retrieved properly, but its not getting displayed when I am loading the HTML page. Could anybody help ASAP?? Here's the code I'm using …

Member Avatar for titas.datta
0
14K
Member Avatar for PixelandtheWolf

Perhaps this isn't a mystery, because I don't have access to older browser windows, like Internet Explorer 9 or below. But this does bring a rather interesting question to the table. While attempting to use programs like Browserstack and Sauce Labs, my Internet Explorer 8, 7 and 6 tests fail …

Member Avatar for gentlemedia
0
152
Member Avatar for Sudhakar_1

The Timer displayed is 1 hr (HH:MM:SS) in decrement order. I have to display a pop out when 50 minutes complete after that remaining 10 minutes one pop up should display saying 10 minutes with 0 sec. After that for every 2 minutes the pop up appear showing 2 minutes …

0
67
Member Avatar for toplisek

I have set container like: <div class="container" ng-app="myApp" ng-controller="tagsCtrl"> <h3>Angular Tags List Editor - Autocomplete</h3> <div class="row"> <div class="col-md-7"> <div class="panel panel-default"> <div class="panel-heading"><h4><i class="fa fa-tag fa-lg"></i> Tags</h4></div> <div class="panel-body"> <div class="row"> <div class="col-md-12"> <tag-manager tags="tags" autocomplete="allTags"></tag-manager> <hr> <h3>Current Tags</h3> <ul class="list-unstyled"> <li ng-repeat="tag in tags">{{tag}}</li> </ul> </div> </div> </div><!--/panel-body--> …

Member Avatar for toplisek
0
665
Member Avatar for pranab2302

hi, can you please help me in writeing a code in javascript which will eneble javascript in browser. The code need to be in java script. i am using a performante testing tool "gomez" which supports java scripts only. its really urgent. Thanx in Advance. :icon_smile:

Member Avatar for ps1990
0
712
Member Avatar for utsavjoshi95
Member Avatar for JorgeM
0
58
Member Avatar for utsavjoshi95
Member Avatar for toplisek

I have an isssue that INIT function works like enclosed example. Issue is that map should be placed or it returns an error. How to avoid this? 1. INIT function is not set due to ID: id="Googlemap_number1" How to do it? 2. INIT function should be executed only if there …

0
133
Member Avatar for toplisek

I have to change $ into jQuery due to conflict validation. Please find code. It seems an issue with the line that jQuery validation passes an error. how to solve this ? Line with an error: Manipulator.prototype.setupEvents = function() { var self = this; jQuery('#add').on('click', jQuery.proxy(self.onAddClick, self)); jQuery('#randomize').on('click', jQuery.proxy(self.onRandomize, self)); …

Member Avatar for toplisek
0
298
Member Avatar for AntonyRayan

Hi, In a bootstrap page I have button called language known, by clicking that a popup checkbox modal will open in that I have two button called close and savelanguages, by clicking savelanguages button what are the languages that are selected nnear to the languages button in a textbox.. I`m …

0
141
Member Avatar for Siberian

A page I'm working on has a few minor hiccups with IE7. I've been informed to ignore IE7, can anyone give there added opinion ? I'd like to share the link to which I need help with !

Member Avatar for Siberian
0
145
Member Avatar for Sijeveux

Hi there, I've been struggling for several days now with datatables, and I don't know how to get my individual columns being searched thanks to their each own input. When I type something in my inputs nothing happends, no filtering is done. Many thanks if yo can take that thorn …

0
102
Member Avatar for prafulla23

I have problems with jasper report. First I inform to I used eclipse luna and jaspersoft studio 6.0. 1] How to show and hide report fields from jsp using servlet? 2] how to fetch static fields text from jsp and display in textbox? how to way i solve this problem?

Member Avatar for stultuske
0
239
Member Avatar for GlenRogers

I'm doing a one page site. At the top of the page I have a fixed position header with logo, menu etc. As it stands now, when I click on a menu link to take me to the relevant section it takes me there ok but as the header is …

Member Avatar for bnmng
0
158
Member Avatar for ggeoff

Hi I have been trying to get a google map on one of my websites. In the past I had no trouble. But now having forgotten what I did I googled the topic and found an explanation that required adding javascript to the head section and a div with map-canvas …

Member Avatar for ggeoff
0
2K
Member Avatar for rezajan

Hello, I am Reza and I have just started programming with C and C++. I am so interested in Network programming. I would like to know more about sockets and the concepts of it in C and CPP. Thank you in advance.

Member Avatar for Squiva
0
111
Member Avatar for samson.oba.77

I have tried different free jquery responsive imagesliders. They do work but the problem is they dont stay confined in the div container where i put them. Looking at the code i see parts which use px instead of % or em. Could that be the reason the dont truly …

Member Avatar for AleMonteiro
0
104
Member Avatar for methuselah90

I would like to update a variable and array item after a record array search, and wanted to know what would be the best way of carrying it out in Javascript. In this case, if a match is found between the variable and area item, then the postcode item should …

Member Avatar for jstfsklh211
0
263
Member Avatar for baloch123

Hi I want to greet user when they type their name in the textbox. e.g WHEN THEY TYPED IN THEIR NAME A LITTLE POP UP, OR A LINE APPEARED IN AREA THAT SAID “Hi XXXXX, nice to meet you!” Here is the sample code. <div class="form-group"> <label class="col-xs-3 control-label">What is …

Member Avatar for baloch123
0
272
Member Avatar for JosephHanh

Need help with the quiz problem. I want to set time limit for each question in quiz module (say 30 seconds) and after that time, the form will auto submit the question (auto submit = no option selected = unanswered). There are 3 questions, so total time limit is 90 …

Member Avatar for minitauros
0
183
Member Avatar for Tuan_2

Javacript novice here, I've been trying to learn how to remove this annoying error I always get on Nike.com I tried to remove it through adblock which I can't The only way to remove this error is click the 'OK' button. heres the script for the "OK" button <button class="notification-button …

Member Avatar for minitauros
0
202
Member Avatar for sasikrishnasamy

Hi all, I want to validate a text box like this format 2.0.0_P1416.E1.0_;0 value should be numeric until first two dot after second dot it may contains num, char and special char. I tried with below mentioned special expression but I can’t get my result. Can someone point out what …

Member Avatar for minitauros
0
128
Member Avatar for AmritaHasan11
Member Avatar for maas

I'd like to disable/enable SelectManyCheckbox and the SelectOneMenu based on my selection. I have two radio buttons to be selected whether A or B. The SelectManyCheckbox and the SelectOneMenu should be disabled at the first run. When the user selects “A” the SelectManyCheckbox and the SelectOneMenu should be enabled and …

Member Avatar for diafol
0
769

The End.