Qustion on viewing code – PHP
Q(Question): Is there a way i can look at the php code that is runnig a site, without any ind of admin access to the server? A(Answer): Alan Larsson wrote: Is there a way i can look at the php code th...
Q(Question): Is there a way i can look at the php code that is runnig a site, without any ind of admin access to the server? A(Answer): Alan Larsson wrote: Is there a way i can look at the php code th...
Questions: I have a footer that contain the user name. I want to show it always on the bottom of the viewport. Like a fixed bottom bar but only on my sidebar. I use the function function setFooterStyl...
Questions: Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 days ago. In...
Questions: I am trying to set up my FullCalendar to only show specific dates when using the 1 day Vertical Resource View. For example, I want the user to only see 2020-03-22, 2020-04-12 and 2020-04-15...
Questions: How would I add a delay effect to the following? It’s adding the ‘play’ class inViewport but I also want to add a delay for each instance of that, so they are fading in on...
Questions: I have one static button and one element which scrolls. When the scrollable element enters the browser viewport, I want the static button to get a class (e.g. underline). I have this now, b...
Questions: I want to change partial view on run time when screen width is changed and want to remove styles of old partial view and add new styles <div id="LargeScreen"> @Html.Partial("/Views/Sh...
Questions: When I console.log(fpdInstance.currentViewInstance) I can see that it has currentElement in it, but when I console.log(fpdInstance.currentViewInstance.currentElement) it shows null. Can any...
Questions: public function getSectionsForClass(Request $request ,$id ) { $section = Section::all()->where('clas_id',$id); return response()->json($section); } I need to send this json to my view...
Questions: I have a DataTable which has 100 rows and I’m setting it with lists. Dynamically I change the lists with selected name from a drop down. I do it with $("#datatable").remove(); this.da...