The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
28 views

form not load succesfuly from vba

I´ve been reading for a couple of days and I found out that maybe my problem has something to do with a bug, but I don´t know how to fix it. I have two Sheets, each one has a button called ...
-3
votes
0answers
4 views

How to show Direction within a building?

How to show Direction within a building? I want a feature that can show the following: the location of user (like user is on first floor) and want to go to same building's 25 floor. How can i show ...
1
vote
1answer
11 views

How to create a Show More button in this .TPL file

I have downloaded a template with a module called Publications. When the News Page is loaded it calls this .tpl file: {title}{$category.title}{/title} <div class="newsPage"> ...
0
votes
1answer
18 views

window resize issue using jquery

Please go through below image https://dl.dropboxusercontent.com/u/36614618/Doubts/onlineChatImg.jpg In the image above 'Image 01' you can find a onlineChat div at the right side of the html document. ...
0
votes
1answer
9 views

GridView without data won't show columns

i can't seem to get the columns to show up on the page. I want to show the gridview with the columns, but without any data. How can i do that? **Presenter.cs** public DataTable ...
0
votes
0answers
5 views

Issue while doing window resize

Please go through below image https://dl.dropboxusercontent.com/u/36614618/Doubts/onlineChatImg.jpg In the image above 'Image 01' you can find a onlineChat div at the right side of the html document. ...
0
votes
1answer
18 views

Am a newbie to PHP am doing a project where i need to direct $page_picture to an actual image url

All other parameters are echoing and the actual URL and the image is NOT displayed in the results page. I need a shortcut that will display the image itself. Can I simply write: $page_picture = ...
0
votes
4answers
47 views

C# - Failed to close an old form after a new form is shown

I'm creating a login function. After validating the password, the main form will be called. Here is the partial code: Login.cs private void btnLogin_Click(object sender, EventArgs e) { ...
0
votes
1answer
27 views

Hide the content again with js

When i click on div.info it needs to be hidden/display:none again. How can I do this? html <div class="floated"> <a href="#" class="showinfo">link 1</a> <div ...
0
votes
0answers
9 views

Toast don't show, What to do?

I have an Activity that asks my server for something using html connection. if there is no results then toast should appear saying "sorry not this time" however, it doesn't appear. my code is as ...
-1
votes
0answers
17 views

How do I paginate a slideshow [closed]

This is the slideshow plugin I am using with the autoadvancing feature : slideshow auto advance slideshow I wish to paginate this slideshow, but I am not worth anything when it comes to javascript. ...
0
votes
1answer
37 views

show feedback only when asked

I'm creating a feedback. I show the success message when it's good and error when there is something wrong, but my css (red and green block) is there from the beginning. How can I hide this before ...
0
votes
2answers
19 views

display html content without using webviw in android

I wan to display html contents without using webview in android. Contents are result of html parser. But by now, I don't know how to do it. Is there any clue or example? I think I need some ...
0
votes
3answers
40 views

Show/hide DIV script

When you click the months on http://kaye.at/test/, the divs show/hide. When the page loads they are all open, how do I make it so that June is open but the others are closed on pageload? Or how do I ...
0
votes
2answers
31 views

Javascript checking if textbox filled or checkbox checked and displaying a div

I have a button like this: input type="submit" name="continue" id="continue" value="CONTINUE" class="submitContact" /> Then for this button I am setting up a js that looks like this: ...
0
votes
1answer
10 views

Show /hide table rows but

If someone can help: Try to hide/show some rows in a HTML table, setting the style display:none or display:block attributes in some table rows. The problem is that if I set the display:block, seems to ...
0
votes
1answer
26 views

jquery rss with show more feature

I was trying to add a show more button or div as in this example here show more button to my jquery rss I made here Jquery rss feed. The problem is that I tried many times to wrap the rss div with a ...
0
votes
0answers
10 views

Hide section content and show a new one after clicking a button

<section id="videoContainer"> </section> <section id="videoContainer2"> </section> I want to hide videoContainer and show videoContainer2 in the same place while a ...
3
votes
2answers
47 views

how to make function for set visibility of All images in custom listview in adapter?

how to make function for set visibility of All images in custom listview in adapter , when i click button hide_All_image or button show_all_image? here my adapter... public Object getItem(int ...
0
votes
0answers
3 views

Show stream with no thumb

How can I have the Like Box with Show stream enabled, but I don't want the thumb. It takes up too much room as I only have limited space in the left hand margin. The other option would be to disply ...
0
votes
2answers
33 views

how would I show the original Form2 from inside Form1 when I press button on Form1 in C#

private void button1_Click(object sender, EventArgs e) { Form2.Show(); } I have the code above which in my opinion contains no error but it won't execute by some reason. It says the ...
0
votes
1answer
36 views

jQuery hide and show in Safari mobile

I want to hide and show an image, but it's not working in mobile safari. Only the css border of the image appears after the show() call. (it works in all normal browsers, this bug is just in mobile ...
-4
votes
0answers
17 views

like-box not displayed for non-authorized users

My problem is that Widget "like-box" is not displayed to facebook users who are not authorized. I Tried a div and an iframe. Any help is appreciated Page to be displayed: ...
0
votes
2answers
46 views

hide and show div tags

I'm trying to implement a switch/tracker to my HTML5 game.A short description of what I want jQuery to do for me: hide all div tags and show the ones I need (body, output, language, footer and a ...
2
votes
1answer
22 views

Detect page zoom on iPad and hide particular classes

I'm trying to detect if a user zooms on an iOS devise while using my website, if they zoom I would like to hide specific elements and likewise if they zoom out I want to show them again. Is this ...
1
vote
0answers
44 views

How can I use Jquery to load different pages?

I want to load a page by default but give options to go to 2 other pages. Using JQuery, what can I use to have one page load by default and then when the user clicks on the other page options the ...
0
votes
0answers
11 views

dialog.show() is not working… why?

I have a mainActivity class with a inner class called FragmentClass which has a method which call the show() method, but this method is not working(I followed the instructions from the android ...
0
votes
3answers
40 views

jQuery .show() - show / hide for multiple elements

I am trying to achieve this: Create a page with multiple lists, each containing a nested list to be revealed when a link is clicked. When a link is clicked, and the content is revealed, when ...
0
votes
1answer
23 views

Making action when element appear on screen with jquery

how do I check during a scroll when an element "# my_div" appears on the screen with jquery?? and if it appears to do certain actions
-2
votes
0answers
28 views

mCustomScrollbar Scrolling Load More [closed]

Page scrolling loading next post. source : http://manos.malihu.gr/jquery-custom-content-scroller/ example : http://www.infinite-scroll.com/ index.html <div id="content_1" class="content"> ...
0
votes
1answer
36 views

Hide and show divs using PHP

So I have this code that requires to be a member. Now the question is what code do I add to hide two different divs called "socialsignup" and "formwrap". Another question is can you have multiple ...
0
votes
1answer
50 views

How to choose which WIX dialog to show OnExit based on condition

I have two WIX dialogs in my setup project Final form which is to be shown when installer terminates with status 'success' <Dialog Id="FinishedForm"> ... </Dialog> and page to show ...
0
votes
1answer
22 views

Hide logo on scroll, doesn't trigger on scroll back to top

I'm trying to create a function that hides a site's logo when the user starts scrolling the page and then shows it again when the user scrolls back to top. Triggering the hide part work is a breeze, ...
0
votes
2answers
40 views

java swing components don't show inside panel

I'm fairly new to swing, so I believe this may be something simple. Hope some of you can give me a hand. This is part of a more complex scenario but I managed to put this in a simple example. I'm ...
0
votes
3answers
57 views

Jquery display text from mysql

Maybe someone can give me a little help. I modified a jquery to appear as i wanted, you can see it here: http://loja.genesiseries.com/depoimentos/index.html But i need display text from mysql DB, so ...
0
votes
1answer
14 views

ActiveModel::MassAssignmentSecurity::Error (backbone.js + rails + rails-backbone gem)

I am trying to continue along the path I was lead down in this post: render show page on submit backbone.js + rails + rails-backbone gem I am still trying to figure out what I describe in the first ...
0
votes
2answers
25 views

JQuery .show() doesnt't work when call another function

I have the simple code below: $("#mensagem").html("Success."); $("#mensagemRetorno").show(); $("#mensagemRetorno").delay(3000).fadeOut(800); I would like to call the function 'buscaPosto()' after ...
0
votes
1answer
29 views

Show json data with php

I cant print out the data contained in the json, here's my code: $string='{ "tonysacaoficial": { "id": "379656405412890", "about": "Candidato presidencial por UNIDAD, ex presidente ...
0
votes
1answer
57 views

Link to change div content “<div lang=…”

using the script descripted below, i was wondering if there was a way to put a link on the page to allow users to change the displayed language after the page is loaded. Initialy, it displays the ...
0
votes
0answers
23 views

Hide/show form for a particular user

I wan't to show a particular form to the admin user, but I wan't to hide the form for other users. I have tried evrything but it doesn't work. Code: <?php if($user_profile['id']=='562004018'){ ...
0
votes
1answer
28 views

.hide and .show displaying all elements and not functioning properly until user scrolls

Hello so I am working on a vertical scrolling site where fixed central image (the main character) hide and show depending on where the user is on the page using .scrolltop. The only problem I have is ...
0
votes
3answers
49 views

Fade in when hovered with Javascript

Hi I've been trying to make div2 and div3 to appear when I hover over div1 but mine doesn't seem to be working. Also, I don't want to use jquery. Here's the jsfiddle: http://jsfiddle.net/AbEZm/ Html: ...
1
vote
1answer
34 views

Image from sql database not showing on PHP [closed]

I have this code on php: $query = "select * from product"; $result = mysql_query($query); <?php while($row = mysql_fetch_array($result)) { echo "<tr>"; echo "<td>" ...
0
votes
1answer
46 views

jQuery: hidden divs need to re-appear

I have a couple of products lined up next to each other in a div and i'm using this script to hide the one by one. At some point they have all disappeared and I would like to have them all re-appear. ...
0
votes
1answer
52 views

show if 1 checkbox checked, hide if SEVERAL UNCHECKED jquery

Hi I would like to figure out how to do some logic on a checkbox dilemma. I have a listing for a video with tags associated with it. It has a corresponding checkbox. When the checkbox is checked ...
0
votes
0answers
26 views

Show box-shadow through transparent object (div)

I'm working on a css3 3D page and i want to show the shadow through a transparent div but i can't get this to work... I can't use a span or anything because it needs to be the same object because of ...
0
votes
0answers
43 views

Events on FullCalendar using CodeIgniter

I'm trying to use fullcalendar with code igniter and the events are not displayed. For now i have some simple code lines to test it but i cannot get them work. Here's what i have: In the developers ...
0
votes
3answers
32 views

ui.draggable to show if confirmation is canceled.

I made a quick list, where each item can be moved to a trash can. I set it so once you track it onto the trash, it hides. If you hit ok to the "confirm", then it is fully removed with remove(). The ...
0
votes
0answers
19 views

Simple Nav Issue - Involving jquery's .show fuction

Hi I have a mini nav how do I make it so for example if you click on #HOG and #CAT (#green) is showing it will show #red (#HOG) but if you click on #HOG and #red is showing it will hide #red, sorry i ...
1
vote
3answers
77 views

Jquery show number within div in alert

hi i want to show number with in Div in alert like this <script> var sec = $('#demo').html(); alert(sec); </script> <div id="demo">100</div> code most be show 100 ...

1 2 3 4 5 22