Questions tagged [onavailable]
8 questions
1
vote
1 answer
PHP check if contents are available
I am using random.org in my php script to generate random numbers like that:
function getToken($length){
$r = explode('
',file_get_contents('http://www.random.org/integers/?num='.$length.'&min=0&max=9&col=1&base=10&format=plain'));
…

Ben
- 3,989
- 9
- 48
- 84
1
vote
2 answers
Javascript Paramenters available in Jquery function
I'm trying to do something like:
function xyz(id,name){
$(this).spin();
}
spin() is a jquery plugin function (spinner box), but however I want to access the id and name parameter of javascript into spin(). How can I do it without changing the…

Nishant Jani
- 1,965
- 8
- 30
- 41
0
votes
1 answer
SSRS report allow to external user
I have to make avaible same reports so external users.
Is it possible? If yes what I have to do?
Thanks a lot

The Head
- 1
0
votes
4 answers
looping a list and skip from another list
is there a better way to do this, this code is working but i feel like there is a better way to do it
mainlist = ['a','b','c','d','e','f','i','j','k']
skiplist = [4,6]
avilable=[j for j in range(len(mainlist)+len(skiplist)+1) if j not in…

Mahdi Dahmani
- 1
- 1
0
votes
0 answers
Creating an InfoCard/Info Box with CSS, Javascript, HTML
I have been tasked with creating a series of 8 boxes that load automatically with just a name and a photo in them. When they are hovered over an x appears, and it can be clicked to delete the box. I also have to be able to add new boxes. …

Jack Parker
- 547
- 2
- 9
- 32
0
votes
1 answer
0
votes
4 answers
Is there a onAvailable() function in jQuery?
After inserting new html to DOM,I need to add some listeners to it.
But the new elements are not available at once.
My code:
$('#loader').clone().removeAttr('id').load("Views/chatBox.html").appendTo('body');
$('#chat')
.focus(function() {
…

omg
- 136,412
- 142
- 288
- 348
-2
votes
2 answers
Writing axapta report for open sales line with available physical report
I am a newbie to the ax report developing. Actually i am a networking guy but put into a position i have to write reports. here is my delima, i have an open order sales line report that is open and need to see if we have available inventory, which…

user2324065
- 15
- 4