Skip to main content

Questions tagged [show]

Methods for displaying additional or previously hidden visual components, particularly with regard to HTML.

0 votes
1 answer
40 views

Set up and use the Cats library for typeclass derivation in my Scala 3.4.2 project

Good Day, I am using Intellij 2024.1.3 and Oracle OpenJDK 22.0.1 this is my build.sbt: ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "3.4.2" lazy val root = (...
Ali Tc's user avatar
  • 11
0 votes
0 answers
10 views

Setting the show_touches system property

I'm trying to return a boolean and set the system property'show_touches'. I have system level permissions(my device is rooted and I used lucky patcher to modify system signature). I'm using android 8....
asadullah's user avatar
  • 116
1 vote
1 answer
55 views

JQuery Popup Reset

Sorry I'm pretty hopeless with Javascript. I have a script that shows a popup which then fades out. But I cannot get it to reset. The code as it stands only works once. function myFunction$users5()...
AL W's user avatar
  • 37
0 votes
1 answer
61 views

PyQt - Hidden widget leaves space in Window

I have the following code that produces a window with a QTableView visible. I add a QTextEdit to the right but hide it. When I run the code it looks as though space has been reserved on the right for ...
John's user avatar
  • 220
0 votes
1 answer
39 views

I can't make the last line spread across in my display

I have the following code to print a schedule from inputs but can't make the last line spread under the like the header does. My showRecord code is as follows... Class Appointment: def __str__(...
IvyDreamer's user avatar
0 votes
2 answers
31 views

showing loader while loading and show result when finished works fine in Firefox but not in Chrome

I have a familytree site that can produce a complete tree (may show thousands of members) which takes some time to figure out. So while loading it shows a picture of a growing tree, and when ready it ...
Peter Crom's user avatar
0 votes
1 answer
116 views

WooCommerce: Show or hide Out of Stock button depending upon stock conditions

I've got a button that should appear depending upon whether or not a product or one of its variations (if it's a variable product) is out of stock. If it's in stock, don't display it. Been playing ...
Adam Bell's user avatar
  • 1,045
0 votes
0 answers
39 views

How can I display the data after the user submits the form in Laravel 10?

Submission form <form action="{{route('psm.pengurusan-staf.store')}}" method="POST"> @csrf <div class="form-group"> <label>{{__('psm::...
aziem's user avatar
  • 1
0 votes
0 answers
26 views

How to make a div stay visable after refresh [duplicate]

After I make a div show, how do I keep it shown even after reloading? $(document).ready(function() { $("#openButton").click(function(e) { e.preventDefault(); $("#open").show(); $("....
Hammy's user avatar
  • 13
0 votes
2 answers
38 views

Show/hide Javascript Toggle in the same page problem. Multiple hidden texts shows up in the same time. Without JQuery

This script works very well. But I want to show and hide different texts with different expand/hide links in the same multiple tables of the same page. Without JQuery this simple script is preferred. ...
Oguz Coskun's user avatar
0 votes
0 answers
10 views

Show content after captcha submit

i want text content on page to be displayed after captcha submit, it can be simply by change by java script or any display: none to display: flex or something similar. who can help with such ...
Done's grunge's user avatar
0 votes
0 answers
115 views

Picture Show Preview

I am using the image function to generate the image, in some videos on youtube when you hover over the cell the "Show preview" pops up automatically, but for some reason this option is not ...
M El's user avatar
  • 1
0 votes
1 answer
60 views

TYPO3 gridelements accordeon show

I am using TYPO3 11.x with bootstrap_package an gridelements. Because I want to make an accordeon with different types of content I've integrated gridelements w/dataprocessing. It almost works, but I ...
Ralho's user avatar
  • 29
0 votes
0 answers
31 views

How to show form (own class) called in a hidden MainWindow class? [duplicate]

I try to implement a login form. Until now, I've set the Login-Dialog seperately from the MainWindow: current_user = current_user() login_form = Loginpage(df_benutzer, current_user) form.show() window ...
Stefan Bongers's user avatar
1 vote
1 answer
19 views

jquery working only first item when another items was hidden

I wrote a jquery for show more and show less item. It works fine only for first item. But when I am going another item and select to show more item. It's not working. I understand that when I am ...
Rasel Sheikh's user avatar

15 30 50 per page
1
2 3 4 5
169