- 0
Help needed in Javascript
Asked by
eangulus,
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Posts
-
By samw61 · Posted
Now I may not quite understand this, so someone tell me if I'm off the mark here, but does this mean they'll be potentially removing drivers for now unsupported systems, such as old processors and chipsets? In the past 15 years, Windows has been amazing at just installing on any device, and often having zero, or just a few unessential drivers missing on first install. It would be a shame for that experience to go, though I understand the reasoning, or at least their financial reasoning for it! -
By Usama Jawad96 · Posted
Microsoft is removing legacy drivers from Windows Update by Usama Jawad Last month, we learned that Microsoft is making major changes to the development of hardware drivers in Windows. This included the retirement of Windows Metadata and Internet Services (WMIS), along with the process for pre-production driver signing. Now, the Redmond tech firm has informed partners that it will be getting rid of old drivers in Windows Update. In what is being described as a "strategic" move to improve the security posture and compatibility of Windows, Microsoft has announced that it will be performing a cleanup of legacy drivers that are still being delivered through Windows Update. Right now, the first phase only targets drivers that already have modern replacements present in Windows Update. As a part of its cleanup process, Microsoft will expire legacy drivers so that it is not offered to any system. This expiration involves removing audience segments in the Hardware Development Center. Partners can still republish a driver that was deemed as legacy by Microsoft, but the firm may require a justification. Once the Redmond tech giant completes its first phase of this cleanup, it will give partners a six-month grace period to share any concerns. However, if no concerns are brought forward, the drivers will be permanently eradicated from Windows Update. Microsoft has emphasized that this will be a regular activity moving forward and while the current phase only targets legacy drivers with newer replacements, the next phases may expand the scope of this cleanup and remove other drivers too. That said, each time the company takes a step in this direction, it will inform partners so that there is transparency between both parties. Microsoft believes that this move will help improve the security posture of Windows and ensure that an optimized set of drivers is offered to end-users. The firm has asked partners to review their drivers in Hardware Program so that there are no unexpected surprises during this cleanup process. -
-
By Skyfrog · Posted
I use it every day so personally yes I need it, or rather I want it. I use OpenShell though, not the garbage modern Start Menu. I just counted and at the moment I have a total of 92 program shortcuts organized into six folders almost exactly the way I did back in Windows 95. I can get to any program I want to run very quickly. I never use Search to find or run programs. -
By Yonah · Posted
I do miss the Apps view from Windows 8.1 Update.
-
-
Recent Achievements
-
KynanSEIT earned a badge
One Month Later
-
gowtham07 earned a badge
One Month Later
-
lethalman went up a rank
Collaborator
-
Wayne Robinson earned a badge
Week One Done
-
Karan Khanna earned a badge
One Month Later
-
-
Popular Contributors
-
Tell a friend
Question
eangulus
HI all I am having trouble getting a javascript to work as I want it.
The code is as follows:
the oc function is to search for a string in an array I found.
I want to call the script like this:
The call is not restricted to how many items 1 or 10...
What it has to do is toggle the display css for a div to hide/show content. by using multiple names in the onclick I should be able to toggle 2 items at once.
Also to avoid conflict I would like the div id's to have an operating extension as in:
products_toggle == toggle
products_show == force display: ; if it isn;t already
products_hide == force display: none; if it isn;t already
I am going nuts on trying to get this to work. I have had it work half way there but not all features at once. The code above opens and closes the items but doesn't close all others that are open. each div will be a content panel and the reason for the multiple id's is so I can open a page panel and then show the relevant sub content on that page. For example I might call about_open, contact this should force open the about panel and show a contact form. the using about_open, privacy it should open about panel if not already and show the privacy content while closing all other div's.
If needed I can abbreviated each toggled div with a name as in id="about_content", id="contact_content" etc.
Please help me.
Link to comment
https://www.neowin.net/forum/topic/631537-help-needed-in-javascript/Share on other sites
19 answers to this question
Recommended Posts