Click here to Skip to main content
15,889,116 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: JavaScript Pin
Member 997020210-Jul-18 4:44
Member 997020210-Jul-18 4:44 
QuestionNeed some help with app, please. Pin
Member 1388357522-Jun-18 12:03
Member 1388357522-Jun-18 12:03 
AnswerRe: Need some help with app, please. Pin
Nathan Minier25-Jun-18 1:49
professionalNathan Minier25-Jun-18 1:49 
QuestionCreating hexbins visualisation with mapbox in an angular 4 project Pin
Member 1387271014-Jun-18 2:35
Member 1387271014-Jun-18 2:35 
QuestionJavascript function - onclick problem Pin
Member 201089711-Jun-18 16:23
Member 201089711-Jun-18 16:23 
AnswerRe: Javascript function - onclick problem Pin
Member 1387615717-Jun-18 19:57
Member 1387615717-Jun-18 19:57 
GeneralRe: Javascript function - onclick problem Pin
Richard MacCutchan17-Jun-18 21:49
mveRichard MacCutchan17-Jun-18 21:49 
Questionnot work onClick operation Pin
Member 1382834015-May-18 6:29
Member 1382834015-May-18 6:29 
HTML
<div class="BlocksRow">

        <div class="BlockInner col-md-4">
            <a id="AllModules" onclick="Modules(1)" class="OuterBlock" style="background-color:green !important">
                <h5 class="text-semibold no-margin">
                <label>AllModules</label>
            </a>
        </div>
        <div class="BlockInner col-md-4">
            <a id="AllActiveModules" onclick="Modules(2)" class="OuterBlock" style="background-color:#dc3b41!important">
                <h5 class="text-semibold no-margin">^__i class="icon-file-text"></h5>
                <label>AllActiveModules</label>
            </a>
        </div>

        <div class="BlockInner col-md-4">
            <a id="AllInActiveModules" onclick="Modules(3)" class="OuterBlock" style="background-color:darkorange!important">
                <h5 class="text-semibold no-margin">^__i class="icon-file-text"></h5>
                <label>AllInActiveModules</label>
            </a>
        </div>
    </div>
    <div style="overflow:auto;width:100%;padding: 0 20px;">
        <table id="tbl_GetAllModule" class="table datatable-basic table-responsive">
            <thead>
                <tr>
                    <th></th>
                    <th>Module Name</th>
                    <th>Modified Date</th>
                    <th>Status</th>
                    <th>IsDefault</th>
                    <th class="text-center">Actions</th>
                </tr>
            </thead>
            <tbody></tbody>
        </table>
    </div>
</div>



$(document).ready(function () {
$("#Menu_SettingsDefaults").addClass("active");
$('.listbox').bootstrapDualListbox();
});
var init = false;
var CreateModule = function () {
$('#CreateModule form')[0].reset();
$('#CreateModule').modal("show");
}

var Modules = function (e1) {
CustomFilter = e1;
tbl_GetAllModule.ajax.url(DomainUrl + "Settings/GetModuleList").load();

}
SuggestionRe: not work onClick operation Pin
Richard Deeming15-May-18 9:10
mveRichard Deeming15-May-18 9:10 
GeneralRe: not work onClick operation Pin
Shivnandan singh25-May-18 0:31
Shivnandan singh25-May-18 0:31 
AnswerRe: not work onClick operation Pin
Shivnandan singh25-May-18 0:32
Shivnandan singh25-May-18 0:32 
GeneralCall jquery function after partial view page return. Pin
Rahulgupta.hanu14-May-18 3:28
Rahulgupta.hanu14-May-18 3:28 
GeneralRe: Call jquery function after partial view page return. Pin
CP_Member88829-Jul-18 19:32
CP_Member88829-Jul-18 19:32 
QuestionJava script and SQL Pin
Johannes Moolman7-May-18 23:04
Johannes Moolman7-May-18 23:04 
AnswerRe: Java script and SQL Pin
W Balboos, GHB9-May-18 8:54
W Balboos, GHB9-May-18 8:54 
QuestionMVVM knockoutjs Grid Pin
padav146-May-18 0:01
padav146-May-18 0:01 
AnswerRe: MVVM knockoutjs Grid Pin
Afzaal Ahmad Zeeshan6-May-18 3:04
professionalAfzaal Ahmad Zeeshan6-May-18 3:04 
QuestionBeginner, no pc Pin
Rufus1827-Apr-18 0:29
Rufus1827-Apr-18 0:29 
AnswerRe: Beginner, no pc Pin
F-ES Sitecore27-Apr-18 1:54
professionalF-ES Sitecore27-Apr-18 1:54 
GeneralRe: Beginner, no pc Pin
Anushkasharma1021-Jun-18 3:42
Anushkasharma1021-Jun-18 3:42 
AnswerRe: Beginner, no pc Pin
Richard MacCutchan27-Apr-18 2:12
mveRichard MacCutchan27-Apr-18 2:12 
GeneralRe: Beginner, no pc Pin
RICHARD LARSON5-May-18 23:39
RICHARD LARSON5-May-18 23:39 
GeneralRe: Beginner, no pc Pin
F-ES Sitecore8-May-18 6:30
professionalF-ES Sitecore8-May-18 6:30 
AnswerRe: Beginner, no pc Pin
Nitin S28-Jun-18 1:22
professionalNitin S28-Jun-18 1:22 
QuestionJavascript HEX game Pin
Member 1373553019-Apr-18 3:01
Member 1373553019-Apr-18 3:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.