Web Application Development 2(Final Q1, Q2 FinXam)
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Which of the following is correct from the given statement below:
//$query = $this->db->get('mytable');
//return $query->result();
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Which of the following is correct from given the statement below:
//$this->db->select('title, content, date');
//$query = $this->db->get('mytable');
//return $query->result();
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
Question text
IDENTIFICATION: CSS stands for
Cascading Style Sheets
Question text
IDENTIFICATION: This command is used to get or set values from and to an input element particularly textboxes.val()
Question text
IDENTIFICATION: This command is used to create a sliding down transition within a given time on a selected element slideDown()
Question text
IDENTIFICATION: This command is used to show selected element(s)show()
Question text
IDENTIFICATION: This command is used to toggle, switch or alternate the selected item's visibility: show and hidetoggle()
Question text
IDENTIFICATION: It is the vertical dimension of the grid system that hold the actual page contents and is limited into 12s per line.Columns
Question text
IDENTIFICATION: This command is used to produce a fading out effect within a given time on a selected elementfadeOut()
Question text
IDENTIFICATION: A structure made up of series of intersecting straight (vertical, horizontal and angular) or curved guide lines used to structure content.Grid
Question text
IDENTIFICATION: This command is used creates a sliding up transition within a given time on a selected elementslideUp()
Question text
IDENTIFICATION: This command is used to get or set values from and to a non-input element like divs.text()
Question text
IDENTIFICATION: This command is used to create a sliding to the left transition within a given time on a selected elementslideLeft()
Question text
Question text
IDENTIFICATION: JQuery method used to creates a sliding to the left transition within a given time on a selected element
Question text
We used the base_url() function to return our domain or application path
Question text
.text() is used to get or set values from and to a non-input element like divs.
Question text
jQuery is a java library that makes web scripting easier for us.
Question text
In jQuery the scr tag is use for linking.
Question text
DataTable jQuery plugin helps us enable sorting, pagination and search to our table data.
Question text
IDENTIFICATION: It is used to get or set values from and to an input element particularly textboxes.
Question text
IDENTIFICATION: Name the university that created MaterialDesign CSS
Question text
Successful - this will be triggered upon the AJAX request and usually accepts the parameter response response contains the loaded content from the URL requested.
Question text
IDENTIFICATION: is a design language or design convention for modern applications and website
Question text
$(document).ready() function calls if the browser contents has properly loaded its contents and is browsing.
Question text
IDENTIFICATION: It helps us enable sorting, pagination and search to our table data.
Question text
AJAX stands for Asynchronous Java
Question text
AJAX engine is an XMLHttpRequest object and jQuery makes it a lot more easier for us because of its AJAX development API.
Question text
.vals() It is used to get or set values from and to an input element particularly textboxes.
Question text
IDENTIFICATION: JQuery method used to hide selected element(s)
.hide()
Question text
IDENTIFICATION: simply a new method that we use to extend jQuery's prototype object
jQuery Plugin
Question text
IDENTIFICATION: javascript library that makes web scripting easier for us
jQuery